forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9590 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
f611f9a58f
commit
72c9d2d11f
|
@ -68,3 +68,50 @@ class PairLJLongCoulLong : public Pair {
|
|||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* ERROR/WARNING messages:
|
||||
|
||||
E: Illegal ... command
|
||||
|
||||
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.
|
||||
|
||||
W: Mixing forced for LJ coefficients
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
W: Using largest cutoff for pair_style lj/long/coul/long
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Cutoffs missing in pair_style lj/long/coul/long
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Coulomb cut not supported in pair_style lj/long/coul/long
|
||||
|
||||
Must use long-range Coulombic interactions.
|
||||
|
||||
E: Only one cutoff allowed when requesting all long
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Incorrect args for pair coefficients
|
||||
|
||||
Self-explanatory. Check the input script or data file.
|
||||
|
||||
E: Pair style lj/long/coul/long requires atom attribute q
|
||||
|
||||
The atom style defined does not have this attribute.
|
||||
|
||||
E: Pair style requires a KSpace style
|
||||
|
||||
No kspace style is defined.
|
||||
|
||||
E: Pair cutoff < Respa interior cutoff
|
||||
|
||||
One or more pairwise cutoffs are too short to use with the specified
|
||||
rRESPA cutoffs.
|
||||
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue