diff -Naur lammps-16Jan08/doc/Section_errors.html lammps-17Jan08/doc/Section_errors.html
--- lammps-16Jan08/doc/Section_errors.html 2007-11-05 16:34:17.000000000 -0700
+++ lammps-17Jan08/doc/Section_errors.html 2008-01-17 10:02:19.000000000 -0700
@@ -222,6 +222,10 @@
No angle coefficients have been assigned in the data file or via the
angle_coeff command.
+Angle potential must be defined for SHAKE
+
+When shaking angles, an angle_style potential must be used.
+
Angle style hybrid cannot have hybrid as an argument
Self-explanatory.
@@ -294,6 +298,16 @@
Self-explanatory.
+Atom vector in equal-style variable formula
+
+Atom vectors generate one value per atom which is not allowed
+in an equal-style variable.
+
+Atom-style variable in equal-style variable formula
+
+Atom-style variables generate one value per atom which is not allowed
+in an equal-style variable.
+
Atom_modify command after simulation box is defined
The atom_modify command cannot be used after a read_data,
@@ -380,11 +394,6 @@
Cannot use fix shake unless bond potential is defined.
-Bond style does not support computing per-atom bond energy
-
-The bond style does not have a single() function, so it can not be
-used to compute per-atom bond energy.
-
Bond style hybrid cannot have hybrid as an argument
Self-explanatory.
@@ -449,10 +458,6 @@
This feature is not yet supported.
-Cannot build parse tree for variable that is not atom style
-
-Only atom style variables can be evaluated once per atom.
-
Cannot change box to orthogonal when tilt is non-zero
Self-explanatory
@@ -470,23 +475,16 @@
The frequency of writing dump dcd snapshots cannot be changed.
+Cannot change timestep with fix pour
+
+This fix pre-computes some values based on the timestep, so it cannot
+be changed during a simulation run.
+
Cannot compute PPPM G
LAMMPS failed to compute a valid approximation for the PPPM g_ewald
factor that partitions the computation between real space and k-space.
-Cannot compute PPPM X grid spacing
-
-LAMMPS failed to compute a valid PPPM grid spacing in the x dimension.
-
-Cannot compute PPPM Y grid spacing
-
-LAMMPS failed to compute a valid PPPM grid spacing in the y dimension.
-
-Cannot compute PPPM Z grid spacing
-
-LAMMPS failed to compute a valid PPPM grid spacing in the z dimension.
-
Cannot create an atom map unless atoms have IDs
The simulation requires a mapping from global atom IDs to local atoms,
@@ -510,10 +508,6 @@
Use dump custom with x,y,z instead.
-Cannot evaluate variable
-
-Self-explanatory.
-
Cannot find delete_bonds group ID
Group ID used in the delete_bonds command does not exist.
@@ -578,11 +572,6 @@
The output file for the fix com command cannot be opened. Check that
the path and name are correct.
-Cannot open fix gran/diag file %s
-
-The output file for the fix gran/diag command cannot be opened. Check
-that the path and name are correct.
-
Cannot open fix gyration file %s
Self-explanatory.
@@ -597,6 +586,10 @@
The specified file cannot be opened. Check that the path and name are
correct.
+Cannot open fix print file %s
+
+The output file generated by the fix print command cannot be opened
+
Cannot open fix rdf file %s
The output file for the fix rdf command cannot be opened. Check that
@@ -690,6 +683,17 @@
You should use the replicate command before fixes are applied to the
system.
+Cannot reset timestep with dump file already written to
+
+Changing the timestep will confuse when a dump file is written. Use
+the undump command, then restart the dump file.
+
+Cannot reset timestep with restart file already written
+
+Changing the timestep will confuse when a restart file is written.
+Use the "restart 0" command to turn off restarts, then start them
+again.
+
Cannot run 2d simulation with nonperiodic Z dimension
Use the boundary command to make the z dimension periodic in order to
@@ -745,20 +749,6 @@
The kspace style pppm cannot be used in 2d simulations. You can use
2d PPPM in a 3d simulation; see the kspace_modify command.
-Cannot use atom vector in variable unless atom map exists
-
-Atom vectors require the ability to lookup an atom index, which
-is provided by an atom map. An atom map does not exist (by default)
-for non-molecular problems. Using the atom_modify map command will
-force an atom map to be created.
-
-Cannot use fix tmd unless atom map exists
-
-TMD requires the ability to lookup an atom index, which
-is provided by an atom map. An atom map does not exist (by default)
-for non-molecular problems. Using the atom_modify map command will
-force an atom map to be created.
-
Cannot use both region, partial options in fix temp/rescale
Self-explanatory.
@@ -776,6 +766,13 @@
Your choice of atom style does not have bonds.
+Cannot use fix TMD unless atom map exists
+
+Using this fix requires the ability to lookup an atom index, which is
+provided by an atom map. An atom map does not exist (by default) for
+non-molecular problems. Using the atom_modify map command will force
+an atom map to be created.
+
Cannot use fix deform trate on a box with zero tilt
The trate style alters the current strain.
@@ -797,6 +794,11 @@
The defined atom style uses per-atom mass, not per-type mass.
+Cannot use fix npt and fix deform on same dimension
+
+These commands both change the box size/shape, so you cannot use both
+together.
+
Cannot use fix npt on a non-periodic dimension
Only periodic dimensions can be controlled with this fix.
@@ -884,6 +886,10 @@
Cannot change orthogonal box to orthogonal or a triclinic box to
triclinic.
+Compute ID for compute sum does not exist
+
+Self-explanatory.
+
Compute ID for fix ave/atom does not exist
Self-explanatory.
@@ -896,14 +902,29 @@
Self-explanatory.
+Compute ID must be alphanumeric or underscore characters
+
+Self-explanatory.
+
Compute coord/atom cutoff is longer than pairwise cutoff
Cannot compute coordination at distances longer than the pair cutoff,
since those atoms are not in the neighbor list.
+Compute in variable formula before initial run
+
+Calculating this compute before the first run is not allowed because
+various quantities may not yet be initialized.
+
+Compute pe must use group all
+
+Energies computed by potentials (pair, bond, etc) are computed on all
+atoms.
+
Compute pressure must use group all
-Self-explanatory.
+Virial contributions computed by potentials (pair, bond, etc) are
+computed on all atoms.
Compute pressure temp ID does not compute temperature
@@ -914,9 +935,33 @@
The atom style defined does not have these attributes.
-Compute sum/atom compute does not compute vector per atom
+Compute sum compute does not calculate a per-atom scalar
+
+A compute accessed by compute sum must produce per-atom values.
+
+Compute sum compute does not calculate a per-atom vector
+
+A compute accessed by compute sum must produce per-atom values.
+
+Compute sum compute does not calculate per-atom values
+
+A compute accessed by compute sum must produce per-atom values.
+
+Compute sum fix does not calculate a per-atom scalar
-If one compute in list calculates a vector, all of them must.
+A fix accessed by compute sum must produce per-atom values.
+
+Compute sum fix does not calculate a per-atom vector
+
+A fix accessed by compute sum must produce per-atom values.
+
+Compute sum fix does not calculate per-atom values
+
+A fix accessed by compute sum must produce per-atom values.
+
+Compute sum variable is not atom-style variable
+
+A variable accessed by compute sum must produce per-atom values.
Compute temp/asphere requires atom attributes quat, angmom
@@ -926,6 +971,10 @@
The atom style defined does not have these attributes.
+Compute vector in variable formula is too small
+
+The index to the vector is out of bounds.
+
Could not create 3d FFT plan
The FFT setup in pppm failed.
@@ -938,6 +987,10 @@
Self-explanatory.
+Could not find compute displace/atom fix ID
+
+Self-explanatory.
+
Could not find compute group ID
Self-explanatory.
@@ -946,19 +999,6 @@
The compute ID for calculating temperature does not exist.
-Could not find compute sum/atom pre-compute ID
-
-The compute ID for calculating the requested per-atom quantity does
-not exist.
-
-Could not find compute variable name
-
-The variable being used by a compute is not defined.
-
-Could not find compute variable name
-
-The variable name accessed by compute variable/atom does not exist.
-
Could not find compute_modify ID
Self-explanatory.
@@ -988,6 +1028,10 @@
Self-explanatory.
+Could not find dump custom variable name
+
+Self-explanatory.
+
Could not find dump group ID
A group ID used in the dump command does not exist.
@@ -1046,10 +1090,9 @@
The fix ID needed by thermo style custom to compute a requested
quantity does not exist.
-Could not find thermo custom variable ID
+Could not find thermo custom variable name
-The variable name needed by thermo style custom to compute a requested
-quantity does not exist.
+Self-explanatory.
Could not find thermo fix ID
@@ -1088,11 +1131,6 @@
The compute ID needed by the velocity command to compute temperature
does not exist.
-Could not pre-compute in variable
-
-A compute required to evaulate a variable does not have its pre-compute
-defined.
-
Coulomb cutoffs of pair hybrid sub-styles do not match
If using a Kspace solver, all Coulomb cutoffs of long pair styles must
@@ -1267,6 +1305,10 @@
Cannot use tilt factors unless the simulation box is
non-orthogonal.
+Divide by 0 in variable formula
+
+Self-explanatory.
+
Domain too large for neighbor bins
The domain has become extremely large so that neighbor bins cannot be
@@ -1313,6 +1355,11 @@
The dump custom command is attempting to access an out-of-range vector
value.
+Dump custom variable is not atom-style variable
+
+Only atom-style variables generate per-atom quantities, needed for
+dump output.
+
Dump dcd must use group all
Self-explanatory.
@@ -1338,6 +1385,10 @@
The chosen atom style does not define the per-atom vector being
dumped.
+Empty brackets in variable formula
+
+A value inside the brackets is required for this formula element.
+
Failed to allocate %d bytes for array %s
Your LAMMPS simulation has run out of memory. You need to run a
@@ -1352,46 +1403,107 @@
Self-explanatory.
+Fix ID for compute sum does not exist
+
+Self-explanatory.
+
+Fix ID for fix ave/atom does not exist
+
+Self-explanatory.
+
Fix ID for fix ave/spatial does not exist
Self-explanatory.
-Fix ave/atom cannot be started on this timestep
+Fix ID for fix ave/time does not exist
-The first timestep on which data needs to be accumulated for
-the average is before the current timestep.
+Self-explanatory.
-Fix ave/atom compute does not calculate per-atom info
+Fix ID must be alphanumeric or underscore characters
-The specified compute does not calculate per-atom values.
+Self-explanatory.
-Fix ave/spatial and fix not computed at compatible times
+Fix ave/atom compute does not calculate a per-atom scalar
-The fix must produce per-atom quantities on timesteps that fix
-ave/spatial needs them.
+A compute used by fix ave/atom must generate per-atom values.
-Fix ave/spatial cannot be started on this timestep
+Fix ave/atom compute does not calculate a per-atom vector
-The first timestep on which data needs to be accumulated for
-the average is before the current timestep.
+A compute used by fix ave/atom must generate per-atom values.
-Fix ave/spatial compute does not calculate per-atom info
+Fix ave/atom compute does not calculate per-atom values
-Only computes that calculate a per-atom quantity (not a scalar or
-vector quantity can be used with fix ave/spatial.
+A compute used by fix ave/atom must generate per-atom values.
-Fix ave/spatial fix does not calculate per-atom info
+Fix ave/atom compute vector is accessed out-of-range
-The specified fix does not calculate per-atom values.
+The index for the vector is out of bounds.
+
+Fix ave/atom fix does not calculate a per-atom scalar
+
+A fix used by fix ave/atom must generate per-atom values.
+
+Fix ave/atom fix does not calculate a per-atom vector
+
+A fix used by fix ave/atom must generate per-atom values.
+
+Fix ave/atom fix does not calculate per-atom values
+
+A fix used by fix ave/atom must generate per-atom values.
+
+Fix ave/atom fix vector is accessed out-of-range
+
+The index for the vector is out of bounds.
+
+Fix ave/atom variable is not atom-style variable
+
+A variable used by fix ave/atom must generate per-atom values.
+
+Fix ave/spatial compute does not calculate a per-atom scalar
+
+A compute used by fix ave/spatial must generate per-atom values.
+
+Fix ave/spatial compute does not calculate a per-atom vector
+
+A compute used by fix ave/spatial must generate per-atom values.
+
+Fix ave/spatial compute does not calculate per-atom values
+
+A compute used by fix ave/spatial must generate per-atom values.
+
+Fix ave/spatial compute vector is accessed out-of-range
+
+The index for the vector is out of bounds.
+
+Fix ave/spatial fix does not calculate a per-atom scalar
+
+A fix used by fix ave/spatial must generate per-atom values.
+
+Fix ave/spatial fix does not calculate a per-atom vector
+
+A fix used by fix ave/spatial must generate per-atom values.
+
+Fix ave/spatial fix does not calculate per-atom values
+
+A fix used by fix ave/spatial must generate per-atom values.
+
+Fix ave/spatial fix vector is accessed out-of-range
+
+The index for the vector is out of bounds.
Fix ave/spatial for triclinic boxes requires units reduced
Self-explanatory.
-Fix ave/time cannot be started on this timestep
+Fix ave/spatial settings invalid with changing box
+
+If the ave setting is "running" or "window" and the box size/shape
+changes during the simulation, then the units setting must be
+"reduced", else the number of bins may change.
+
+Fix ave/spatial variable is not atom-style variable
-The first timestep on which data needs to be accumulated for
-the average is before the current timestep.
+A variable used by fix ave/spatial must generate per-atom values.
Fix ave/time compute does not calculate a scalar
@@ -1403,6 +1515,26 @@
Only computes that calculate a scalar or vector quantity (not a
per-atom quantity) can be used with fix ave/time.
+Fix ave/time compute vector is accessed out-of-range
+
+The index for the vector is out of bounds.
+
+Fix ave/time fix does not calculate a scalar
+
+A fix used by fix ave/time must generate global values.
+
+Fix ave/time fix does not calculate a vector
+
+A fix used by fix ave/time must generate global values.
+
+Fix ave/time fix vector is accessed out-of-range
+
+The index for the vector is out of bounds.
+
+Fix ave/time variable is not equal-style variable
+
+A variable used by fix ave/time must generate a global value.
+
Fix command before simulation box is defined
The fix command cannot be used before a read_data, read_restart, or
@@ -1427,22 +1559,39 @@
Self-explanatory
-Fix freeze requires atom attribute torque
+Fix for fix ave/atom not computed at compatible time
-The atom style defined does not have this attribute.
+Fixes generate their values on specific timesteps. Fix ave/atom is
+requesting a value on a non-allowed timestep.
-Fix gran/diag is incompatible with Pair style
+Fix for fix ave/spatial not computed at compatible time
-Must use atom style granular.
+Fixes generate their values on specific timesteps. Fix ave/spatial is
+requesting a value on a non-allowed timestep.
-Fix gran/diag requires atom attributes radius, rmass, omega
+Fix for fix ave/time not computed at compatible time
-The atom style defined does not have these attributes.
+Fixes generate their values on specific timesteps. Fix ave/time
+is requesting a value on a non-allowed timestep.
+
+Fix freeze requires atom attribute torque
+
+The atom style defined does not have this attribute.
Fix heat group has no atoms
Self-explanatory.
+Fix in variable formula before initial run
+
+Calculating this fix before the first run is not allowed because
+various quantities may not yet be initialized.
+
+Fix in variable not computed at compatible time
+
+Fixes generate their values on specific timesteps. The variable is
+requesting the values on a non-allowed timestep.
+
Fix langevin period must be > 0.0
The time window for temperature relaxation must be > 0
@@ -1518,6 +1667,15 @@
integration fixes (nve, nvt, npt). See the fix tmd documentation for
details.
+Fix used in compute sum not computed at compatible time
+
+Fixes generate their values on specific timesteps. Compute sum is
+requesting a value on a non-allowed timestep.
+
+Fix vector in variable formula is too small
+
+Index into vector is out of bounds.
+
Fix wall/gran is incompatible with Pair style
Must use a granular pair style to define the parameters needed for
@@ -1555,6 +1713,10 @@
A group ID used in the group command does not exist.
+Group ID in variable formula does not exist
+
+Self-explanatory.
+
Group command before simulation box is defined
The group command cannot be used before a read_data, read_restart, or
@@ -1566,8 +1728,7 @@
Illegal ... command
-** DELETE_POSSIBLE
-Self-explanatory. Check the input script syntax and compare to the
+Self-explanatory. Check the input script syntax and compare to the
documentation for the command. You can use -echo screen as a
command-line option when running LAMMPS to see the offending line.
@@ -1655,10 +1816,6 @@
The data file header lists improper but no improper types.
-Inconsistent sizes of compute sum/atom compute vectors
-
-All vectors of the computes in the list must be the same length.
-
Incorrect args for angle coefficients
Self-explanatory. Check the input script or data file.
@@ -1735,6 +1892,13 @@
Self-explanatory. Check the input script or data file.
+Indexed per-atom vector in variable formula without atom map
+
+Accessing a value from an atom vector requires the ability to lookup
+an atom index, which is provided by an atom map. An atom map does not
+exist (by default) for non-molecular problems. Using the atom_modify
+map command will force an atom map to be created.
+
Induced tilt by displace_box is too large
The final tilt value must be between -1/2 and 1/2 of the perpendicular
@@ -1836,9 +2000,9 @@
Atom types must range from 1 to Ntypes inclusive.
-Invalid atom vector in variable
+Invalid atom vector in variable formula
-An atom vector specified in a variable definition is not recognized.
+The atom vector is not recognized.
Invalid bond style
@@ -1870,14 +2034,9 @@
One or more command-line arguments is invalid. Check the syntax of
the command you are using to launch LAMMPS.
-Invalid compute ID in variable
-
-A compute specified in a variable definition is not defined.
+Invalid compute ID in variable formula
-Invalid compute ID index in variable
-
-The argument index of a compute specified in a variable definition is
-not valid.
+The compute is not recognized.
Invalid compute style
@@ -1991,6 +2150,10 @@
Operator keyword used for threshhold specification in not recognized.
+Invalid fix ID in variable formula
+
+The fix is not recognized.
+
Invalid fix nph command for a 2d simulation
Cannot use style xy, yz, or xz for a 2d simulation.
@@ -1999,6 +2162,10 @@
Cannot use style xy, yz, or xz for a 2d simulation.
+Invalid fix style used in compute displace/atom command
+
+Only a fix of style coord/original can be used with this compute.
+
Invalid fix style
The choice of fix style is unknown.
@@ -2023,6 +2190,10 @@
A group ID used in the neigh_modify command does not exist.
+Invalid group function in variable formula
+
+Group function is not recognized.
+
Invalid improper style
The choice of improper style is unknown.
@@ -2032,6 +2203,10 @@
Improper type must be positive integer and within range of specified
improper types.
+Invalid index in variable formula
+
+The index between brackets is less than or equal to 0.
+
Invalid keyword in dump custom command
One or more attribute keywords are not recognized.
@@ -2052,9 +2227,9 @@
Self-explanatory.
-Invalid math/group function in variable
+Invalid math or group function in variable formula
-Self-explanatory.
+The math or group function is not recognized.
Invalid natoms for dump dcd
@@ -2101,9 +2276,15 @@
The choice of region style is unknown.
+Invalid seed for Marsaglia random # generator
+
+The initial seed for this random number generator must be a positive
+integer less than or equal to 900 million.
+
Invalid seed for Park random # generator
-The random number generator cannot be given a seed <= 0.
+The initial seed for this random number generator must be a positive
+integer.
Invalid shape line in data file
@@ -2117,10 +2298,14 @@
Self-explanatory. Check the input script.
-Invalid thermo keyword in variable
+Invalid syntax in variable formula
Self-explanatory.
+Invalid thermo keyword in variable formula
+
+The keyword is not recognized.
+
Invalid type for dipole set
Dipole command must set a type from 1-N where N is the number of atom
@@ -2140,13 +2325,17 @@
The value specified for the setting is invalid, likely because it is
too small or too large.
+Invalid variable evaluation in variable formula
+
+A variable used in a formula could not be evaluated.
+
Invalid variable in next command
Next command in input script must set variables from "a" to "z".
-Invalid variable name in variable
+Invalid variable name in variable formula
-Self-explanatory.
+Variable name is not recognized.
Invalid variable name
@@ -2213,6 +2402,10 @@
2d simulation can use sq, sq2, or hex lattice. 3d simulation can use
sc, bcc, or fcc lattice.
+Log of zero/negative in variable formula
+
+Self-explanatory.
+
Lost atoms via displace_atoms: original %.15g current %.15g
The displace_atoms command lost one or more atoms.
@@ -2229,11 +2422,6 @@
A call to the MEAM Fortran library returned an error.
-Marsaglia RNG cannot use 0 seed
-
-The random number generator use for the fix langevin command cannot
-use 0 as an initial seed.
-
Mass command before simulation box is defined
The mass command cannot be used before a read_data, read_restart, or
@@ -2244,11 +2432,32 @@
The min_style command cannot be used before a read_data, read_restart,
or create_box command.
+Minimization could not find thermo_pe compute
+
+This compute is created by the thermo command. It must have been
+explicitly deleted by a uncompute command.
+
Minimize command before simulation box is defined
The minimize command cannot be used before a read_data, read_restart,
or create_box command.
+Mismatched compute in variable formula
+
+A compute is referenced incorrectly or a compute that produces per-atom
+values is used in an equal-style variable formula.
+
+Mismatched fix in variable formula
+
+A fix is referenced incorrectly or a fix that produces per-atom
+values is used in an equal-style variable formula.
+
+Mismatched variable in variable formula
+
+A variable is referenced incorrectly or an atom-style variable that
+produces per-atom values is used in an equal-style variable
+formula.
+
More than one fix deform
Only one fix deform can be defined at a time.
@@ -2380,6 +2589,11 @@
Self-explanatory.
+Must use a bond style with TIP4P potential
+
+TIP4P potentials assume bond lengths in water are constrained
+by a fix shake command.
+
Must use a molecular atom style with fix poems molecule
Self-explanatory.
@@ -2393,6 +2607,11 @@
The axis of the cylinder region used with the fix insert command must
be oriented along the z dimension.
+Must use an angle style with TIP4P potential
+
+TIP4P potentials assume angles in water are constrained by a fix shake
+command.
+
Must use charged atom style with fix efield
The atom style being used does not allow atoms to have assigned
@@ -2447,6 +2666,10 @@
Self-explanatory.
+Neighbor page size must be >= 10x the one atom setting
+
+This is required to prevent wasting too much memory.
+
Newton bond change after simulation box is defined
The newton command cannot be used to change the newton bond value
@@ -2577,6 +2800,34 @@
The specified cutoffs for the pair style are inconsistent.
+Pair lubricate only available for 3d
+
+Self-explanatory.
+
+Pair lubricate requires atom attributes torque, shape
+
+Use a different atom style.
+
+Pair lubricate requires mono-disperse particles
+
+This is a current restriction of this pair style.
+
+Pair lubricate requires spherical particles
+
+This is a current restriction of this pair style.
+
+Pair resquared epsilon a,b,c coeffs are not all set
+
+Self-explanatory.
+
+Pair resquared epsilon and sigma coeffs are not all set
+
+Self-explanatory.
+
+Pair resquared requires atom attributes quat, torque
+
+Use a different atom style.
+
Pair style AIREBO requires atom IDs
Self-explanatory.
@@ -2625,16 +2876,6 @@
The pair style does not have a single() function, so it can
not be invoked by bond_style quartic.
-Pair style does not support computing per-atom energy
-
-The pair style does not have a single() function, so it can
-not be used to compute per-atom energy.
-
-Pair style does not support computing per-atom stress
-
-The pair style does not have a single() function, so it can
-not be used to compute per-atom stress.
-
Pair style does not support pair_write
The pair style does not have a single() function, so it can
@@ -2738,6 +2979,14 @@
Self-explanatory.
+Per-atom compute in equal-style variable formula
+
+Equal-style variables cannot use per-atom quantities.
+
+Per-atom fix in equal-style variable formula
+
+Equal-style variables cannot use per-atom quantities.
+
Potential file has duplicate entry
The potential file for a SW or Tersoff potential has more than
@@ -2753,20 +3002,9 @@
Granular potentials that include shear history effects can only be run
with a newton setting where pairwise newton is "off".
-Precompute ID for fix ave/spatial does not exist
-
-The compute used by fix ave/spatial requires a second pre-computation
-compute, which isn't defined.
-
-Precompute ID for fix ave/time does not exist
-
-The compute used by fix ave/time requires a second pre-computation
-compute, which isn't defined.
-
-Precompute ID of compute for fix ave/atom does not exist
+Power by 0 in variable formula
-The compute specified for fix ave/atom has other pre-computed computes
-defined. One of them does not exist.
+Self-explanatory.
Press ID for fix nph does not exist
@@ -2803,11 +3041,6 @@
A numeric error occurred in the creation of a rigid body by the fix
rigid command.
-Quotes in a single arg
-
-A single word should not be quoted in the input script; only a set of
-words with intervening spaces should be quoted.
-
R0 < 0 for fix spring command
Equilibrium spring length is invalid.
@@ -2958,10 +3191,14 @@
Self-explanatory.
-Substitution for undefined variable
+Sqrt of negative in variable formula
-The variable specified with a $ symbol in an input script command has
-not been previously defined with a variable command.
+Self-explanatory.
+
+Substitution for illegal variable
+
+Input script line contained a variable that could not be substituted
+for.
TIP4P hydrogen has incorrect atom type
@@ -3006,16 +3243,6 @@
The compute ID needed to compute temperature for the fix does not
exist.
-Temp ID of press ID for fix nph does not exist
-
-The compute ID needed to compute temperature within the pressure
-compute ID for the fix does not exist.
-
-Temp ID of press ID for fix npt does not exist
-
-The compute ID needed to compute temperature within the pressure
-compute ID for the fix does not exist.
-
Temper command before simulation box is defined
The temper command cannot be used before a read_data, read_restart, or
@@ -3025,6 +3252,11 @@
The region ID specified in the temperature command does not exist.
+Tempering could not find thermo_pe compute
+
+This compute is created by the thermo command. It must have been
+explicitly deleted by a uncompute command.
+
Tempering fix ID is not defined
The fix ID specified by the temper command does not exist.
@@ -3034,6 +3266,11 @@
The fix specified by the temper command is not one that controls
temperature (nvt or langevin).
+Thermo and fix not computed at compatible times
+
+Fixes generate values on specific timesteps. The thermo output
+does not match these timesteps.
+
Thermo compute ID does not compute scalar info
The specified compute ID does not compute a scalar quantity
@@ -3049,6 +3286,30 @@
The specified compute ID does not compute a large enough vector
quantity for the requested index.
+Thermo custom variable is not equal-style variable
+
+Only equal-style variables can be output with thermodynamics, not
+atom-style variables.
+
+Thermo fix ID does not compute scalar info
+
+Only fixes that compute global values can be output with
+thermodynamics.
+
+Thermo fix ID does not compute vector info
+
+Only fixes that compute global values can be output with
+thermodynamics.
+
+Thermo fix ID vector is not large enough
+
+Index into vector is out of bounds.
+
+Thermo keyword in variable formula before initial run
+
+Calculating a thermo keyword before the first run is not allowed
+because various quantities may not yet be initialized.
+
Thermo style does not use drot
Cannot use thermo_modify to set this parameter since the thermo_style
@@ -3082,16 +3343,6 @@
The thermo_style command cannot be used before a read_data,
read_restart, or create_box command.
-Thermodynamics must compute PE for temper command
-
-The thermo style must insure that thermodynamics computations include
-potential energy when tempering is performed.
-
-Thermodynamics not computed on tempering swap steps
-
-The thermo command must insure that thermodynamics (including energy)
-is computed on the timesteps that tempering swaps are attempted.
-
Timestep must be >= 0
Specified timestep size is invalid.
@@ -3154,6 +3405,10 @@
length in that dimension. E.g. the xy tilt must be between -half and
+half of the x box length.
+Two groups cannot be the same in fix spring couple
+
+Self-explanatory.
+
Unbalanced quotes in input line
No matching end double quote was found following a leading double
@@ -3229,6 +3484,11 @@
Must use lattice command with compute fix deposit command if units
option is set to lattice.
+Use of fix dt/reset with undefined lattice
+
+Must use lattice command with fix dt/reset command if units option is
+set to lattice.
+
Use of fix indent with undefined lattice
The lattice command must be used to define a lattice before using the
@@ -3258,27 +3518,32 @@
Self-explanatory.
-Variable compute ID does not compute scalar info
+Variable name for compute sum does not exist
-The specified compute ID does not compute a scalar quantity
-as requested.
+Self-explanatory.
-Variable compute ID vector is not large enough
+Variable name for fix ave/atom does not exist
-The specified compute ID does not compute a large enough vector
-quantity for the requested index.
+Self-explanatory.
-Variable equal keyword used before initial run
+Variable name for fix ave/spatial does not exist
-Cannot evaluate the variable at this stage of input script.
+Self-explanatory.
-Variable equal keyword used before simulation box defined
+Variable name for fix ave/time does not exist
-Cannot evaluate the variable at this stage of input script.
+Self-explanatory.
-Variable group ID does not exist
+Variable name must be alphanumeric or underscore characters
-A group specified in a variable definition does not exist.
+Self-explanatory.
+
+Variable uses compute via thermo keyword that thermo does not
+
+A thermo keyword used in the variable requires a particular compute be
+invoked. However, the thermodynamic output does not use this compute,
+so it has not been initialized. Include the keyword in thermodynamic
+output.
Velocity command before simulation box is defined
@@ -3318,6 +3583,11 @@
+- Dump dcd/xtc timestamp may be wrong with fix dt/reset
+
+
- If the fix changes the timestep, the dump dcd file will not
+reflect the change.
+
- FENE bond too long: %d %d %d %g
- A FENE bond has stretched dangerously far. It's interaction strength
@@ -3368,22 +3638,10 @@
- It is not efficient to use compute coord/atom more than once.
-
- More than one compute ebond/atom
-
-
- It is not efficient to use compute ebond/atom more than once.
-
-
- More than one compute epair/atom
-
-
- It is not efficient to use compute epair/atom more than once.
-
- More than one compute ke/atom
- It is not efficient to use compute ke/atom more than once.
-
- More than one compute stress/atom
-
-
- It is not efficient to use compute stress/atom more than once.
-
- More than one fix msd
- It is not efficient to use fix msd more than once.
@@ -3566,10 +3824,6 @@
computed by integrating the density of a periodic system out to
infinity.
-
- Variable equal keyword used with non-current thermo
-
-
- The evaluation of the variable may be inaccurate as a result.
-