public class MultiharmonicMC extends Simulation
Modifier and Type | Field | Description |
---|---|---|
protected AccumulatorRatioAverageCovariance |
accumulator |
|
protected Box |
box |
|
protected DataPump |
dataPumpA |
|
protected IntegratorMC |
integrator |
|
protected MeterUmbrella |
meterUmbrella |
|
protected MCMoveMultiHarmonic |
moveA |
|
protected MCMoveMultiHarmonic |
moveB |
|
protected P1Harmonic |
potentialA |
|
protected P1Harmonic |
potentialB |
|
protected SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
MultiharmonicMC() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addBox, addSpecies, box, getBox, getBoxCount, getBoxes, getController, getEventManager, getIntegrator, getRandom, getRandomSeeds, getSpace, getSpecies, getSpeciesCount, getSpeciesList, makeBox, makeBox, makeUniqueElementSymbol, removeBox, setRandom, species
protected final SpeciesGeneral species
protected final Box box
protected final P1Harmonic potentialA
protected final P1Harmonic potentialB
protected final IntegratorMC integrator
protected final MCMoveMultiHarmonic moveA
protected final MCMoveMultiHarmonic moveB
protected final MeterUmbrella meterUmbrella
protected final AccumulatorRatioAverageCovariance accumulator
protected final DataPump dataPumpA