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

This commit is contained in:
sjplimp 2015-04-27 16:10:33 +00:00
parent 45ca7c3df5
commit 9c83d53cf0
4 changed files with 4 additions and 2 deletions

View File

@ -163,7 +163,7 @@ src/MAKE/README file for a quick overview of what files are available
and what sub-directories they are in.
</P>
<P>The src/MAKE dir has a few files that should work as-is on many
platforms. The src/MAKE/OPTIONS dir has more that inovke additional
platforms. The src/MAKE/OPTIONS dir has more that invoke additional
compiler, MPI, and other setting options commonly used by LAMMPS, to
illustrate their syntax. The src/MAKE/MACHINES dir has many more that
have been tweaked or optimized for specific machines. These files are

View File

@ -157,7 +157,7 @@ src/MAKE/README file for a quick overview of what files are available
and what sub-directories they are in.
The src/MAKE dir has a few files that should work as-is on many
platforms. The src/MAKE/OPTIONS dir has more that inovke additional
platforms. The src/MAKE/OPTIONS dir has more that invoke additional
compiler, MPI, and other setting options commonly used by LAMMPS, to
illustrate their syntax. The src/MAKE/MACHINES dir has many more that
have been tweaked or optimized for specific machines. These files are

View File

@ -121,6 +121,7 @@ styles and their energy formulas for the meaning of these parameters:
<TR><TD ><A HREF = "pair_lj_expand.html">lj/expand</A></TD><TD > epsilon,sigma,delta</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_morse.html">morse</A></TD><TD > d0,r0,alpha</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>

View File

@ -108,6 +108,7 @@ styles and their energy formulas for the meaning of these parameters:
"lj/expand"_pair_lj_expand.html: epsilon,sigma,delta: type pairs:
"lubricate"_pair_lubricate.html: mu: global:
"gauss"_pair_gauss.html: a: type pairs:
"morse"_pair_morse.html: d0,r0,alpha: type pairs:
"soft"_pair_soft.html: a: type pairs :tb(c=3,s=:)
IMPORTANT NOTE: It is easy to add new potentials and their parameters