public class SimLJ extends Simulation
| Modifier and Type | Class | Description |
|---|---|---|
static class |
SimLJ.LjMC3DParams |
| Modifier and Type | Field | Description |
|---|---|---|
Box |
box |
|
IntegratorMC |
integrator |
|
MCMoveAtomNPath |
mcMoveAtom |
|
MCMoveAtomCoupled |
mcMoveAtomCoupled |
|
MCMoveAtomSwap |
mcMoveSwap |
|
P1ImageHarmonic |
p1ImageHarmonic |
|
P2LennardJones |
potential |
|
PotentialMasterCell |
potentialMasterCell |
|
SpeciesGeneral |
species |
eventManager, random, seeds, space| Constructor | Description |
|---|---|
SimLJ(int numAtoms,
double temperature,
double density,
double rc,
double w,
int offsetDim) |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
main(java.lang.String[] args) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddBox, addSpecies, box, getBox, getBoxCount, getBoxes, getController, getEventManager, getIntegrator, getRandom, getRandomSeeds, getSpace, getSpecies, getSpeciesCount, getSpeciesList, makeBox, makeBox, makeUniqueElementSymbol, removeBox, setRandom, speciespublic final PotentialMasterCell potentialMasterCell
public IntegratorMC integrator
public SpeciesGeneral species
public Box box
public P2LennardJones potential
public MCMoveAtomNPath mcMoveAtom
public MCMoveAtomCoupled mcMoveAtomCoupled
public MCMoveAtomSwap mcMoveSwap
public P1ImageHarmonic p1ImageHarmonic