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

This commit is contained in:
sjplimp
2014-01-30 16:09:37 +00:00
parent 889bae9bf8
commit 677b11428e
31 changed files with 154 additions and 506 deletions

View File

@ -45,85 +45,6 @@ command-line option when running LAMMPS to see the offending line.
E: Invalid dump style
UNDOCUMENTED
U: Too many total bits for bitmapped lookup table
Table size specified via pair_modify command is too large. Note that
a value of N generates a 2^N size table.
U: Cannot have both pair_modify shift and tail set to yes
These 2 options are contradictory.
U: Cannot use pair tail corrections with 2d simulations
The correction factors are only currently defined for 3d systems.
U: Using pair tail corrections with nonperiodic system
This is probably a bogus thing to do, since tail corrections are
computed by integrating the density of a periodic system out to
infinity.
U: Using a manybody potential with bonds/angles/dihedrals and special_bond exclusions
UNDOCUMENTED
U: All pair coeffs are not set
All pair coefficients must be set in the data file or by the
pair_coeff command before running a simulation.
U: Pair style requres a KSpace style
UNDOCUMENTED
U: Pair style does not support pair_write
The pair style does not have a single() function, so it can
not be invoked by pair write.
U: Invalid atom types in pair_write command
Atom types must range from 1 to Ntypes inclusive.
U: Invalid style in pair_write command
Self-explanatory. Check the input script.
U: Invalid cutoffs in pair_write command
Inner cutoff must be larger than 0.0 and less than outer cutoff.
U: Cannot open pair_write file
The specified output file for pair energies and forces cannot be
opened. Check that the path and name are correct.
U: Bitmapped lookup tables require int/float be same size
Cannot use pair tables on this machine, because of word sizes. Use
the pair_modify command with table 0 instead.
U: Table inner cutoff >= outer cutoff
You specified an inner cutoff for a Coulombic table that is longer
than the global cutoff. Probably not what you wanted.
U: Too many exponent bits for lookup table
Table size specified via pair_modify command does not work with your
machine's floating point representation.
U: Too many mantissa bits for lookup table
Table size specified via pair_modify command does not work with your
machine's floating point representation.
U: Too few bits for lookup table
Table size specified via pair_modify command does not work with your
machine's floating point representation.
The choice of dump style is unknown.
*/