From 0f5ae6d48c2a55ffbd097175c16303da23cd6f57 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 13 Jun 2022 22:00:36 -0400 Subject: [PATCH] remove references to "plugin" options from fix mdi/aimd --- doc/src/fix_mdi_aimd.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/src/fix_mdi_aimd.rst b/doc/src/fix_mdi_aimd.rst index 64bc4a3d6a..9ab2a933ed 100644 --- a/doc/src/fix_mdi_aimd.rst +++ b/doc/src/fix_mdi_aimd.rst @@ -12,7 +12,6 @@ Syntax * ID, group-ID are documented in :doc:`fix ` command * mdi/aimd = style name of this fix command -* optional keyword = *plugin* Examples """""""" @@ -20,7 +19,6 @@ Examples .. code-block:: LAMMPS fix 1 all mdi/aimd - fix 1 all mdi/aimd plugin Description """"""""""" @@ -53,14 +51,6 @@ same time as LAMMPS, or as a plugin library. See the :doc:`mdi plugin Again, the examples/mdi/README file explains how to launch both driver and engine codes so that engine is used in plugin mode. -To use this fix with a plugin engine, you must specify the -*plugin* keyword as the last argument, as illustrated above. - -.. note:: - - As of April 2022, the *plugin* keyword is needed. In a future - version of the MDI library it will no longer be necessary. - ---------- This fix performs the timestepping portion of an AIMD simulation.