public class IntegratorEnergyMap extends IntegratorBox
Integrator.Forcible, Integrator.Torquable| Modifier and Type | Field | Description |
|---|---|---|
MeterPotentialEnergy |
energy |
eventManager, initialized, interval, stepCountbox, 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, setEventIntervalgetBox, getMeterPotentialEnergy, getPotentialEnergy, getPotentialMaster, getTemperature, getTemperatureDimension, isIsothermal, reset, setBox, setIsothermal, setMeterPotentialEnergy, setTemperaturepublic MeterPotentialEnergy energy
public IntegratorEnergyMap(Simulation aSim, PotentialMaster potentialMaster, IAtom aAdatom, java.lang.String aFileTail, Box box)
protected void doStepInternal()
IntegratordoStepInternal in class Integratorprotected void setup()
Integratorsetup in class Integrator