relentless.simulate.RunMolecularDynamics#
- class relentless.simulate.RunMolecularDynamics(steps, timestep, thermostat=None, barostat=None, analyzers=None)#
Perform a molecular dynamics simulation.
The Verlet-style integrator is used to implement classical molecular dynamics equations of motion. The integrator may optionally accept a
Thermostatand aBarostatfor temperature and pressure control, respectively. Depending on theSimulationengine, not all combinations ofthermostatandbarostatmay be allowed. Refer to the specific documentation for the engine you plan to use if you are unsure or obtain an error for your chosen combination.- Parameters:
steps (int) – Number of simulation time steps.
timestep (float) – Simulation time step.
thermostat (
Thermostat) – Thermostat used for integration (defaults toNone).barostat (
Barostat) – Barostat used for integration (defaults toNone).analyzers (
AnalysisOperationor list) – Analysis operations to perform with run (defaults toNone).
Methods
Attributes
analyzers