openmm
#
Reporters compatible with OpenMM simulation objects
Classes:
-
OpenMMStateReporter
–Report OpenMM simulation state using a Reporter object.
OpenMMStateReporter
#
OpenMMStateReporter(
reporter: Reporter,
tag: str,
interval: int,
total_energy: bool = True,
potential_energy: bool = True,
kinetic_energy: bool = False,
volume: bool = True,
temperature: bool = True,
)
Report OpenMM simulation state using a Reporter object.
tag: The tag to report using.
interval: The interval at which to report.
total_energy: Report the total energy.
potential_energy: Report the potential energy.
kinetic_energy: Report the kinetic energy.
volume: Report the volume.
temperature: Report the temperature.