public class IntegratorEnergyMap extends IntegratorBox
Integrator.Forcible, Integrator.Torquable
Modifier and Type | Field | Description |
---|---|---|
MeterPotentialEnergy |
energy |
eventManager, initialized, interval, stepCount
box, currentPotentialEnergy, isothermal, meterPE, potentialMaster, space, temperature
Constructor | Description |
---|---|
IntegratorEnergyMap(Simulation aSim,
PotentialMaster potentialMaster,
IAtom aAdatom,
java.lang.String aFileTail,
Box box) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
doStepInternal() |
Performs the elementary integration step, such as a molecular dynamics
time step, or a Monte Carlo trial.
|
protected void |
setup() |
Perform initialization.
|
doStep, getEventInterval, getEventManager, getStepCount, isInitialized, resetStepCount, setEventInterval
getBox, getMeterPotentialEnergy, getPotentialEnergy, getPotentialMaster, getTemperature, getTemperatureDimension, isIsothermal, reset, setBox, setIsothermal, setMeterPotentialEnergy, setTemperature
public MeterPotentialEnergy energy
public IntegratorEnergyMap(Simulation aSim, PotentialMaster potentialMaster, IAtom aAdatom, java.lang.String aFileTail, Box box)
protected void doStepInternal()
Integrator
doStepInternal
in class Integrator
protected void setup()
Integrator
setup
in class Integrator