whitespace
This commit is contained in:
@ -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 5: Validating a dihedral potential (``dihedrals/dihedral.ipynb``)
|
||||||
- Example 6: Running a Monte Carlo relaxation (``montecarlo/mc.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.
|
Typically clicking a link in Jupyter will open a new tab, which might be blocked by your pop-up blocker.
|
||||||
|
|||||||
@ -3,7 +3,7 @@ System properties
|
|||||||
|
|
||||||
Similar to what is described in :doc:`Library_properties`, the instances of
|
Similar to what is described in :doc:`Library_properties`, the instances of
|
||||||
:py:class:`lammps <lammps.lammps>` can be used to extract different kinds
|
: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
|
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
|
inside LAMMPS cast to ``ctypes`` pointers. Where possible, the wrappers will
|
||||||
|
|||||||
Reference in New Issue
Block a user