forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2856 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
71ea71d111
commit
41e72e22df
|
@ -60,6 +60,9 @@ Lennard-Jones 12/6) given by
|
|||
<P>The <I>buck/coul/cut</I> and <I>buck/coul/long</I> styles add a Coulombic term
|
||||
as described for the <A HREF = "pair_lj.html">lj/cut</A> pair styles.
|
||||
</P>
|
||||
<P>Note that this potential is related to the <A HREF = "pair_born.html">Born-Mayer-Huggins
|
||||
potential</A>.
|
||||
</P>
|
||||
<P>The following coefficients must be defined for each pair of atoms
|
||||
types via the <A HREF = "pair_coeff.html">pair_coeff</A> command as in the examples
|
||||
above, or in the data file or restart files read by the
|
||||
|
@ -122,7 +125,7 @@ more info.
|
|||
</P>
|
||||
<P><B>Related commands:</B>
|
||||
</P>
|
||||
<P><A HREF = "pair_coeff.html">pair_coeff</A>
|
||||
<P><A HREF = "pair_coeff.html">pair_coeff</A>, <A HREF = "pair_born.html">pair_style born</A>
|
||||
</P>
|
||||
<P><B>Default:</B> none
|
||||
</P>
|
||||
|
|
|
@ -54,6 +54,9 @@ Rc is the cutoff.
|
|||
The {buck/coul/cut} and {buck/coul/long} styles add a Coulombic term
|
||||
as described for the "lj/cut"_pair_lj.html pair styles.
|
||||
|
||||
Note that this potential is related to the "Born-Mayer-Huggins
|
||||
potential"_pair_born.html.
|
||||
|
||||
The following coefficients must be defined for each pair of atoms
|
||||
types via the "pair_coeff"_pair_coeff.html command as in the examples
|
||||
above, or in the data file or restart files read by the
|
||||
|
@ -116,6 +119,6 @@ more info.
|
|||
|
||||
[Related commands:]
|
||||
|
||||
"pair_coeff"_pair_coeff.html
|
||||
"pair_coeff"_pair_coeff.html, "pair_style born"_pair_born.html
|
||||
|
||||
[Default:] none
|
||||
|
|
Loading…
Reference in New Issue