mirror of
https://github.com/openmm/openmm
synced 2026-06-03 06:39:48 +09:00
* Top level Python module is now "openmm" * Updated module names in examples * Updated module names in documentation * Updated module in CI scripts * Added deprecation warning
70 lines
1.1 KiB
Django/Jinja
70 lines
1.1 KiB
Django/Jinja
.. _app :
|
|
|
|
Application Layer
|
|
=================
|
|
|
|
Loaders and Setup
|
|
~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: generated/
|
|
:template: class.rst
|
|
|
|
{% for fileclass in fileclasses %}
|
|
~{{ fileclass }}
|
|
{% endfor %}
|
|
|
|
|
|
Representation and Manipulation
|
|
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: generated/
|
|
:template: class.rst
|
|
|
|
~openmm.app.topology.Topology
|
|
~openmm.app.topology.Chain
|
|
~openmm.app.topology.Residue
|
|
~openmm.app.topology.Atom
|
|
~openmm.app.modeller.Modeller
|
|
|
|
Simulation
|
|
~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: generated/
|
|
:template: class.rst
|
|
|
|
~openmm.app.forcefield.ForceField
|
|
~openmm.app.simulation.Simulation
|
|
|
|
|
|
Reporting Output
|
|
~~~~~~~~~~~~~~~~
|
|
.. autosummary::
|
|
:toctree: generated/
|
|
:template: class.rst
|
|
|
|
{% for reporter in reporters %}
|
|
~{{ reporter }}
|
|
{% endfor %}
|
|
|
|
|
|
Extras
|
|
~~~~~~
|
|
.. autosummary::
|
|
:toctree: generated/
|
|
:template: class.rst
|
|
|
|
{% for extra in app_extras %}
|
|
~{{ extra }}
|
|
{% endfor %}
|
|
|
|
Units
|
|
~~~~~~
|
|
.. autosummary::
|
|
:toctree: generated/
|
|
:template: class.rst
|
|
:nosignatures:
|
|
|
|
{% for unit in units %}
|
|
~{{ unit }}
|
|
{% endfor %}
|