forked from lijiext/lammps
molecule template molecule IDs: error docs
This commit is contained in:
parent
a70aac2f24
commit
e71d298f65
|
@ -4729,6 +4729,12 @@ Doc page with :doc:`WARNING messages <Errors_warnings>`
|
|||
*Invalid Masses section in molecule file*
|
||||
Self-explanatory.
|
||||
|
||||
*Invalid molecule ID in molecule file*
|
||||
Molecule ID must be a non-zero positive integer.
|
||||
|
||||
*Invalid Molecules section in molecule file*
|
||||
Self-explanatory.
|
||||
|
||||
*Invalid REAX atom type*
|
||||
There is a mis-match between LAMMPS atom types and the elements
|
||||
listed in the ReaxFF force field file.
|
||||
|
|
|
@ -365,6 +365,14 @@ E: Invalid improper type in impropers section of molecule file
|
|||
|
||||
Self-explanatory.
|
||||
|
||||
E: Invalid molecule ID in molecule file
|
||||
|
||||
Molecule ID must be a non-zero positive integer.
|
||||
|
||||
E: Invalid Molecules section in molecule file
|
||||
|
||||
Self-explanatory.
|
||||
|
||||
E: Invalid Special Bond Counts section in molecule file
|
||||
|
||||
Self-explanatory.
|
||||
|
|
Loading…
Reference in New Issue