|
IMP Reference Guide
develop.23016263b1,2026/04/24
The Integrative Modeling Platform
|
Sample using molecular dynamics. More...
Inherits _SamplerBase.
Sample using molecular dynamics.
Definition at line 255 of file samplers.py.
Public Member Functions | |
| def | __init__ |
| Setup MD. More... | |
| def | set_use_jax |
| Request that sampling of the scoring function is done using JAX instead of IMP's internal C++ implementation (requires that all PMI restraints used have a JAX implementation). More... | |
| def IMP.pmi.samplers.MolecularDynamics.__init__ | ( | self, | |
| model, | |||
| objects, | |||
| kt, | |||
gamma = 0.01, |
|||
maximum_time_step = 1.0, |
|||
sf = None, |
|||
use_jax = False |
|||
| ) |
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 262 of file samplers.py.
| def IMP.pmi.samplers.MolecularDynamics.set_use_jax | ( | self, | |
| nstep | |||
| ) |
Request that sampling of the scoring function is done using JAX instead of IMP's internal C++ implementation (requires that all PMI restraints used have a JAX implementation).
Definition at line 287 of file samplers.py.