mirror of
https://github.com/OpenFreeEnergy/openfe.git
synced 2026-06-04 14:14:22 +08:00
* split md protocol to setup and simulate, add restart support * allow for resume in any stage * add a single run dynamics function * update restart to only look for checkpoints, split out remaining step logic, update tests --------- Co-authored-by: Irfan Alibay <IAlibay@users.noreply.github.com>
41 lines
897 B
ReStructuredText
41 lines
897 B
ReStructuredText
OpenMM Molecular Dynamics (MD) Protocol
|
|
=======================================
|
|
|
|
.. _md protocol api:
|
|
|
|
A Protocol for running MD simulation using OpenMM.
|
|
|
|
|
|
Protocol API Specification
|
|
--------------------------
|
|
|
|
.. module:: openfe.protocols.openmm_md
|
|
|
|
.. autosummary::
|
|
:nosignatures:
|
|
:toctree: generated/
|
|
|
|
PlainMDProtocol
|
|
PlainMDSetupUnit
|
|
PlainMDSimulationUnit
|
|
PlainMDProtocolResult
|
|
|
|
|
|
Protocol Settings
|
|
-----------------
|
|
|
|
.. module:: openfe.protocols.openmm_md.plain_md_settings
|
|
|
|
.. autopydantic_model:: PlainMDProtocolSettings
|
|
:model-show-json: False
|
|
:model-show-field-summary: False
|
|
:model-show-config-member: False
|
|
:model-show-config-summary: False
|
|
:model-show-validator-members: False
|
|
:model-show-validator-summary: False
|
|
:field-list-validators: False
|
|
:inherited-members: SettingsBaseModel
|
|
:exclude-members: get_defaults
|
|
:member-order: bysource
|
|
|