forked from lijiext/lammps
rename package USER-REACTION
This commit is contained in:
parent
a36acf5547
commit
c3922c7e35
|
@ -60,7 +60,7 @@ Syntax
|
|||
Examples
|
||||
""""""""
|
||||
|
||||
For unabridged example scripts and files, see examples/USER/react.
|
||||
For unabridged example scripts and files, see examples/USER/reaction.
|
||||
|
||||
|
||||
.. parsed-literal::
|
||||
|
@ -149,7 +149,7 @@ constant-topology parts of your system separately. The dynamic group
|
|||
contains only atoms not involved in a reaction at a given timestep,
|
||||
and therefore should be used by a subsequent system-wide time
|
||||
integrator such as nvt, npt, or nve, as shown in the second example
|
||||
above (full examples can be found at examples/USER/react). The time
|
||||
above (full examples can be found at examples/USER/reaction). The time
|
||||
integration command should be placed after the fix bond/react command
|
||||
due to the internal dynamic grouping performed by fix bond/react.
|
||||
|
||||
|
@ -513,7 +513,7 @@ Restrictions
|
|||
""""""""""""
|
||||
|
||||
|
||||
This fix is part of the USER-REACT package. It is only enabled if
|
||||
This fix is part of the USER-REACTION package. It is only enabled if
|
||||
LAMMPS was built with that package. See the
|
||||
:doc:`Build package <Build_package>` doc page for more info.
|
||||
|
||||
|
|
Loading…
Reference in New Issue