forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@11816 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
d58ddc31da
commit
693e4e0e94
|
@ -196,8 +196,15 @@ special_bonds extra 2
|
|||
</P>
|
||||
<PRE>special_bonds amber extra 2
|
||||
</PRE>
|
||||
<P>since in the former case, the 2nd command will set all the LJ and Coulombic
|
||||
weights to 0.0 (the default).
|
||||
<P>since in the former case, the 2nd command will reset all the LJ and
|
||||
Coulombic weights to 0.0 (the default).
|
||||
</P>
|
||||
<P>One exception to this rule is the <I>extra</I> option itself. It is not
|
||||
reset to its default value of 0 each time the special_bonds command is
|
||||
invoked. This is because it can also be set by the
|
||||
<A HREF = "read_data.html">read_data</A> and <A HREF = "create_box.html">create_box</A> commands,
|
||||
so this command will not override those settings unless you explicitly
|
||||
use <I>extra</I> as an option.
|
||||
</P>
|
||||
<P><B>Restrictions:</B> none
|
||||
</P>
|
||||
|
|
|
@ -190,8 +190,15 @@ are not the same as this single command:
|
|||
|
||||
special_bonds amber extra 2 :pre
|
||||
|
||||
since in the former case, the 2nd command will set all the LJ and Coulombic
|
||||
weights to 0.0 (the default).
|
||||
since in the former case, the 2nd command will reset all the LJ and
|
||||
Coulombic weights to 0.0 (the default).
|
||||
|
||||
One exception to this rule is the {extra} option itself. It is not
|
||||
reset to its default value of 0 each time the special_bonds command is
|
||||
invoked. This is because it can also be set by the
|
||||
"read_data"_read_data.html and "create_box"_create_box.html commands,
|
||||
so this command will not override those settings unless you explicitly
|
||||
use {extra} as an option.
|
||||
|
||||
[Restrictions:] none
|
||||
|
||||
|
|
Loading…
Reference in New Issue