public class Ising extends Simulation
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
AccumulatorAverageCollapsing |
dAcc |
|
P1MagneticField |
field |
|
MCMoveSpinFlip |
mcmove |
|
MeterSpin |
meter |
|
P2Spin |
potential |
|
PotentialMasterSite |
potentialMaster |
|
DataPump |
pump |
|
SpeciesGeneral |
spins |
eventManager, random, seeds, space
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
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
public PotentialMasterSite potentialMaster
public Box box
public SpeciesGeneral spins
public P2Spin potential
public P1MagneticField field
public MCMoveSpinFlip mcmove
public MeterSpin meter
public DataPump pump
public AccumulatorAverageCollapsing dAcc
public Ising()
public Ising(Space _space, int nCells)