forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@6646 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
7133dbe08f
commit
678d60c9f1
|
@ -468,6 +468,13 @@ potentials. Click on the style itself for a full description:
|
|||
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "bond_quartic.html">quartic</A></TD><TD WIDTH="100"><A HREF = "bond_table.html">table</A>
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<P>These are bond styles contributed by users, which can be used if
|
||||
<A HREF = "Section_start.html#2_3">LAMMPS is built with the appropriate package</A>.
|
||||
</P>
|
||||
<DIV ALIGN=center><TABLE BORDER=1 >
|
||||
<TR ALIGN="center"><TD ><A HREF = "bond_harmonic_shift.html">harmonic/shift</A></TD><TD ><A HREF = "bond_harmonic_shift_cut.html">harmonic/shift/cut</A>
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<HR>
|
||||
|
||||
<H4>Angle_style potentials
|
||||
|
@ -485,7 +492,7 @@ angle potentials. Click on the style itself for a full description:
|
|||
<A HREF = "Section_start.html#2_3">LAMMPS is built with the appropriate package</A>.
|
||||
</P>
|
||||
<DIV ALIGN=center><TABLE BORDER=1 >
|
||||
<TR ALIGN="center"><TD ><A HREF = "angle_cmm.html">cg/cmm</A>
|
||||
<TR ALIGN="center"><TD ><A HREF = "angle_cmm.html">cg/cmm</A></TD><TD ><A HREF = "angle_cosine_shift.html">cosine/shift</A></TD><TD ><A HREF = "angle_cosine_shift_exp.html">cosine/shift/exp</A>
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<HR>
|
||||
|
@ -501,6 +508,13 @@ description:
|
|||
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "dihedral_harmonic.html">harmonic</A></TD><TD WIDTH="100"><A HREF = "dihedral_helix.html">helix</A></TD><TD WIDTH="100"><A HREF = "dihedral_multi_harmonic.html">multi/harmonic</A></TD><TD WIDTH="100"><A HREF = "dihedral_opls.html">opls</A>
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<P>These are dihedral styles contributed by users, which can be used if
|
||||
<A HREF = "Section_start.html#2_3">LAMMPS is built with the appropriate package</A>.
|
||||
</P>
|
||||
<DIV ALIGN=center><TABLE BORDER=1 >
|
||||
<TR ALIGN="center"><TD ><A HREF = "dihedral_cosine_shift_exp.html">cosine/shift/exp</A>
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<HR>
|
||||
|
||||
<H4>Improper_style potentials
|
||||
|
|
|
@ -743,6 +743,12 @@ potentials. Click on the style itself for a full description:
|
|||
"quartic"_bond_quartic.html,
|
||||
"table"_bond_table.html :tb(c=4,ea=c,w=100)
|
||||
|
||||
These are bond styles contributed by users, which can be used if
|
||||
"LAMMPS is built with the appropriate package"_Section_start.html#2_3.
|
||||
|
||||
"harmonic/shift"_bond_harmonic_shift.html,
|
||||
"harmonic/shift/cut"_bond_harmonic_shift_cut.html :tb(c=4,ea=c)
|
||||
|
||||
:line
|
||||
|
||||
Angle_style potentials :h4
|
||||
|
@ -764,7 +770,9 @@ angle potentials. Click on the style itself for a full description:
|
|||
These are angle styles contributed by users, which can be used if
|
||||
"LAMMPS is built with the appropriate package"_Section_start.html#2_3.
|
||||
|
||||
"cg/cmm"_angle_cmm.html :tb(c=4,ea=c)
|
||||
"cg/cmm"_angle_cmm.html,
|
||||
"cosine/shift"_angle_cosine_shift.html,
|
||||
"cosine/shift/exp"_angle_cosine_shift_exp.html :tb(c=4,ea=c)
|
||||
|
||||
:line
|
||||
|
||||
|
@ -783,6 +791,11 @@ description:
|
|||
"multi/harmonic"_dihedral_multi_harmonic.html,
|
||||
"opls"_dihedral_opls.html :tb(c=4,ea=c,w=100)
|
||||
|
||||
These are dihedral styles contributed by users, which can be used if
|
||||
"LAMMPS is built with the appropriate package"_Section_start.html#2_3.
|
||||
|
||||
"cosine/shift/exp"_dihedral_cosine_shift_exp.html :tb(c=4,ea=c)
|
||||
|
||||
:line
|
||||
|
||||
Improper_style potentials :h4
|
||||
|
|
Loading…
Reference in New Issue