forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9015 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
b6e5ec143f
commit
824216e094
|
@ -544,7 +544,8 @@ angle potentials. Click on the style itself for a full description:
|
|||
package</A>.
|
||||
</P>
|
||||
<DIV ALIGN=center><TABLE BORDER=1 >
|
||||
<TR ALIGN="center"><TD ><A HREF = "angle_sdk.html">sdk</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><TD ><A HREF = "angle_dipole.html">dipole</A>
|
||||
<TR ALIGN="center"><TD ><A HREF = "angle_sdk.html">sdk</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><TD ><A HREF = "angle_dipole.html">dipole</A></TD></TR>
|
||||
<TR ALIGN="center"><TD ><A HREF = "angle_fourier.html">fourier</A></TD><TD ><A HREF = "angle_fourier_simple.html">fourier/simple</A></TD><TD ><A HREF = "angle_quartic.html">quartic</A>
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<P>These are accelerated angle styles, which can be used if LAMMPS is
|
||||
|
@ -575,7 +576,8 @@ description:
|
|||
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><TD ><A HREF = "dihedral_table.html">table</A>
|
||||
<TR ALIGN="center"><TD ><A HREF = "dihedral_cosine_shift_exp.html">cosine/shift/exp</A></TD><TD ><A HREF = "dihedral_fourier.html">fourier</A></TD><TD ><A HREF = "dihedral_nharmonic.html">nharmonic</A></TD><TD ><A HREF = "dihedral_quadratic.html">quadratic</A></TD></TR>
|
||||
<TR ALIGN="center"><TD ><A HREF = "dihedral_table.html">table</A>
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<P>These are accelerated dihedral styles, which can be used if LAMMPS is
|
||||
|
@ -613,8 +615,8 @@ built with the <A HREF = "Section_accelerate.html">appropriate accelerated
|
|||
package</A>.
|
||||
</P>
|
||||
<DIV ALIGN=center><TABLE BORDER=1 >
|
||||
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "improper_class2.html">class2/omp</A></TD><TD WIDTH="100"><A HREF = "improper_cossq.html">cossq/omp</A></TD><TD WIDTH="100"><A HREF = "improper_cvff.html">cvff/omp</A></TD><TD WIDTH="100"><A HREF = "improper_harmonic.html">harmonic/omp</A></TD></TR>
|
||||
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "improper_ring.html">ring/omp</A></TD><TD WIDTH="100"><A HREF = "improper_umbrella.html">umbrella/omp</A>
|
||||
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "improper_class2.html">class2/omp</A></TD><TD WIDTH="100"><A HREF = "improper_cossq.html">cossq/omp</A></TD><TD WIDTH="100"><A HREF = "improper_cvff.html">cvff/omp</A></TD><TD WIDTH="100"><A HREF = "improper_fourier.html">fourier</A></TD></TR>
|
||||
<TR ALIGN="center"><TD WIDTH="100"><A HREF = "improper_harmonic.html">harmonic/omp</A></TD><TD WIDTH="100"><A HREF = "improper_ring.html">ring/omp</A></TD><TD WIDTH="100"><A HREF = "improper_umbrella.html">umbrella/omp</A>
|
||||
</TD></TR></TABLE></DIV>
|
||||
|
||||
<HR>
|
||||
|
|
|
@ -946,7 +946,10 @@ package"_Section_start.html#start_3.
|
|||
"sdk"_angle_sdk.html,
|
||||
"cosine/shift"_angle_cosine_shift.html,
|
||||
"cosine/shift/exp"_angle_cosine_shift_exp.html,
|
||||
"dipole"_angle_dipole.html :tb(c=4,ea=c)
|
||||
"dipole"_angle_dipole.html,
|
||||
"fourier"_angle_fourier.html,
|
||||
"fourier/simple"_angle_fourier_simple.html,
|
||||
"quartic"_angle_quartic.html :tb(c=4,ea=c)
|
||||
|
||||
These are accelerated angle styles, which can be used if LAMMPS is
|
||||
built with the "appropriate accelerated
|
||||
|
@ -986,6 +989,9 @@ These are dihedral styles contributed by users, which can be used if
|
|||
package"_Section_start.html#start_3.
|
||||
|
||||
"cosine/shift/exp"_dihedral_cosine_shift_exp.html,
|
||||
"fourier"_dihedral_fourier.html,
|
||||
"nharmonic"_dihedral_nharmonic.html,
|
||||
"quadratic"_dihedral_quadratic.html,
|
||||
"table"_dihedral_table.html :tb(c=4,ea=c)
|
||||
|
||||
These are accelerated dihedral styles, which can be used if LAMMPS is
|
||||
|
@ -1030,6 +1036,7 @@ package"_Section_accelerate.html.
|
|||
"class2/omp"_improper_class2.html,
|
||||
"cossq/omp"_improper_cossq.html,
|
||||
"cvff/omp"_improper_cvff.html,
|
||||
"fourier"_improper_fourier.html,
|
||||
"harmonic/omp"_improper_harmonic.html,
|
||||
"ring/omp"_improper_ring.html,
|
||||
"umbrella/omp"_improper_umbrella.html :tb(c=4,ea=c,w=100)
|
||||
|
|
Loading…
Reference in New Issue