forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4128 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
62eebd90af
commit
a35b82c459
|
@ -20,8 +20,8 @@
|
|||
<P><B>Examples:</B>
|
||||
</P>
|
||||
<PRE>pair_style lj96/cut 2.5
|
||||
pair_coeff * * 1.0 1.0 0.5
|
||||
pair_coeff 1 1 1.0 1.0 -0.2 2.0
|
||||
pair_coeff * * 1.0 1.0 4.0
|
||||
pair_coeff 1 1 1.0 1.0
|
||||
</PRE>
|
||||
<P><B>Description:</B>
|
||||
</P>
|
||||
|
@ -40,7 +40,6 @@ commands, or by mixing as described below:
|
|||
</P>
|
||||
<UL><LI>epsilon (energy units)
|
||||
<LI>sigma (distance units)
|
||||
<LI>delta (distance units)
|
||||
<LI>cutoff (distance units)
|
||||
</UL>
|
||||
<P>The last coefficient is optional. If not specified, the global LJ
|
||||
|
|
|
@ -17,8 +17,8 @@ cutoff = global cutoff for lj96/cut interactions (distance units) :ul
|
|||
[Examples:]
|
||||
|
||||
pair_style lj96/cut 2.5
|
||||
pair_coeff * * 1.0 1.0 0.5
|
||||
pair_coeff 1 1 1.0 1.0 -0.2 2.0 :pre
|
||||
pair_coeff * * 1.0 1.0 4.0
|
||||
pair_coeff 1 1 1.0 1.0 :pre
|
||||
|
||||
[Description:]
|
||||
|
||||
|
@ -37,7 +37,6 @@ commands, or by mixing as described below:
|
|||
|
||||
epsilon (energy units)
|
||||
sigma (distance units)
|
||||
delta (distance units)
|
||||
cutoff (distance units) :ul
|
||||
|
||||
The last coefficient is optional. If not specified, the global LJ
|
||||
|
|
Loading…
Reference in New Issue