forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2911 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
ad93e73239
commit
dc3fbde4db
|
@ -194,7 +194,10 @@ require an initial snapshot from an XYZ formatted file to get started.
|
|||
|
||||
<P>Dumps are performed on timesteps that are a multiple of N (including
|
||||
timestep 0) and on the last timestep of a minimization if the
|
||||
minimization converges. N can be changed between runs by using the
|
||||
minimization converges. A dump is also performed on the very first
|
||||
timestep after the dump command is invoked. This can be useful
|
||||
following a <A HREF = "minimize.html">minimization</A> which may converge and end on
|
||||
an arbitrary timestep. N can be changed between runs by using the
|
||||
<A HREF = "dump_modify.html">dump_modify</A> command (not allowed for <I>dcd</I> style).
|
||||
</P>
|
||||
<P>The specified filename determines how the dump file(s) is written.
|
||||
|
|
|
@ -184,7 +184,10 @@ require an initial snapshot from an XYZ formatted file to get started.
|
|||
|
||||
Dumps are performed on timesteps that are a multiple of N (including
|
||||
timestep 0) and on the last timestep of a minimization if the
|
||||
minimization converges. N can be changed between runs by using the
|
||||
minimization converges. A dump is also performed on the very first
|
||||
timestep after the dump command is invoked. This can be useful
|
||||
following a "minimization"_minimize.html which may converge and end on
|
||||
an arbitrary timestep. N can be changed between runs by using the
|
||||
"dump_modify"_dump_modify.html command (not allowed for {dcd} style).
|
||||
|
||||
The specified filename determines how the dump file(s) is written.
|
||||
|
|
Loading…
Reference in New Issue