|
OpenMM
|
PDBxReporter outputs a series of frames from a Simulation to a PDBx/mmCIF file. More...
Inheritance diagram for PDBxReporter:Public Member Functions | |
| def | report |
| Generate a report. | |
| def | __del__ |
PDBxReporter outputs a series of frames from a Simulation to a PDBx/mmCIF file.
To use it, create a PDBxReporter, then add it to the Simulation's list of reporters.
| def __del__ | ( | self | ) |
Reimplemented from PDBReporter.
| def report | ( | self, | |
| simulation, | |||
| state | |||
| ) |
Generate a report.
| simulation | (Simulation) The Simulation to generate a report for |
| state | (State) The current state of the simulation |
Reimplemented from PDBReporter.