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

This commit is contained in:
sjplimp 2011-06-08 14:59:15 +00:00
parent b520b0543b
commit fed3009dd3
2 changed files with 6 additions and 6 deletions

View File

@ -18,7 +18,7 @@
<PRE>pair_style style cutoff LJ_flag TORSION_flag
</PRE>
<UL><LI>style = <I>airebo</I> or <I>rebo</I>
<LI>cutoff = LJ cutoff (sigma scale factor)
<LI>cutoff = LJ cutoff (sigma scale factor) (AIREBO only)
<LI>LJ_flag = 0/1 to turn off/on the LJ term (AIREBO only, optional)
<LI>TORSION_flag = 0/1 to turn off/on the torsion term (AIREBO only, optional)
</UL>
@ -28,7 +28,7 @@
pair_style airebo 2.5 1 0
pair_coeff * * ../potentials/CH.airebo H C
</PRE>
<PRE>pair_style rebo 3.0
<PRE>pair_style rebo
pair_coeff * * ../potentials/CH.airebo H C
</PRE>
<P><B>Description:</B>
@ -54,7 +54,7 @@ both or neither of the flags must be included. If both of the LJ an
torsional terms are turned off, it becomes the 2nd-generation REBO
potential, with a small caveat on the spline fitting procedure
mentioned below. This can be specified directly as pair_style rebo
with just a cutoff argument.
with no additional arguments.
</P>
<P>The detailed formulas for this potential are given in
<A HREF = "#Stuart">(Stuart)</A>; here we provide only a brief description.

View File

@ -14,7 +14,7 @@ pair_style rebo command :h3
pair_style style cutoff LJ_flag TORSION_flag :pre
style = {airebo} or {rebo}
cutoff = LJ cutoff (sigma scale factor)
cutoff = LJ cutoff (sigma scale factor) (AIREBO only)
LJ_flag = 0/1 to turn off/on the LJ term (AIREBO only, optional)
TORSION_flag = 0/1 to turn off/on the torsion term (AIREBO only, optional) :ul
@ -24,7 +24,7 @@ pair_style airebo 3.0
pair_style airebo 2.5 1 0
pair_coeff * * ../potentials/CH.airebo H C :pre
pair_style rebo 3.0
pair_style rebo
pair_coeff * * ../potentials/CH.airebo H C :pre
[Description:]
@ -50,7 +50,7 @@ both or neither of the flags must be included. If both of the LJ an
torsional terms are turned off, it becomes the 2nd-generation REBO
potential, with a small caveat on the spline fitting procedure
mentioned below. This can be specified directly as pair_style rebo
with just a cutoff argument.
with no additional arguments.
The detailed formulas for this potential are given in
"(Stuart)"_#Stuart; here we provide only a brief description.