reformulate
This commit is contained in:
@ -686,9 +686,9 @@ and thus the data in the file must follow suitable conventions to be
|
||||
correctly parsed during input. LAMMPS provides a `JSON schema file
|
||||
<https://json-schema.org/>`_ to define those conventions so that files
|
||||
can be validated against the requirements. Validating a particular
|
||||
molecule file against this schema ensures that the syntax and
|
||||
conventions are followed, but it does **not** check whether the file
|
||||
contents are physically meaningful.
|
||||
molecule file against this schema ensures that both, the syntax *and*
|
||||
the conventions are followed, but it **cannot** check whether the
|
||||
file contents are physically meaningful.
|
||||
|
||||
Here is a simple example for the same TIP3P water molecule from above in
|
||||
JSON format and also using :doc:`type lables <labelmap>` instead of
|
||||
|
||||
Reference in New Issue
Block a user