|
IMP Reference Guide
2.17.0
The Integrative Modeling Platform
|
Sample using molecular dynamics. More...
Inherits object.
Sample using molecular dynamics.
Definition at line 397 of file /samplers.py.
Public Member Functions | |
| def | __init__ |
| Setup MD. More... | |
| def IMP.pmi1.samplers.MolecularDynamics.__init__ | ( | self, | |
| model, | |||
| objects, | |||
| kt, | |||
gamma = 0.01, |
|||
maximum_time_step = 1.0, |
|||
sf = None |
|||
| ) |
Setup MD.
| model | The IMP Model |
| objects | What to sample. Use flat list of particles or (deprecated) 'MD Sample Objects' from PMI1 |
| kt | Temperature |
| gamma | Viscosity parameter |
| maximum_time_step | MD max time step |
Definition at line 404 of file /samplers.py.