|
IMP Reference Guide
develop.169ea894ba,2025/11/01
The Integrative Modeling Platform
|
Sample using molecular dynamics. More...
Sample using molecular dynamics.
Definition at line 326 of file samplers.py.
Public Member Functions | |
| def | __init__ |
| Setup MD. More... | |
| def IMP.pmi.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 |
| kt | Temperature |
| gamma | Viscosity parameter |
| maximum_time_step | MD max time step |
Definition at line 333 of file samplers.py.