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

This commit is contained in:
sjplimp 2010-10-01 17:09:52 +00:00
parent 80294e4490
commit fa06158999
2 changed files with 458 additions and 80 deletions

View File

@ -327,29 +327,14 @@ still being processed.
<DD>Self-explanatory.
<DT><I>Atom IDs must be consecutive for dump dcd</I>
<DD>Self-explanatory.
<DT><I>Atom IDs must be consecutive for dump xtc</I>
<DD>Self-explanatory.
<DT><I>Atom IDs must be consecutive for dump xyz all</I>
<DD>This is a requirement since XYZ files do not list the atom IDs.
When using group all, the output is sorted by ID so that
the atoms will be in a consistent order for different snapshots.
This sorting requires the IDs be consecutive.
<DT><I>Atom IDs must be consecutive for dump xyz</I>
<DD>Self-explanatory.
<DT><I>Atom IDs must be consecutive for velocity create loop all</I>
<DD>Self-explanatory.
<DT><I>Atom count changed in fix neb</I>
<DD>This is not allowed in a NEB calculation.
<DT><I>Atom count is inconsistent, cannot write restart file</I>
<DD>Sum of atoms across processors does not equal initial total count.
@ -448,6 +433,10 @@ group of atoms correctly.
<DD>The specified compute must operate on the same group as the parent
compute.
<DT><I>Big particle in fix srd cannot be point particle</I>
<DD>Big particles must be extended spheriods or ellipsoids.
<DT><I>Bitmapped lookup tables require int/float be same size</I>
<DD>Cannot use pair tables on this machine, because of word sizes. Use
@ -582,6 +571,10 @@ See the region prism command for details.
<DD>Only triclinic boxes can be used with off-diagonal pressure components.
See the region prism command for details.
<DT><I>Can only use NEB with 1-processor replicas</I>
<DD>This is current restriction for NEB as implemented in LAMMPS.
<DT><I>Cannot (yet) use PPPM with triclinic box</I>
<DD>This feature is not yet supported.
@ -603,6 +596,11 @@ fix/deform are defined .
<DD>The frequency of writing dump dcd snapshots cannot be changed.
<DT><I>Cannot change timestep once fix srd is setup</I>
<DD>This is because various SRD properties depend on the timestep
size.
<DT><I>Cannot change timestep with fix pour</I>
<DD>This fix pre-computes some values based on the timestep, so it cannot
@ -654,10 +652,26 @@ or create_box command.
<DD>Self-explanatory.
<DT><I>Cannot displace_atoms after reading restart file with per-atom info</I>
<DD>This is because the restart file info cannot be migrated with the
atoms. You can get around this by performing a 0-timestep run which
will assign the restart file info to actual atoms.
<DT><I>Cannot displace_box after reading restart file with per-atom info</I>
<DD>This is because the restart file info cannot be migrated with the
atoms. You can get around this by performing a 0-timestep run which
will assign the restart file info to actual atoms.
<DT><I>Cannot displace_box on a non-periodic boundary</I>
<DD>Self-explanatory.
<DT><I>Cannot dump sort on atom IDs with no atom IDs defined</I>
<DD>Self-explanatory.
<DT><I>Cannot evaporate atoms in atom_modify first group</I>
<DD>This is a restriction due to the way atoms are organized in
@ -929,6 +943,18 @@ setting in order to use a middle setting.
<DD>This feature is not yet supported.
<DT><I>Cannot use NEB unless atom map exists</I>
<DD>Use the atom_modify command to create an atom map.
<DT><I>Cannot use NEB with a single replica</I>
<DD>Self-explanatory.
<DT><I>Cannot use NEB with atom_modify sort enabled</I>
<DD>This is current restriction for NEB implemented in LAMMPS.
<DT><I>Cannot use PPPM with 2d simulation</I>
<DD>The kspace style pppm cannot be used in 2d simulations. You can use
@ -951,6 +977,16 @@ which is enabled by default, via the atom_modify command.
<DD>Use the atom_modify command to create an atom map.
<DT><I>Cannot use a damped dynamics min style with fix box/relax</I>
<DD>This is a current restriction in LAMMPS. Use another minimizer
style.
<DT><I>Cannot use a damped dynamics min style with per-atom DOF</I>
<DD>This is a current restriction in LAMMPS. Use another minimizer
style.
<DT><I>Cannot use delete_atoms unless atoms have IDs</I>
<DD>Your atoms do not have IDs, so the delete_atoms command cannot be
@ -1597,6 +1633,10 @@ does not exist.
<DD>A group ID used in the fix rigid command does not exist.
<DT><I>Could not find fix srd group ID</I>
<DD>Self-explanatory.
<DT><I>Could not find fix_modify ID</I>
<DD>A fix ID used in the fix_modify command does not exist.
@ -1940,14 +1980,14 @@ needs them.
<DD>Only atom-style variables generate per-atom quantities, needed for
dump output.
<DT><I>Dump dcd must use group all</I>
<DD>Self-explanatory.
<DT><I>Dump dcd of non-matching # of atoms</I>
<DD>Every snapshot written by dump dcd must contain the same # of atoms.
<DT><I>Dump dcd requires sorting by atom ID</I>
<DD>Use the dump_modify sort command to enable this.
<DT><I>Dump every variable returned a bad timestep</I>
<DD>The variable must return a timestep greater than the current timestep.
@ -1965,6 +2005,10 @@ needs them.
<DD>Self-explanatory.
<DT><I>Dump local cannot sort by atom ID</I>
<DD>This is because dump local does not really dump per-atom info.
<DT><I>Dump local compute does not calculate local array</I>
<DD>Self-explanatory.
@ -2041,13 +2085,13 @@ needs them.
<DD>Self-explanatory.
<DT><I>Dump xtc must use group all</I>
<DT><I>Dump sort column is invalid</I>
<DD>Self-explanatory.
<DT><I>Dump xtc must use group all</I>
<DT><I>Dump xtc requires sorting by atom ID</I>
<DD>Self-explanatory.
<DD>Use the dump_modify sort command to enable this.
<DT><I>Dump_modify region ID does not exist</I>
@ -2104,6 +2148,10 @@ smaller simulation or on more processors.
<DD>Your LAMMPS simulation has run out of memory. You need to run a
smaller simulation or on more processors.
<DT><I>Fewer SRD bins than processors in some dimension</I>
<DD>This is not allowed. Make your SRD bin size smaller.
<DT><I>Final box dimension due to fix deform is < 0.0</I>
<DD>Self-explanatory.
@ -2140,6 +2188,46 @@ smaller simulation or on more processors.
<DD>Self-explanatory.
<DT><I>Fix SRD cannot have both atom attributes angmom and omega</I>
<DD>Use either spheroid solute particles or fully generalized
aspherical solute particles.
<DT><I>Fix SRD no-slip requires atom attribute torque</I>
<DD>This is because the SRD collisions will impart torque to the solute
particles.
<DT><I>Fix SRD requires atom attribute angmom or omega</I>
<DD>This is because the SRD collisions with cause the solute particles to
rotate.
<DT><I>Fix SRD requires atom attribute radius or shape</I>
<DD>This is because the solute particles must be finite-size particles,
not point particles.
<DT><I>Fix SRD: bad bin assignment for SRD advection</I>
<DD>Something has gone wrong in your SRD model; try using more
conservative settings.
<DT><I>Fix SRD: bad search bin assignment</I>
<DD>Something has gone wrong in your SRD model; try using more
conservative settings.
<DT><I>Fix SRD: bad stencil bin for big particle</I>
<DD>Something has gone wrong in your SRD model; try using more
conservative settings.
<DT><I>Fix SRD: too many big particles in bin</I>
<DD>Reset the ATOMPERBIN parameter at the top of fix_srd.cpp
to a larger value, and re-compile the code.
<DT><I>Fix adapt atom attribute is not recognized</I>
<DD>Self-explanatory
@ -2425,9 +2513,13 @@ per-atom quantity) can be used with fix ave/time.
<DD>This is not allowed because bond creation is done using the
pairwise neighbor list.
<DT><I>Fix bond/create requires special_bonds = 0,1,1</I>
<DT><I>Fix bond/create requires special_bonds coul = 0,1,1</I>
<DD>This is a restriction of the current fix bond/break implementation.
<DD>Self-explanatory.
<DT><I>Fix bond/create requires special_bonds lj = 0,1,1</I>
<DD>Self-explanatory.
<DT><I>Fix bond/swap cannot use dihedral or improper styles</I>
@ -2726,6 +2818,26 @@ it turns off bonds that should contribute to the energy.
<DD>Self-explanatory.
<DT><I>Fix srd lamda must be >= 0.6 of SRD grid size</I>
<DD>This is a requirement for accuracy reasons.
<DT><I>Fix srd requires SRD particles all have same mass</I>
<DD>Self-explanatory.
<DT><I>Fix srd requires ghost atoms store velocity</I>
<DD>Use the communicate vel yes command to enable this.
<DT><I>Fix srd requires newton pair on</I>
<DD>Self-explanatory.
<DT><I>Fix srd simulation box must be periodic</I>
<DD>Self-explanatory.
<DT><I>Fix store/state compute array is accessed out-of-range</I>
<DD>Self-explanatory.
@ -3088,6 +3200,10 @@ the atom style.
<DD>Incorrect number of words per line in the potential file.
<DT><I>Incorrect format in NEB coordinate file</I>
<DD>Self-explanatory.
<DT><I>Incorrect format in Stillinger-Weber potential file</I>
<DD>Incorrect number of words per line in the potential file.
@ -3596,10 +3712,6 @@ Natoms must be constant for the duration of the simulation.
<DD>Natoms is initially 0 which is not valid for the dump xtc style.
<DT><I>Invalid natoms for dump xyz</I>
<DD>Natoms is initially 0 which is not valid for the dump xyz style.
<DT><I>Invalid option in lattice command for non-custom style</I>
<DD>Certain lattice keywords are not supported unless the
@ -4064,6 +4176,18 @@ option.
<DD>Must define an energy vartiable when applyting a dynamic
force during minimization.
<DT><I>NEB command before simulation box is defined</I>
<DD>Self-explanatory.
<DT><I>NEB requires damped dynamics minimizer</I>
<DD>Use a different minimization style.
<DT><I>NEB requires use of fix neb</I>
<DD>Self-explanatory.
<DT><I>Needed topology not in data file</I>
<DD>The header of the data file indicated that bonds or angles or
@ -4378,14 +4502,6 @@ setting.
<DD>Even for atomic systems, an atom map is required to find Peridynamic
bonds. Use the atom_modify command to define one.
<DT><I>Pair reax NATDEF setting too small, edit lib/reax/reax_defs.h</I>
<DD>Edit the Fortran header file in the library, and re-compile LAMMPS.
<DT><I>Pair reax NNEIGHMAXDEF setting too small, edit lib/reax/reax_defs.h</I>
<DD>Edit the Fortran header file in the library, and re-compile LAMMPS.
<DT><I>Pair resquared cannot be used with atom attribute diameter</I>
<DD>This attribute overrides the shape settings, so cannot be used.
@ -4658,6 +4774,10 @@ variable doc page for ideas on how to make this work.
tallied the virial, but they didn't on this timestep. See the
variable doc page for ideas on how to make this work.
<DT><I>Potential energy ID for fix neb does not exist</I>
<DD>Self-explanatory.
<DT><I>Potential file has duplicate entry</I>
<DD>The potential file for a SW or Tersoff potential has more than
@ -4758,6 +4878,16 @@ rigid command.
<DD>Equilibrium spring length is invalid.
<DT><I>Reax_defs.h setting for NATDEF is too small</I>
<DD>Edit the setting in the ReaxFF library and re-compile the
library and re-build LAMMPS.
<DT><I>Reax_defs.h setting for NNEIGHMAXDEF is too small</I>
<DD>Edit the setting in the ReaxFF library and re-compile the
library and re-build LAMMPS.
<DT><I>Region ID for compute reduce/region does not exist</I>
<DD>Self-explanatory.
@ -4899,6 +5029,19 @@ create_box command.
<DD>The run_style command cannot be used before a read_data,
read_restart, or create_box command.
<DT><I>SRD bin size for fix srd differs from user request</I>
<DD>Fix SRD had to adjust the bin size to fit the simulation box.
<DT><I>SRD bins for fix srd are not cubic enough</I>
<DD>The bin shape is not within tolerance of cubic.
<DT><I>SRD particle %d started inside big particle %d on step %d bounce %d</I>
<DD>This may not be a problem, but indicates one or more SRD particles are
being left inside solute particles.
<DT><I>Set command before simulation box is defined</I>
<DD>The set command cannot be used before a read_data, read_restart,
@ -5216,6 +5359,10 @@ machine's floating point representation.
<DD>This is likely due to an immense simulation box that has blown up
to a large size.
<DT><I>Too many atoms to dump sort</I>
<DD>Cannot sort when running with more than 2^31 atoms.
<DT><I>Too many exponent bits for lookup table</I>
<DD>Table size specified via pair_modify command does not work with your
@ -5403,6 +5550,11 @@ provided by "remap v" as a fix deform option.
<DD>Self-explanatory.
<DT><I>Using fix srd with inconsistent fix deform remap option</I>
<DD>When shearing the box in an SRD simulation, the remap v option for fix
deform needs to be used.
<DT><I>Variable evaluation before simulation box is defined</I>
<DD>Cannot evaluate a compute or fix or atom-based value in a variable
@ -5650,6 +5802,26 @@ restriction.
<DD>Other fixes may change the position of the center-of-mass, so
fix recenter should come last.
<DT><I>Fix srd SRD moves may trigger frequent reneighboring</I>
<DD>This is because the SRD particles may move long distances.
<DT><I>Fix srd grid size > 1/4 of big particle diameter</I>
<DD>This may cause accuracy problems.
<DT><I>Fix srd particle moved outside valid domain</I>
<DD>This may indicate a problem with your simulation parameters.
<DT><I>Fix srd particles may move > big particle diameter</I>
<DD>This may cause accuracy problems.
<DT><I>Fix srd viscosity < 0.0 due to low SRD density</I>
<DD>This may cause accuracy problems.
<DT><I>Fix thermal/conductivity comes before fix ave/spatial</I>
<DD>The order of these 2 fixes in your input script is such that fix
@ -5853,6 +6025,23 @@ you ran on the same # of processors.
<DD>This is allowed, but you will get no parallel speed-up.
<DT><I>SRD bin shifting turned on due to small lamda</I>
<DD>This is done to try to preserve accuracy.
<DT><I>SRD bin size for fix srd differs from user request</I>
<DD>Check if the new bin size is acceptable.
<DT><I>SRD bins for fix srd are not cubic enough</I>
<DD>Check if the bin shape is acceptable.
<DT><I>SRD particle %d started inside big particle %d on step %d bounce %d</I>
<DD>This may not be a problem, but indicates one or more SRD particles are
being left inside solute particles.
<DT><I>Shake determinant < 0.0</I>
<DD>The determinant of the quadratic equation being solved for a single

View File

@ -324,29 +324,14 @@ You are not setup correctly to use a GPU from your CPU. :dd
Self-explanatory. :dd
{Atom IDs must be consecutive for dump dcd} :dt
Self-explanatory. :dd
{Atom IDs must be consecutive for dump xtc} :dt
Self-explanatory. :dd
{Atom IDs must be consecutive for dump xyz all} :dt
This is a requirement since XYZ files do not list the atom IDs.
When using group all, the output is sorted by ID so that
the atoms will be in a consistent order for different snapshots.
This sorting requires the IDs be consecutive. :dd
{Atom IDs must be consecutive for dump xyz} :dt
Self-explanatory. :dd
{Atom IDs must be consecutive for velocity create loop all} :dt
Self-explanatory. :dd
{Atom count changed in fix neb} :dt
This is not allowed in a NEB calculation. :dd
{Atom count is inconsistent, cannot write restart file} :dt
Sum of atoms across processors does not equal initial total count.
@ -445,6 +430,10 @@ The specified compute must compute temperature. :dd
The specified compute must operate on the same group as the parent
compute. :dd
{Big particle in fix srd cannot be point particle} :dt
Big particles must be extended spheriods or ellipsoids. :dd
{Bitmapped lookup tables require int/float be same size} :dt
Cannot use pair tables on this machine, because of word sizes. Use
@ -579,6 +568,10 @@ See the region prism command for details. :dd
Only triclinic boxes can be used with off-diagonal pressure components.
See the region prism command for details. :dd
{Can only use NEB with 1-processor replicas} :dt
This is current restriction for NEB as implemented in LAMMPS. :dd
{Cannot (yet) use PPPM with triclinic box} :dt
This feature is not yet supported. :dd
@ -600,6 +593,11 @@ Self-explanatory. :dd
The frequency of writing dump dcd snapshots cannot be changed. :dd
{Cannot change timestep once fix srd is setup} :dt
This is because various SRD properties depend on the timestep
size. :dd
{Cannot change timestep with fix pour} :dt
This fix pre-computes some values based on the timestep, so it cannot
@ -651,10 +649,26 @@ Self-explanatory. :dd
Self-explanatory. :dd
{Cannot displace_atoms after reading restart file with per-atom info} :dt
This is because the restart file info cannot be migrated with the
atoms. You can get around this by performing a 0-timestep run which
will assign the restart file info to actual atoms. :dd
{Cannot displace_box after reading restart file with per-atom info} :dt
This is because the restart file info cannot be migrated with the
atoms. You can get around this by performing a 0-timestep run which
will assign the restart file info to actual atoms. :dd
{Cannot displace_box on a non-periodic boundary} :dt
Self-explanatory. :dd
{Cannot dump sort on atom IDs with no atom IDs defined} :dt
Self-explanatory. :dd
{Cannot evaporate atoms in atom_modify first group} :dt
This is a restriction due to the way atoms are organized in
@ -926,6 +940,18 @@ The kspace style ewald cannot be used in 2d simulations. You can use
This feature is not yet supported. :dd
{Cannot use NEB unless atom map exists} :dt
Use the atom_modify command to create an atom map. :dd
{Cannot use NEB with a single replica} :dt
Self-explanatory. :dd
{Cannot use NEB with atom_modify sort enabled} :dt
This is current restriction for NEB implemented in LAMMPS. :dd
{Cannot use PPPM with 2d simulation} :dt
The kspace style pppm cannot be used in 2d simulations. You can use
@ -948,6 +974,16 @@ which is enabled by default, via the atom_modify command. :dd
Use the atom_modify command to create an atom map. :dd
{Cannot use a damped dynamics min style with fix box/relax} :dt
This is a current restriction in LAMMPS. Use another minimizer
style. :dd
{Cannot use a damped dynamics min style with per-atom DOF} :dt
This is a current restriction in LAMMPS. Use another minimizer
style. :dd
{Cannot use delete_atoms unless atoms have IDs} :dt
Your atoms do not have IDs, so the delete_atoms command cannot be
@ -1594,6 +1630,10 @@ A group ID used in the fix recenter command does not exist. :dd
A group ID used in the fix rigid command does not exist. :dd
{Could not find fix srd group ID} :dt
Self-explanatory. :dd
{Could not find fix_modify ID} :dt
A fix ID used in the fix_modify command does not exist. :dd
@ -1937,14 +1977,14 @@ Self-explanatory. :dd
Only atom-style variables generate per-atom quantities, needed for
dump output. :dd
{Dump dcd must use group all} :dt
Self-explanatory. :dd
{Dump dcd of non-matching # of atoms} :dt
Every snapshot written by dump dcd must contain the same # of atoms. :dd
{Dump dcd requires sorting by atom ID} :dt
Use the dump_modify sort command to enable this. :dd
{Dump every variable returned a bad timestep} :dt
The variable must return a timestep greater than the current timestep. :dd
@ -1962,6 +2002,10 @@ needs them. :dd
Self-explanatory. :dd
{Dump local cannot sort by atom ID} :dt
This is because dump local does not really dump per-atom info. :dd
{Dump local compute does not calculate local array} :dt
Self-explanatory. :dd
@ -2038,13 +2082,13 @@ Self-explanatory. :dd
Self-explanatory. :dd
{Dump xtc must use group all} :dt
{Dump sort column is invalid} :dt
Self-explanatory. :dd
{Dump xtc must use group all} :dt
{Dump xtc requires sorting by atom ID} :dt
Self-explanatory. :dd
Use the dump_modify sort command to enable this. :dd
{Dump_modify region ID does not exist} :dt
@ -2101,6 +2145,10 @@ smaller simulation or on more processors. :dd
Your LAMMPS simulation has run out of memory. You need to run a
smaller simulation or on more processors. :dd
{Fewer SRD bins than processors in some dimension} :dt
This is not allowed. Make your SRD bin size smaller. :dd
{Final box dimension due to fix deform is < 0.0} :dt
Self-explanatory. :dd
@ -2137,6 +2185,46 @@ Self-explanatory :dd
Self-explanatory. :dd
{Fix SRD cannot have both atom attributes angmom and omega} :dt
Use either spheroid solute particles or fully generalized
aspherical solute particles. :dd
{Fix SRD no-slip requires atom attribute torque} :dt
This is because the SRD collisions will impart torque to the solute
particles. :dd
{Fix SRD requires atom attribute angmom or omega} :dt
This is because the SRD collisions with cause the solute particles to
rotate. :dd
{Fix SRD requires atom attribute radius or shape} :dt
This is because the solute particles must be finite-size particles,
not point particles. :dd
{Fix SRD: bad bin assignment for SRD advection} :dt
Something has gone wrong in your SRD model; try using more
conservative settings. :dd
{Fix SRD: bad search bin assignment} :dt
Something has gone wrong in your SRD model; try using more
conservative settings. :dd
{Fix SRD: bad stencil bin for big particle} :dt
Something has gone wrong in your SRD model; try using more
conservative settings. :dd
{Fix SRD: too many big particles in bin} :dt
Reset the ATOMPERBIN parameter at the top of fix_srd.cpp
to a larger value, and re-compile the code. :dd
{Fix adapt atom attribute is not recognized} :dt
Self-explanatory :dd
@ -2422,9 +2510,13 @@ This is a restriction of the current fix bond/break implementation. :dd
This is not allowed because bond creation is done using the
pairwise neighbor list. :dd
{Fix bond/create requires special_bonds = 0,1,1} :dt
{Fix bond/create requires special_bonds coul = 0,1,1} :dt
This is a restriction of the current fix bond/break implementation. :dd
Self-explanatory. :dd
{Fix bond/create requires special_bonds lj = 0,1,1} :dt
Self-explanatory. :dd
{Fix bond/swap cannot use dihedral or improper styles} :dt
@ -2723,6 +2815,26 @@ it turns off bonds that should contribute to the energy. :dd
Self-explanatory. :dd
{Fix srd lamda must be >= 0.6 of SRD grid size} :dt
This is a requirement for accuracy reasons. :dd
{Fix srd requires SRD particles all have same mass} :dt
Self-explanatory. :dd
{Fix srd requires ghost atoms store velocity} :dt
Use the communicate vel yes command to enable this. :dd
{Fix srd requires newton pair on} :dt
Self-explanatory. :dd
{Fix srd simulation box must be periodic} :dt
Self-explanatory. :dd
{Fix store/state compute array is accessed out-of-range} :dt
Self-explanatory. :dd
@ -3085,6 +3197,10 @@ Incorrect number of words per line in the potential file. :dd
Incorrect number of words per line in the potential file. :dd
{Incorrect format in NEB coordinate file} :dt
Self-explanatory. :dd
{Incorrect format in Stillinger-Weber potential file} :dt
Incorrect number of words per line in the potential file. :dd
@ -3593,10 +3709,6 @@ Natoms must be constant for the duration of the simulation. :dd
Natoms is initially 0 which is not valid for the dump xtc style. :dd
{Invalid natoms for dump xyz} :dt
Natoms is initially 0 which is not valid for the dump xyz style. :dd
{Invalid option in lattice command for non-custom style} :dt
Certain lattice keywords are not supported unless the
@ -4061,6 +4173,18 @@ Self-explanatory. :dd
Must define an energy vartiable when applyting a dynamic
force during minimization. :dd
{NEB command before simulation box is defined} :dt
Self-explanatory. :dd
{NEB requires damped dynamics minimizer} :dt
Use a different minimization style. :dd
{NEB requires use of fix neb} :dt
Self-explanatory. :dd
{Needed topology not in data file} :dt
The header of the data file indicated that bonds or angles or
@ -4375,14 +4499,6 @@ Use the lattice command for this purpose. :dd
Even for atomic systems, an atom map is required to find Peridynamic
bonds. Use the atom_modify command to define one. :dd
{Pair reax NATDEF setting too small, edit lib/reax/reax_defs.h} :dt
Edit the Fortran header file in the library, and re-compile LAMMPS. :dd
{Pair reax NNEIGHMAXDEF setting too small, edit lib/reax/reax_defs.h} :dt
Edit the Fortran header file in the library, and re-compile LAMMPS. :dd
{Pair resquared cannot be used with atom attribute diameter} :dt
This attribute overrides the shape settings, so cannot be used. :dd
@ -4655,6 +4771,10 @@ You are using a thermo keyword that requires potentials to have
tallied the virial, but they didn't on this timestep. See the
variable doc page for ideas on how to make this work. :dd
{Potential energy ID for fix neb does not exist} :dt
Self-explanatory. :dd
{Potential file has duplicate entry} :dt
The potential file for a SW or Tersoff potential has more than
@ -4755,6 +4875,16 @@ rigid command. :dd
Equilibrium spring length is invalid. :dd
{Reax_defs.h setting for NATDEF is too small} :dt
Edit the setting in the ReaxFF library and re-compile the
library and re-build LAMMPS. :dd
{Reax_defs.h setting for NNEIGHMAXDEF is too small} :dt
Edit the setting in the ReaxFF library and re-compile the
library and re-build LAMMPS. :dd
{Region ID for compute reduce/region does not exist} :dt
Self-explanatory. :dd
@ -4896,6 +5026,19 @@ Self-explanatory. :dd
The run_style command cannot be used before a read_data,
read_restart, or create_box command. :dd
{SRD bin size for fix srd differs from user request} :dt
Fix SRD had to adjust the bin size to fit the simulation box. :dd
{SRD bins for fix srd are not cubic enough} :dt
The bin shape is not within tolerance of cubic. :dd
{SRD particle %d started inside big particle %d on step %d bounce %d} :dt
This may not be a problem, but indicates one or more SRD particles are
being left inside solute particles. :dd
{Set command before simulation box is defined} :dt
The set command cannot be used before a read_data, read_restart,
@ -5213,6 +5356,10 @@ machine's floating point representation. :dd
This is likely due to an immense simulation box that has blown up
to a large size. :dd
{Too many atoms to dump sort} :dt
Cannot sort when running with more than 2^31 atoms. :dd
{Too many exponent bits for lookup table} :dt
Table size specified via pair_modify command does not work with your
@ -5400,6 +5547,11 @@ provided by "remap v" as a fix deform option. :dd
Self-explanatory. :dd
{Using fix srd with inconsistent fix deform remap option} :dt
When shearing the box in an SRD simulation, the remap v option for fix
deform needs to be used. :dd
{Variable evaluation before simulation box is defined} :dt
Cannot evaluate a compute or fix or atom-based value in a variable
@ -5647,6 +5799,26 @@ Atoms store this quantity, but fix move does not (yet) update it. :dd
Other fixes may change the position of the center-of-mass, so
fix recenter should come last. :dd
{Fix srd SRD moves may trigger frequent reneighboring} :dt
This is because the SRD particles may move long distances. :dd
{Fix srd grid size > 1/4 of big particle diameter} :dt
This may cause accuracy problems. :dd
{Fix srd particle moved outside valid domain} :dt
This may indicate a problem with your simulation parameters. :dd
{Fix srd particles may move > big particle diameter} :dt
This may cause accuracy problems. :dd
{Fix srd viscosity < 0.0 due to low SRD density} :dt
This may cause accuracy problems. :dd
{Fix thermal/conductivity comes before fix ave/spatial} :dt
The order of these 2 fixes in your input script is such that fix
@ -5850,6 +6022,23 @@ This may cause problems when reading the restart file. :dd
This is allowed, but you will get no parallel speed-up. :dd
{SRD bin shifting turned on due to small lamda} :dt
This is done to try to preserve accuracy. :dd
{SRD bin size for fix srd differs from user request} :dt
Check if the new bin size is acceptable. :dd
{SRD bins for fix srd are not cubic enough} :dt
Check if the bin shape is acceptable. :dd
{SRD particle %d started inside big particle %d on step %d bounce %d} :dt
This may not be a problem, but indicates one or more SRD particles are
being left inside solute particles. :dd
{Shake determinant < 0.0} :dt
The determinant of the quadratic equation being solved for a single