diff -Naur lammps-9Nov09/doc/Section_commands.html lammps-10Nov09/doc/Section_commands.html --- lammps-9Nov09/doc/Section_commands.html 2009-11-06 08:25:30.000000000 -0700 +++ lammps-10Nov09/doc/Section_commands.html 2009-11-06 10:05:06.000000000 -0700 @@ -371,18 +371,18 @@
These are pair styles contributed by users, which can be used if diff -Naur lammps-9Nov09/doc/Section_commands.txt lammps-10Nov09/doc/Section_commands.txt --- lammps-9Nov09/doc/Section_commands.txt 2009-11-06 08:25:30.000000000 -0700 +++ lammps-10Nov09/doc/Section_commands.txt 2009-11-06 10:05:06.000000000 -0700 @@ -515,6 +515,7 @@ "coul/long"_pair_coul.html, "dipole/cut"_pair_dipole.html, "dpd"_pair_dpd.html, +"dsmc"_pair_dsmc.html, "eam"_pair_eam.html, "eam/opt"_pair_eam.html, "eam/alloy"_pair_eam.html, diff -Naur lammps-9Nov09/doc/fix_imd.html lammps-10Nov09/doc/fix_imd.html --- lammps-9Nov09/doc/fix_imd.html 2009-11-06 08:46:42.000000000 -0700 +++ lammps-10Nov09/doc/fix_imd.html 2009-11-06 09:15:26.000000000 -0700 @@ -39,10 +39,16 @@
Description:
-This fix implements the "Interactive MD" (IMD) protocol which allows -to connect an IMD client, for example the VMD visualization program, -to a running LAMMPS simulation and monitor the progress of the simulation -and interactively apply forces to selected atoms. +
This fix implements the "Interactive MD" (IMD) protocol which allows +to connect an IMD client, for example the VMD visualization +program, to a running LAMMPS simulation and monitor the progress +of the simulation and interactively apply forces to selected atoms. +
+The source code for this fix includes code developed by the +Theoretical and Computational Biophysics Group in the Beckman +Institute for Advanced Science and Technology at the University of +Illinois at Urbana-Champaign. We thank them for providing a software +interface that allows codes like LAMMPS to hook to VMD.
Upon initialization of the fix, it will open a communication port on the node with MPI task 0 and wait for an incoming connection. @@ -97,39 +103,35 @@ as if they were real objects. See the VMD IMD Homepage for more details.
+If IMD control messages are received, a line of text describing the +message and its effect will be printed to the LAMMPS output screen, if +screen output is active. +
+ +Restart, fix_modify, output, run start/stop, minimize info:
-The fix does not write any information to restart files. -
-None of the fix_modify options are relevant -to this fix. -
-If IMD control messages are received, a line of text describing -the message and its effect will be printed to the screen, if -screen output is active. -
-No parameter of this fix can be used with the start/stop keywords of -the run command. This fix is not invoked during energy -minimization. +
No information about this fix is written to binary restart +files. None of the fix_modify options +are relevant to this fix. No global scalar or vector or per-atom +quantities are stored by this fix for access by various output +commands. No parameter of this fix can be +used with the start/stop keywords of the run command. +This fix is not invoked during energy minimization.
Restrictions:
-This source code for this fix includes code developed by the -Theoretical and Computational Biophysics Group in the Beckman -Institute for Advanced Science and Technology at the University of -Illinois at Urbana-Champaign. -
This fix is part of the "user-imd" package. It is only enabled if LAMMPS was built with that package. See the Making LAMMPS section for more info.
-When used in combination with VMD, a topology or coordinate file -has to be loaded, which matches in number and ordering of atoms -the group the fix is applied to. The fix internally sorts atom -IDs by ascending integer value; in VMD (and thus the IMD protocol) -those will be assigned 0-based consecutive index numbers. +
When used in combination with VMD, a topology or coordinate file has +to be loaded, which matches (in number and ordering of atoms) the +group the fix is applied to. The fix internally sorts atom IDs by +ascending integer value; in VMD (and thus the IMD protocol) those will +be assigned 0-based consecutive index numbers.
When using multiple active IMD connections at the same time, each needs to use a different port number. @@ -138,6 +140,4 @@
Default: none
-