diff --git a/doc/improper_coeff.html b/doc/improper_coeff.html index 78daa7a805..901fe4e356 100644 --- a/doc/improper_coeff.html +++ b/doc/improper_coeff.html @@ -15,7 +15,7 @@
improper_coeff N args-
Examples: @@ -33,15 +33,15 @@ file read by the read_data command or in a restar 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 improper types. This takes the form "*" or "*n" or "n*" or "m*n". If N = the number of improper -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 means all types from m to n (inclusive). +types, 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 improper_coeff command can override a previous +
Note that using an improper_coeff command can override a previous setting for the same improper type. For example, these commands set the coeffs for all improper types, then overwrite the coeffs for just improper type 2: @@ -51,7 +51,7 @@ improper_coeff 2 50.0 0.0
A line in a data file that specifies improper coefficients uses the exact same format as the arguments of the improper_coeff command in an -input script, except that wild-card asteriks should not be used since +input 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 "Improper Coeffs" section of a data file, the line that corresponds to the 1st example above would be listed as diff --git a/doc/improper_coeff.txt b/doc/improper_coeff.txt index 9026923187..146fb1a480 100644 --- a/doc/improper_coeff.txt +++ b/doc/improper_coeff.txt @@ -12,7 +12,7 @@ improper_coeff command :h3 improper_coeff N args :pre -N = improper type (see asterik form below) +N = improper type (see asterisk form below) args = coefficients for one or more improper types :ul [Examples:] @@ -30,15 +30,15 @@ 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 improper types. This takes the form "*" or "*n" or "n*" or "m*n". If N = the number of improper -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 means all types from m to n (inclusive). +types, 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 improper_coeff command can override a previous +Note that using an improper_coeff command can override a previous setting for the same improper type. For example, these commands set the coeffs for all improper types, then overwrite the coeffs for just improper type 2: @@ -48,7 +48,7 @@ improper_coeff 2 50.0 0.0 :pre A line in a data file that specifies improper coefficients uses the exact same format as the arguments of the improper_coeff command in an -input script, except that wild-card asteriks should not be used since +input 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 "Improper Coeffs" section of a data file, the line that corresponds to the 1st example above would be listed as