public class MultiharmonicMC extends Simulation
Modifier and Type | Field | Description |
---|---|---|
protected Box |
boxA |
|
protected Box |
boxB |
|
protected IntegratorMC |
integratorA |
|
protected IntegratorMC |
integratorB |
|
protected IntegratorOverlap |
integratorOS |
|
protected P1Harmonic |
potentialA |
|
protected P1Harmonic |
potentialB |
|
protected PotentialMaster |
potentialMasterA |
|
protected PotentialMaster |
potentialMasterB |
|
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 boxA
protected final Box boxB
protected final PotentialMaster potentialMasterA
protected final PotentialMaster potentialMasterB
protected final P1Harmonic potentialA
protected final P1Harmonic potentialB
protected final IntegratorMC integratorA
protected final IntegratorMC integratorB
protected final IntegratorOverlap integratorOS