forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@7353 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
eb04caa054
commit
b294de40f9
|
@ -25,7 +25,7 @@
|
||||||
</P>
|
</P>
|
||||||
<PRE>pair_style style args
|
<PRE>pair_style style args
|
||||||
</PRE>
|
</PRE>
|
||||||
<UL><LI>style = <I>born</I> or <I>born/coul/long</I>
|
<UL><LI>style = <I>born</I> or <I>born/coul/long</I> or <I>born/coul/wolf</I>
|
||||||
<LI>args = list of arguments for a particular style
|
<LI>args = list of arguments for a particular style
|
||||||
</UL>
|
</UL>
|
||||||
<PRE> <I>born</I> args = cutoff
|
<PRE> <I>born</I> args = cutoff
|
||||||
|
|
|
@ -18,7 +18,7 @@ pair_style born/coul/wolf command :h3
|
||||||
|
|
||||||
pair_style style args :pre
|
pair_style style args :pre
|
||||||
|
|
||||||
style = {born} or {born/coul/long}
|
style = {born} or {born/coul/long} or {born/coul/wolf}
|
||||||
args = list of arguments for a particular style :ul
|
args = list of arguments for a particular style :ul
|
||||||
{born} args = cutoff
|
{born} args = cutoff
|
||||||
cutoff = global cutoff for non-Coulombic interactions (distance units)
|
cutoff = global cutoff for non-Coulombic interactions (distance units)
|
||||||
|
|
Loading…
Reference in New Issue