reformulate

This commit is contained in:
Axel Kohlmeyer
2025-06-04 00:30:10 -04:00
parent 11bf72c4aa
commit 9941d9132c

View File

@ -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 correctly parsed during input. LAMMPS provides a `JSON schema file
<https://json-schema.org/>`_ to define those conventions so that files <https://json-schema.org/>`_ to define those conventions so that files
can be validated against the requirements. Validating a particular can be validated against the requirements. Validating a particular
molecule file against this schema ensures that the syntax and molecule file against this schema ensures that both, the syntax *and*
conventions are followed, but it does **not** check whether the file the conventions are followed, but it **cannot** check whether the
contents are physically meaningful. file contents are physically meaningful.
Here is a simple example for the same TIP3P water molecule from above in 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 JSON format and also using :doc:`type lables <labelmap>` instead of