whitespace

This commit is contained in:
Axel Kohlmeyer
2024-12-14 16:58:58 -05:00
parent 754aa1c73f
commit 4c33bf663d
2 changed files with 2 additions and 2 deletions

View File

@ -43,6 +43,6 @@ directory. The opened file provides an overview of the available examples.
- Example 5: Validating a dihedral potential (``dihedrals/dihedral.ipynb``)
- Example 6: Running a Monte Carlo relaxation (``montecarlo/mc.ipynb``)
.. note::
.. note::
Typically clicking a link in Jupyter will open a new tab, which might be blocked by your pop-up blocker.

View File

@ -3,7 +3,7 @@ System properties
Similar to what is described in :doc:`Library_properties`, the instances of
:py:class:`lammps <lammps.lammps>` can be used to extract different kinds
of information about the active LAMMPS instance and also to modify some of it.
of information about the active LAMMPS instance and also to modify some of it.
In some cases the data returned is a direct reference to the original data
inside LAMMPS cast to ``ctypes`` pointers. Where possible, the wrappers will