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

This commit is contained in:
sjplimp 2012-08-21 13:52:48 +00:00
parent 7c286225e4
commit 5a71c1a391
2 changed files with 14 additions and 0 deletions

View File

@ -76,6 +76,13 @@ other pairwise potential for several different atom type pairs in your
model, then you should just list the sub-style once and use the
pair_coeff command to assign parameters for the different type pairs.
</P>
<P>IMPORTANT NOTE: An exception to this option to list an individual pair
style multiple times are the pair styles implemented as Fortran
libraries: <A HREF = "pair_meam.html">pair_style meam</A> and <A HREF = "pair_reax.html">pair_style
reax</A> (<A HREF = "pair_reax_c.html">pair_style reax/c</A> is OK).
This is because unlike a C++ class, they can not be instantiated
multiple times, due to the manner in which they were coded in Fortran.
</P>
<P>In the pair_coeff commands, the name of a pair style must be added
after the I,J type specification, with the remaining coefficients
being those appropriate to that style. If the pair style is used

View File

@ -70,6 +70,13 @@ other pairwise potential for several different atom type pairs in your
model, then you should just list the sub-style once and use the
pair_coeff command to assign parameters for the different type pairs.
IMPORTANT NOTE: An exception to this option to list an individual pair
style multiple times are the pair styles implemented as Fortran
libraries: "pair_style meam"_pair_meam.html and "pair_style
reax"_pair_reax.html ("pair_style reax/c"_pair_reax_c.html is OK).
This is because unlike a C++ class, they can not be instantiated
multiple times, due to the manner in which they were coded in Fortran.
In the pair_coeff commands, the name of a pair style must be added
after the I,J type specification, with the remaining coefficients
being those appropriate to that style. If the pair style is used