From aa58c14f809ec8e5e7e28dfcd04e799262e60366 Mon Sep 17 00:00:00 2001
From: sjplimp Computes can be deleted with the uncompute command.
Code for new computes can be added to LAMMPS (see this
-section of the manaul) and the results of their
+section of the manual) and the results of their
calculations accessed in the various ways described above.
Each compute style has its own doc page which describes its arguments
diff --git a/doc/compute.txt b/doc/compute.txt
index 3504bdee82..d334639211 100644
--- a/doc/compute.txt
+++ b/doc/compute.txt
@@ -99,7 +99,7 @@ via the "compute_modify"_compute_modify.html command.
Computes can be deleted with the "uncompute"_uncompute.html command.
Code for new computes can be added to LAMMPS (see "this
-section"_Section_modify.html of the manaul) and the results of their
+section"_Section_modify.html of the manual) and the results of their
calculations accessed in the various ways described above.
Each compute style has its own doc page which describes its arguments
diff --git a/doc/compute_pe_atom.html b/doc/compute_pe_atom.html
index bf6569abb8..7da6a9cd6a 100644
--- a/doc/compute_pe_atom.html
+++ b/doc/compute_pe_atom.html
@@ -37,7 +37,7 @@ ave/spatial command or fix
ave/atom command. See this
section for an overview.
The per-atom energy is calulated by the various pair, bond, etc
+ The per-atom energy is calculated by the various pair, bond, etc
potentials defined for the simulation. If no extra keywords are
listed, then the potential energy is the sum of pair, bond, angle,
dihedral, and improper energy. If any extra keywords are listed, then
diff --git a/doc/compute_pe_atom.txt b/doc/compute_pe_atom.txt
index 61da999004..c2ea738ae8 100644
--- a/doc/compute_pe_atom.txt
+++ b/doc/compute_pe_atom.txt
@@ -34,7 +34,7 @@ ave/spatial"_fix_ave_spatial.html command or "fix
ave/atom"_fix_ave_atom.html command. See "this
section"_Section_howto.html#4_15 for an overview.
-The per-atom energy is calulated by the various pair, bond, etc
+The per-atom energy is calculated by the various pair, bond, etc
potentials defined for the simulation. If no extra keywords are
listed, then the potential energy is the sum of pair, bond, angle,
dihedral, and improper energy. If any extra keywords are listed, then
diff --git a/doc/compute_temp_dipole.html b/doc/compute_temp_dipole.html
index 5579838c60..216b83afa3 100644
--- a/doc/compute_temp_dipole.html
+++ b/doc/compute_temp_dipole.html
@@ -28,7 +28,7 @@ compute myTemp mobile temp/dipole
Define a computation that calculates the temperature of a group of
particles that include a point dipole. The computation is similar to
compute_temp, however, additional degrees of
-freedom are inlclude to account for the rotational state of the
+freedom are include to account for the rotational state of the
particles. The associated kinetic energy includes a rotational term
KE_rotational = 1/2 I w^2, where I is the moment of inertia and w is
the angular velocity.
diff --git a/doc/compute_temp_dipole.txt b/doc/compute_temp_dipole.txt
index dd7305b4ac..5a64eba47b 100755
--- a/doc/compute_temp_dipole.txt
+++ b/doc/compute_temp_dipole.txt
@@ -25,7 +25,7 @@ compute myTemp mobile temp/dipole :pre
Define a computation that calculates the temperature of a group of
particles that include a point dipole. The computation is similar to
"compute_temp"_compute_temp.html, however, additional degrees of
-freedom are inlclude to account for the rotational state of the
+freedom are include to account for the rotational state of the
particles. The associated kinetic energy includes a rotational term
KE_rotational = 1/2 I w^2, where I is the moment of inertia and w is
the angular velocity.
diff --git a/doc/dump.html b/doc/dump.html
index 2ebf962971..0125741c01 100644
--- a/doc/dump.html
+++ b/doc/dump.html
@@ -248,7 +248,7 @@ the atom's dipole.
The quatw, quati, quatj, quatk, tqx, tqy, tqz keywords
are specific to aspherical particles defined with an atom style of
ellipsoid. The first 4 are the components of the quaternion that
-define the orientiation of the particle. The final 3 give the
+define the orientation of the particle. The final 3 give the
rotational torque on the particle.
The c_ID and c_ID[N] keywords allow scalar or vector per-atom
@@ -329,7 +329,7 @@ and associated functions, which should be a suitable substitute on
machines that do not have the appropriate native header files. This
option can be invoked at build time by adding -DLAMMPS_XDR to the
CCFLAGS variable in the appropriate lo-level Makefile,
-e.g. src/MAKE/Makefile.foo. This compatability mode has been tested
+e.g. src/MAKE/Makefile.foo. This compatibility mode has been tested
successfully on Cray XT3 and IBM BlueGene/L machines and should also
work on the Cray XT4, IBM BG/P, and Windows XP machines.
Computes that produce per-atom quantities are those which have the word atom in their style name. See the doc pages for -inidividual fixes to determine which ones produce per-atom +individual fixes to determine which ones produce per-atom quantities. Variables of style atom are the only ones that can be used with this fix since all other styles of variable produce global quantities. @@ -76,13 +76,13 @@ produce global quantities. timesteps the values will be generated in order to contribute to the average. The final averaged quantities are generated every Nfreq timesteps. The average is over Nrepeat quantities, computed in the -preceeding portion of the simulation every Nevery timesteps. -Nfreq must be a multiple of Nevery and Nevery must be non-zero -even if Nrepeat is 1. +preceding portion of the simulation every Nevery timesteps. Nfreq +must be a multiple of Nevery and Nevery must be non-zero even if +Nrepeat is 1.
For example, if Nevery=2, Nrepeat=6, and Nfreq=100, then values on timesteps 90,92,94,96,98,100 will be used to compute the final average -on timestep 100. Similary for timesteps 190,192,194,196,198,200 on +on timestep 100. Similarly for timesteps 190,192,194,196,198,200 on timestep 200, etc.
Restart, fix_modify, output, run start/stop, minimize info:
diff --git a/doc/fix_msd.txt b/doc/fix_msd.txt index 13ae6ba80a..d8bbc5e04d 100644 --- a/doc/fix_msd.txt +++ b/doc/fix_msd.txt @@ -37,7 +37,7 @@ and the computed MSD will not reflect its true displacement. See the "fix rigid"_fix_rigid.html command for details. Thus, to compute the MSD of rigid bodies as they cross periodic boundaries, you will need to post-process a "dump file"_dump.html containing coordinates of the -atomss in the bodies. +atoms in the bodies. [Restart, fix_modify, output, run start/stop, minimize info:] diff --git a/doc/fix_nvt.html b/doc/fix_nvt.html index 44ea50ac1d..07026a1033 100644 --- a/doc/fix_nvt.html +++ b/doc/fix_nvt.html @@ -75,7 +75,7 @@ the thermo_style command) with ID = thermo_ This means you can change the attributes of this fix's temperature (e.g. its degrees-of-freedom) via the compute_modify command or print this temperature -during thermodyanmic output via the thermo_style +during thermodynamic output via the thermo_style custom command using the appropriate compute-ID. It also means that changing attributes of thermo_temp will have no effect on this fix. diff --git a/doc/fix_nvt.txt b/doc/fix_nvt.txt index c4203492d5..1534ed89cb 100644 --- a/doc/fix_nvt.txt +++ b/doc/fix_nvt.txt @@ -66,7 +66,7 @@ the "thermo_style"_thermo_style.html command) with ID = {thermo_temp}. This means you can change the attributes of this fix's temperature (e.g. its degrees-of-freedom) via the "compute_modify"_compute_modify.html command or print this temperature -during thermodyanmic output via the "thermo_style +during thermodynamic output via the "thermo_style custom"_thermo_style.html command using the appropriate compute-ID. It also means that changing attributes of {thermo_temp} will have no effect on this fix. diff --git a/doc/fix_poems.html b/doc/fix_poems.html index bc0a79b9c9..bd5320a5b5 100644 --- a/doc/fix_poems.html +++ b/doc/fix_poems.html @@ -59,7 +59,7 @@ a constant-energy time integration, so you should not update the same atoms via other fixes (e.g. nve, nvt, npt, temp/rescale, langevin).Each body must have a non-degenerate inertia tensor, which means if -must contain at least 3 non-colinear atoms. Which atoms are in which +must contain at least 3 non-collinear atoms. Which atoms are in which bodies can be defined via several options.
For option group, each of the listed groups is treated as a rigid @@ -105,7 +105,7 @@ which includes all the desired rigid bodies. LAMMPS will allow multiple poems fixes to be defined, but it is more expensive.
The degrees-of-freedom removed by coupled rigid bodies are accounted -for in temperature and pressure computations. Similary, the rigid +for in temperature and pressure computations. Similarly, the rigid body contribution to the pressure virial is also accounted for. The latter is only correct if forces within the bodies have been turned off, and there is only a single fix poems defined. diff --git a/doc/fix_poems.txt b/doc/fix_poems.txt index 605daf5600..4b7e660dd0 100644 --- a/doc/fix_poems.txt +++ b/doc/fix_poems.txt @@ -52,7 +52,7 @@ a constant-energy time integration, so you should not update the same atoms via other fixes (e.g. nve, nvt, npt, temp/rescale, langevin). Each body must have a non-degenerate inertia tensor, which means if -must contain at least 3 non-colinear atoms. Which atoms are in which +must contain at least 3 non-collinear atoms. Which atoms are in which bodies can be defined via several options. For option {group}, each of the listed groups is treated as a rigid @@ -98,7 +98,7 @@ which includes all the desired rigid bodies. LAMMPS will allow multiple poems fixes to be defined, but it is more expensive. The degrees-of-freedom removed by coupled rigid bodies are accounted -for in temperature and pressure computations. Similary, the rigid +for in temperature and pressure computations. Similarly, the rigid body contribution to the pressure virial is also accounted for. The latter is only correct if forces within the bodies have been turned off, and there is only a single fix poems defined. diff --git a/doc/fix_recenter.html b/doc/fix_recenter.html index 7433b3241d..b14b01f64a 100644 --- a/doc/fix_recenter.html +++ b/doc/fix_recenter.html @@ -51,7 +51,7 @@ do not drift during the simulation due to random perturbations the units keyword, as discussed below. One or more x,y,z values can also be specified as NULL, which means exclude that dimension from this operation. Or it can be specified as INIT which means to -constain the center-of-mass to its initial value at the beginning of +constrain the center-of-mass to its initial value at the beginning of the run.
The center-of-mass (COM) is computed for the group specified by the @@ -110,7 +110,7 @@ This fix is not invoked during energy minimization
This fix should not be used with an x,y,z setting that causes a large shift in the system on the 1st timestep, due to the requested COM being very different from the initial COM. This could cause atoms to -be lost,especially in parallel. Instead, use the +be lost, especially in parallel. Instead, use the displace_atoms command, which can be used to move atoms a large distance.
diff --git a/doc/fix_recenter.txt b/doc/fix_recenter.txt index 033ff17159..17fa345772 100644 --- a/doc/fix_recenter.txt +++ b/doc/fix_recenter.txt @@ -43,7 +43,7 @@ Distance units for the x,y,z values are determined by the setting of the {units} keyword, as discussed below. One or more x,y,z values can also be specified as NULL, which means exclude that dimension from this operation. Or it can be specified as INIT which means to -constain the center-of-mass to its initial value at the beginning of +constrain the center-of-mass to its initial value at the beginning of the run. The center-of-mass (COM) is computed for the group specified by the @@ -102,7 +102,7 @@ This fix is not invoked during "energy minimization"_minimize.html. This fix should not be used with an x,y,z setting that causes a large shift in the system on the 1st timestep, due to the requested COM being very different from the initial COM. This could cause atoms to -be lost,especially in parallel. Instead, use the +be lost, especially in parallel. Instead, use the "displace_atoms"_displace_atoms.html command, which can be used to move atoms a large distance. diff --git a/doc/pair_charmm.html b/doc/pair_charmm.html index dc1e2815cf..9c95db13c1 100644 --- a/doc/pair_charmm.html +++ b/doc/pair_charmm.html @@ -56,7 +56,7 @@ pair_coeff 1 1 100.0 2.0 150.0 3.5The lj/charmm styles compute LJ and Coulombic interactions with an additional switching function S(r) that ramps the energy and force -smoothly to zero between an inner and outer cuoff. It is a widely +smoothly to zero between an inner and outer cutoff. It is a widely used potential in the CHARMM MD code. See (MacKerell) for a description of the CHARMM force field. diff --git a/doc/pair_charmm.txt b/doc/pair_charmm.txt index 3c141de4d5..5b890dc093 100644 --- a/doc/pair_charmm.txt +++ b/doc/pair_charmm.txt @@ -49,7 +49,7 @@ pair_coeff 1 1 100.0 2.0 150.0 3.5 :pre The {lj/charmm} styles compute LJ and Coulombic interactions with an additional switching function S(r) that ramps the energy and force -smoothly to zero between an inner and outer cuoff. It is a widely +smoothly to zero between an inner and outer cutoff. It is a widely used potential in the "CHARMM"_http://www.scripps.edu/brooks MD code. See "(MacKerell)"_#MacKerell for a description of the CHARMM force field. diff --git a/doc/pair_coeff.html b/doc/pair_coeff.html index dd76f7f500..cd09581b6e 100644 --- a/doc/pair_coeff.html +++ b/doc/pair_coeff.html @@ -15,7 +15,7 @@
pair_coeff I J args-
Examples: @@ -40,15 +40,15 @@ can be used for each, as in the 1st example above. I <= J is required. LAMMPS sets the coefficients for the symmetric J,I interaction to the same values.
-A wild-card asterik can be used in place of or in conjunction with the +
A wild-card asterisk can be used in place of or in conjunction with the I,J arguments to set the coefficients for multiple pairs of atom types. This takes the form "*" or "*n" or "n*" or "m*n". If N = the -number of atom 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 +number of atom 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 only type pairs with I <= J are considered; if -asteriks imply type pairs where J < I, they are ignored. +asterisks imply type pairs where J < I, they are ignored.
Note that a pair_coeff command can override a previous setting for the same I,J pair. For example, these commands set the coeffs for all I,J @@ -63,7 +63,7 @@ script, with the exception of the I,J type arguments. In each line of the "Pair Coeffs" section of a data file, only a single type I is specified, which sets the coefficients for type I interacting with type I. This is because the section has exactly N lines, where N = -the number of atom types. For this reason, the wild-card asterik +the number of atom types. For this reason, the wild-card asterisk should also not be used as part of the I argument. Thus in a data file, the line corresponding to the 1st example above would be listed as @@ -71,7 +71,7 @@ as
2 1.0 1.0 2.5
For many potentials, if coefficients for type pairs with I != J are -not set explicity by a pair_coeff command, the values are inferred +not set explicitly by a pair_coeff command, the values are inferred from the I,I and J,J settings by mixing rules; see the pair_modify command for a discussion. Details on this option as it pertains to individual potentials are described on @@ -90,11 +90,11 @@ the pair_style command, and coefficients specified by the associated
Description:
-Style dipole/cut computes interactions bewteen pairs of particles +
Style dipole/cut computes interactions between pairs of particles that each have a charge and/or a point dipole moment. In addition to the usual Lennard-Jones interaction between the particles (Elj) the charge-charge (Eqq), charge-dipole (Eqp), and dipole-dipole (Epp) diff --git a/doc/pair_dipole.txt b/doc/pair_dipole.txt index ba598e0114..d79f01e715 100755 --- a/doc/pair_dipole.txt +++ b/doc/pair_dipole.txt @@ -23,7 +23,7 @@ pair_coeff 2 3 1.0 1.0 2.5 4.0 :pre [Description:] -Style {dipole/cut} computes interactions bewteen pairs of particles +Style {dipole/cut} computes interactions between pairs of particles that each have a charge and/or a point dipole moment. In addition to the usual Lennard-Jones interaction between the particles (Elj) the charge-charge (Eqq), charge-dipole (Eqp), and dipole-dipole (Epp) diff --git a/doc/pair_dpd.html b/doc/pair_dpd.html index d00290e596..9760c51a5e 100644 --- a/doc/pair_dpd.html +++ b/doc/pair_dpd.html @@ -60,7 +60,7 @@ command so it does not need to be specified.
Mixing, shift, table, tail correction, restart, rRESPA info:
-Thsi pair style does not support mixing. Thus, coefficients for all +
This pair style does not support mixing. Thus, coefficients for all I,J pairs must be specified explicitly.
This pair style does not support the pair_modify @@ -76,10 +76,10 @@ pressure.
This pair style writes its information to binary restart files, so pair_style and pair_coeff commands do not need to be specified in an input script that reads a restart file. Note -that the user-specifice random number seed is stored in the restart +that the user-specified random number seed is stored in the restart file, so when a simulation is restarted, each processor will re-initialize its random number generator the same way it did -intially. This means the random forces will be random, but will not +initially. This means the random forces will be random, but will not be the same as they would have been if the original simulation had continued past the restart time.
diff --git a/doc/pair_dpd.txt b/doc/pair_dpd.txt index 6b3f87c513..0509b988b8 100644 --- a/doc/pair_dpd.txt +++ b/doc/pair_dpd.txt @@ -57,7 +57,7 @@ command so it does not need to be specified. [Mixing, shift, table, tail correction, restart, rRESPA info]: -Thsi pair style does not support mixing. Thus, coefficients for all +This pair style does not support mixing. Thus, coefficients for all I,J pairs must be specified explicitly. This pair style does not support the "pair_modify"_pair_modify.html @@ -73,10 +73,10 @@ pressure. This pair style writes its information to "binary restart files"_restart.html, so pair_style and pair_coeff commands do not need to be specified in an input script that reads a restart file. Note -that the user-specifice random number seed is stored in the restart +that the user-specified random number seed is stored in the restart file, so when a simulation is restarted, each processor will re-initialize its random number generator the same way it did -intially. This means the random forces will be random, but will not +initially. This means the random forces will be random, but will not be the same as they would have been if the original simulation had continued past the restart time. diff --git a/doc/pair_hybrid.html b/doc/pair_hybrid.html index e5281a4a10..b0aa778f2a 100644 --- a/doc/pair_hybrid.html +++ b/doc/pair_hybrid.html @@ -108,12 +108,12 @@ atom types, you have 3 choices. You can assign the type pair to some sub-style and use the neigh_modify exclude type command. You can assign it to some sub-style and set the coefficients so that there is effectively no interaction (e.g. epsilon = 0.0 in a -LJ potential). Or, for hybrid and hybrid/overlay simluations, you +LJ potential). Or, for hybrid and hybrid/overlay simulations, you can use this form of the pair_coeff command:pair_coeff 2 3 none-
If an assignment to none is made in a simluation with the +
If an assignment to none is made in a simulation with the hybrid/overlay pair style, it wipes out all previous assignments of that atom type pair to sub-styles.
@@ -158,7 +158,7 @@ their sub-styles do.Restrictions:
-When using a long-range Coulomic solver (via the +
When using a long-range Coulombic solver (via the kspace_style command) with a hybrid pair_style, one or more sub-styles will be of the "long" variety, e.g. lj/cut/coul/long or buck/coul/long. You must insure that the short-range Coulombic diff --git a/doc/pair_hybrid.txt b/doc/pair_hybrid.txt index 24d63a563b..85c7943047 100644 --- a/doc/pair_hybrid.txt +++ b/doc/pair_hybrid.txt @@ -104,12 +104,12 @@ atom types, you have 3 choices. You can assign the type pair to some sub-style and use the "neigh_modify exclude type"_neigh_modify command. You can assign it to some sub-style and set the coefficients so that there is effectively no interaction (e.g. epsilon = 0.0 in a -LJ potential). Or, for {hybrid} and {hybrid/overlay} simluations, you +LJ potential). Or, for {hybrid} and {hybrid/overlay} simulations, you can use this form of the pair_coeff command: pair_coeff 2 3 none :pre -If an assignment to {none} is made in a simluation with the +If an assignment to {none} is made in a simulation with the {hybrid/overlay} pair style, it wipes out all previous assignments of that atom type pair to sub-styles. @@ -154,7 +154,7 @@ their sub-styles do. [Restrictions:] -When using a long-range Coulomic solver (via the +When using a long-range Coulombic solver (via the "kspace_style"_kspace_style command) with a hybrid pair_style, one or more sub-styles will be of the "long" variety, e.g. {lj/cut/coul/long} or {buck/coul/long}. You must insure that the short-range Coulombic diff --git a/doc/velocity.html b/doc/velocity.html index 4514189a3f..7f0af99575 100644 --- a/doc/velocity.html +++ b/doc/velocity.html @@ -124,7 +124,7 @@ temperature using a compute that is defined as follows:
compute velocity_temp group-ID temp
where group-ID is the same ID used in the velocity command. i.e. the -group of aotms whose velocity is being altered. This compute is +group of atoms whose velocity is being altered. This compute is deleted when the velocity command is finished. See the compute temp command for details. If the computed temperature should have degrees-of-freedom removed due to fix diff --git a/doc/velocity.txt b/doc/velocity.txt index 4ab71348ba..57c8aff1a8 100644 --- a/doc/velocity.txt +++ b/doc/velocity.txt @@ -116,7 +116,7 @@ temperature using a compute that is defined as follows: compute velocity_temp group-ID temp :pre where group-ID is the same ID used in the velocity command. i.e. the -group of aotms whose velocity is being altered. This compute is +group of atoms whose velocity is being altered. This compute is deleted when the velocity command is finished. See the "compute temp"_compute_temp.html command for details. If the computed temperature should have degrees-of-freedom removed due to fix