Uses of Class
ffx.algorithms.dynamics.thermostats.Thermostat
Packages that use Thermostat
Package
Description
The Dynamics package implements molecular and stochastic dynamics using a pure Java code path and
via OpenMM.
The Thermostats package implements thermostats for molecular dynamics simulations.
The MC package implements a variety of Monte Carlo moves for optimization and simulation
algorithms.
The X-ray package implements support for X-ray and Neutron refinement.
-
Uses of Thermostat in ffx.algorithms.dynamics
Methods in ffx.algorithms.dynamics that return ThermostatModifier and TypeMethodDescriptionMolecularDynamics.getThermostat()Getter for the fieldthermostat.Methods in ffx.algorithms.dynamics with parameters of type ThermostatModifier and TypeMethodDescriptionvoidMolecularDynamics.setThermostat(Thermostat thermostat) Setter for the fieldthermostat. -
Uses of Thermostat in ffx.algorithms.dynamics.thermostats
Subclasses of Thermostat in ffx.algorithms.dynamics.thermostatsModifier and TypeClassDescriptionclassThe Adiabatic thermostat is for NVE simulations and does not alter particle velocities.classThermostat a molecular dynamics trajectory to an external bath using the Berendsen weak-coupling thermostat.classThermostat a molecular dynamics trajectory to an external bath using the Bussi, Donadio, and Parrinello method. -
Uses of Thermostat in ffx.algorithms.mc
Constructors in ffx.algorithms.mc with parameters of type ThermostatModifierConstructorDescriptionRosenbluthCBMC(MolecularAssembly molecularAssembly, ForceFieldEnergy ffe, Thermostat thermostat, List<Residue> targets, int mcFrequency, int trialSetSize, boolean writeSnapshots) RRMC constructor.RosenbluthOBMC(MolecularAssembly molecularAssembly, ForceFieldEnergy forceFieldEnergy, Thermostat thermostat, List<Residue> targets, int mcFrequency, int trialSetSize) RRMC constructor.RosenbluthOBMC(MolecularAssembly molecularAssembly, ForceFieldEnergy forceFieldEnergy, Thermostat thermostat, List<Residue> targets, int mcFrequency, int trialSetSize, boolean writeSnapshots) Constructor for RosenbluthOBMC. -
Uses of Thermostat in ffx.xray
Fields in ffx.xray declared as ThermostatModifier and TypeFieldDescriptionprotected ThermostatRefinementEnergy.thermostatA thermostat instance.Methods in ffx.xray that return ThermostatModifier and TypeMethodDescriptionRefinementEnergy.getThermostat()Getter for the fieldthermostat.Methods in ffx.xray with parameters of type ThermostatModifier and TypeMethodDescriptionvoidRefinementEnergy.setThermostat(Thermostat thermostat) Setter for the fieldthermostat.