IMP logo
IMP Reference Guide  develop.1a86c4215a,2024/04/24
The Integrative Modeling Platform
IMP.pmi.samplers.MolecularDynamics Class Reference

Sample using molecular dynamics. More...

Inherits object.

Detailed Description

Sample using molecular dynamics.

Note
This class is only available in Python.

Definition at line 327 of file samplers.py.

Public Member Functions

def __init__
 Setup MD. More...
 

Constructor & Destructor Documentation

def IMP.pmi.samplers.MolecularDynamics.__init__ (   self,
  model,
  objects,
  kt,
  gamma = 0.01,
  maximum_time_step = 1.0,
  sf = None 
)

Setup MD.

Parameters
modelThe IMP Model
objectsWhat to sample. Use flat list of particles
ktTemperature
gammaViscosity parameter
maximum_time_stepMD max time step

Definition at line 334 of file samplers.py.


The documentation for this class was generated from the following file: