git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12185 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2014-07-14 16:10:59 +00:00
parent 164832591d
commit 70a5d02c8d
2 changed files with 7 additions and 8 deletions

View File

@ -13,13 +13,12 @@
</H3> </H3>
<P><B>Syntax:</B> <P><B>Syntax:</B>
</P> </P>
<PRE>fix ID group-ID bond/swap fraction cutoff seed <PRE>fix ID group-ID bond/swap Nevery fraction cutoff seed
</PRE> </PRE>
<LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command <UL><LI>ID, group-ID are documented in <A HREF = "fix.html">fix</A> command
bond/swap = style name of this fix command <LI>bond/swap = style name of this fix command
Nevery = attempt bond swapping every this many steps <LI>Nevery = attempt bond swapping every this many steps
<LI>fraction = fraction of group atoms to consider for swapping
<UL><LI>fraction = fraction of group atoms to consider for swapping
<LI>cutoff = distance at which swapping will be considered (distance units) <LI>cutoff = distance at which swapping will be considered (distance units)
<LI>seed = random # seed (positive integer) <LI>seed = random # seed (positive integer)
</UL> </UL>

View File

@ -10,11 +10,11 @@ fix bond/swap command :h3
[Syntax:] [Syntax:]
fix ID group-ID bond/swap fraction cutoff seed :pre fix ID group-ID bond/swap Nevery fraction cutoff seed :pre
ID, group-ID are documented in "fix"_fix.html command ID, group-ID are documented in "fix"_fix.html command
bond/swap = style name of this fix command bond/swap = style name of this fix command
Nevery = attempt bond swapping every this many steps :l Nevery = attempt bond swapping every this many steps
fraction = fraction of group atoms to consider for swapping fraction = fraction of group atoms to consider for swapping
cutoff = distance at which swapping will be considered (distance units) cutoff = distance at which swapping will be considered (distance units)
seed = random # seed (positive integer) :ul seed = random # seed (positive integer) :ul