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

This commit is contained in:
pscrozi 2006-09-28 20:27:30 +00:00
parent c525907784
commit 4fff21defa
2 changed files with 14 additions and 14 deletions

View File

@ -15,7 +15,7 @@
</P>
<PRE>dihedral_coeff N args
</PRE>
<UL><LI>N = dihedral type (see asterik form below)
<UL><LI>N = dihedral type (see asterisk form below)
<LI>args = coefficients for one or more dihedral types
</UL>
<P><B>Examples:</B>
@ -34,12 +34,12 @@ Dihedral coefficients can also be set in the data file read by the
<A HREF = "read_data.html">read_data</A> command or in a restart file.
</P>
<P>N can be specified in one of two ways. An explicit numeric value can
be used, as in the 1st example above. Or a wild-card asterik can be
be used, as in the 1st example above. Or a wild-card asterisk can be
used to set the coefficients for multiple dihedral types. This takes the
form "*" or "*n" or "n*" or "m*n". If N = the number of dihedral types,
then an asterik with no numeric values means all types from 1 to N. A
leading asterik means all types from 1 to n (inclusive). A trailing
asterik means all types from n to N (inclusive). A middle asterik
then an asterisk with no numeric values means all types from 1 to N. A
leading asterisk means all types from 1 to n (inclusive). A trailing
asterisk means all types from n to N (inclusive). A middle asterisk
means all types from m to n (inclusive).
</P>
<P>Note that using a dihedral_coeff command can override a previous setting
@ -51,7 +51,7 @@ dihedral_coeff 2 200.0 1 3
</PRE>
<P>A line in a data file that specifies dihedral coefficients uses the exact
same format as the arguments of the dihedral_coeff command in an input
script, except that wild-card asteriks should not be used since
script, except that wild-card asterisks should not be used since
coefficients for all N types must be listed in the file. For example,
under the "Dihedral Coeffs" section of a data file, the line that
corresponds to the 1st example above would be listed as
@ -82,7 +82,7 @@ specified by the associated <A HREF = "dihedral_coeff.html">dihedral_coeff</A> c
<A HREF = "read_data.html">read_data</A>, <A HREF = "read_restart.html">read_restart</A>, or
<A HREF = "create_box.html">create_box</A> command.
</P>
<P>An dihedral style must be defined before any dihedral coefficients are
<P>A dihedral style must be defined before any dihedral coefficients are
set, either in the input script or in a data file.
</P>
<P><B>Related commands:</B>

View File

@ -12,7 +12,7 @@ dihedral_coeff command :h3
dihedral_coeff N args :pre
N = dihedral type (see asterik form below)
N = dihedral type (see asterisk form below)
args = coefficients for one or more dihedral types :ul
[Examples:]
@ -31,12 +31,12 @@ Dihedral coefficients can also be set in the data file read by the
"read_data"_read_data.html command or in a restart file.
N can be specified in one of two ways. An explicit numeric value can
be used, as in the 1st example above. Or a wild-card asterik can be
be used, as in the 1st example above. Or a wild-card asterisk can be
used to set the coefficients for multiple dihedral types. This takes the
form "*" or "*n" or "n*" or "m*n". If N = the number of dihedral types,
then an asterik with no numeric values means all types from 1 to N. A
leading asterik means all types from 1 to n (inclusive). A trailing
asterik means all types from n to N (inclusive). A middle asterik
then an asterisk with no numeric values means all types from 1 to N. A
leading asterisk means all types from 1 to n (inclusive). A trailing
asterisk means all types from n to N (inclusive). A middle asterisk
means all types from m to n (inclusive).
Note that using a dihedral_coeff command can override a previous setting
@ -48,7 +48,7 @@ dihedral_coeff 2 200.0 1 3 :pre
A line in a data file that specifies dihedral coefficients uses the exact
same format as the arguments of the dihedral_coeff command in an input
script, except that wild-card asteriks should not be used since
script, except that wild-card asterisks should not be used since
coefficients for all N types must be listed in the file. For example,
under the "Dihedral Coeffs" section of a data file, the line that
corresponds to the 1st example above would be listed as
@ -79,7 +79,7 @@ This command must come after the simulation box is defined by a
"read_data"_read_data.html, "read_restart"_read_restart.html, or
"create_box"_create_box.html command.
An dihedral style must be defined before any dihedral coefficients are
A dihedral style must be defined before any dihedral coefficients are
set, either in the input script or in a data file.
[Related commands:]