mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7449 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
43b81297d7
commit
1081c8062b
|
@ -27,7 +27,7 @@
|
|||
|
||||
<LI>zero or more keyword/value pairs may be appended
|
||||
|
||||
<PRE>keyword = <I>scale</I> or <I>tally</I>
|
||||
<PRE>keyword = <I>scale</I> or <I>tally</I> or <I>zero</I>
|
||||
<I>scale</I> values = type ratio
|
||||
type = atom type (1-N)
|
||||
ratio = factor by which to scale the damping coefficient
|
||||
|
@ -35,6 +35,10 @@
|
|||
<I>no</I> = do not tally the energy added/subtracted to atoms
|
||||
<I>yes</I> = do tally the energy added/subtracted to atoms
|
||||
</PRE>
|
||||
<PRE> <I>zero</I> value = <I>no</I> or <I>yes</I>
|
||||
<I>no</I> = do not set total random force to zero
|
||||
<I>yes</I> = set total random force to zero
|
||||
</PRE>
|
||||
|
||||
</UL>
|
||||
<P><B>Examples:</B>
|
||||
|
|
|
@ -18,13 +18,16 @@ Tstart,Tstop = desired temperature at start/end of run (temperature units) :l
|
|||
damp = damping parameter (time units) :l
|
||||
seed = random number seed to use for white noise (positive integer) :l
|
||||
zero or more keyword/value pairs may be appended :l
|
||||
keyword = {scale} or {tally}
|
||||
keyword = {scale} or {tally} or {zero}
|
||||
{scale} values = type ratio
|
||||
type = atom type (1-N)
|
||||
ratio = factor by which to scale the damping coefficient
|
||||
{tally} values = {no} or {yes}
|
||||
{no} = do not tally the energy added/subtracted to atoms
|
||||
{yes} = do tally the energy added/subtracted to atoms :pre
|
||||
{zero} value = {no} or {yes}
|
||||
{no} = do not set total random force to zero
|
||||
{yes} = set total random force to zero :pre
|
||||
:ule
|
||||
|
||||
[Examples:]
|
||||
|
|
Loading…
Reference in New Issue