mirror of https://github.com/lammps/lammps.git
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6594 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
cfe5d8154e
commit
5b4da1971f
|
@ -111,8 +111,16 @@ can be varied by this fix. See the doc pages for individual pair
|
|||
styles and their energy formulas for the meaning of these parameters:
|
||||
</P>
|
||||
<DIV ALIGN=center><TABLE BORDER=1 >
|
||||
<TR><TD ><A HREF = "pair_born.html">born</A>: a</TD><TD >b</TD><TD >c: type pairs:<A HREF = "pair_buck.html">buck</A>: a</TD></TR>
|
||||
<TR><TD >c: type pairs:<A HREF = "pair_coul.html">coul/cut</A>: scale: type pairs:<A HREF = "pair_coul.html">coul/debye</A>: scale: type pairs:<A HREF = "pair_coul.html">coul/long</A>: scale: type pairs:<A HREF = "pair_lj.html">lj/cut</A>: epsilon: type pairs:<A HREF = "pair_lj.html">lj/cut/opt</A>: epsilon: type pairs:<A HREF = "pair_lubricate.html">lubricate</A>: mu: global:<A HREF = "pair_gauss.html">gauss</A>: a: type pairs:<A HREF = "pair_soft.html">soft</A>: a: type pairs
|
||||
<TR><TD ><A HREF = "pair_born.html">born</A></TD><TD > a,b,c</TD><TD > type pairs</TD></TR>
|
||||
<TR><TD ><A HREF = "pair_buck.html">buck</A></TD><TD > a,c</TD><TD > type pairs</TD></TR>
|
||||
<TR><TD ><A HREF = "pair_coul.html">coul/cut</A></TD><TD > scale</TD><TD > type pairs</TD></TR>
|
||||
<TR><TD ><A HREF = "pair_coul.html">coul/debye</A></TD><TD > scale</TD><TD > type pairs</TD></TR>
|
||||
<TR><TD ><A HREF = "pair_coul.html">coul/long</A></TD><TD > scale</TD><TD > type pairs</TD></TR>
|
||||
<TR><TD ><A HREF = "pair_lj.html">lj/cut</A></TD><TD > epsilon</TD><TD > type pairs</TD></TR>
|
||||
<TR><TD ><A HREF = "pair_lj.html">lj/cut/opt</A></TD><TD > epsilon</TD><TD > type pairs</TD></TR>
|
||||
<TR><TD ><A HREF = "pair_lubricate.html">lubricate</A></TD><TD > mu</TD><TD > global</TD></TR>
|
||||
<TR><TD ><A HREF = "pair_gauss.html">gauss</A></TD><TD > a</TD><TD > type pairs</TD></TR>
|
||||
<TR><TD ><A HREF = "pair_soft.html">soft</A></TD><TD > a</TD><TD > type pairs
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<P>IMPORTANT NOTE: It is easy to add new potentials and their parameters
|
||||
|
|
|
@ -106,7 +106,7 @@ styles and their energy formulas for the meaning of these parameters:
|
|||
"lj/cut/opt"_pair_lj.html: epsilon: type pairs:
|
||||
"lubricate"_pair_lubricate.html: mu: global:
|
||||
"gauss"_pair_gauss.html: a: type pairs:
|
||||
"soft"_pair_soft.html: a: type pairs :tb(c=3)
|
||||
"soft"_pair_soft.html: a: type pairs :tb(c=3,s=:)
|
||||
|
||||
IMPORTANT NOTE: It is easy to add new potentials and their parameters
|
||||
to this list. All it typically takes is adding an extract() method to
|
||||
|
|
Loading…
Reference in New Issue