public class LJMC extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
LJMC.LJMCParams |
Modifier and Type | Field | Description |
---|---|---|
Box |
box |
|
IntegratorMC |
integrator |
|
MCMoveAtomInRegion |
mcMoveAtom |
|
MCMoveAtomInRegion |
mcMoveAtomBigStep |
|
PotentialMasterCell |
potentialMaster |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space
Constructor | Description |
---|---|
LJMC(Space _space,
int numAtoms,
double temperature,
double aspectRatio) |
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 final PotentialMasterCell potentialMaster
public final SpeciesGeneral species
public final Box box
public final IntegratorMC integrator
public final MCMoveAtomInRegion mcMoveAtom
public final MCMoveAtomInRegion mcMoveAtomBigStep
public LJMC(Space _space, int numAtoms, double temperature, double aspectRatio)