public class SimOverlapSoftSphereSoftness extends Simulation
Modifier and Type | Class | Description |
---|---|---|
static class |
SimOverlapSoftSphereSoftness.SimOverlapParam |
Inner class for parameters understood by the HSMD3D constructor
|
Modifier and Type | Field | Description |
---|---|---|
DataPump[] |
accumulatorPumps |
|
AccumulatorVirialOverlapSingleAverage[] |
accumulators |
|
protected MCMoveAtomCoupled |
atomMoveRef |
|
protected MCMoveAtomCoupled |
atomMoveTarg |
|
Basis |
basis |
|
Boundary |
boundaryRef |
|
Boundary |
boundaryTarg |
|
Box |
boxRef |
|
Box |
boxTarg |
|
DataSourceVirialOverlap |
dsvo |
|
java.lang.String |
fname |
|
IntegratorOverlap |
integratorOverlap |
|
IntegratorBox[] |
integrators |
|
protected double |
latticeEnergyRef |
|
protected double |
latticeEnergyTarg |
|
IDataSource[] |
meters |
|
int[] |
nCells |
|
protected PotentialMaster |
potentialMasterRef |
|
protected PotentialMaster |
potentialMasterTarg |
|
Primitive |
primitive |
|
Primitive |
primitiveUnitCell |
|
double |
refPref |
eventManager, random, seeds, space
Constructor | Description |
---|---|
SimOverlapSoftSphereSoftness(Space _space,
int numAtoms,
double density,
double temperature,
double harmonicFudge,
int[] exponent,
double alpha,
double alphaSpan,
int numAlpha) |
Modifier and Type | Method | Description |
---|---|---|
void |
equilibrate(long initSteps) |
|
static void |
main(java.lang.String[] args) |
|
void |
setAccumulator(AccumulatorVirialOverlapSingleAverage newAccumulator,
int iBox) |
|
void |
setRefPref(double alpha,
double alphaSpan) |
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 IntegratorOverlap integratorOverlap
public DataSourceVirialOverlap dsvo
public IntegratorBox[] integrators
public Box boxTarg
public Box boxRef
public Boundary boundaryTarg
public Boundary boundaryRef
public int[] nCells
public Basis basis
public Primitive primitive
public Primitive primitiveUnitCell
public double refPref
public AccumulatorVirialOverlapSingleAverage[] accumulators
public DataPump[] accumulatorPumps
public IDataSource[] meters
public java.lang.String fname
protected MCMoveAtomCoupled atomMoveTarg
protected MCMoveAtomCoupled atomMoveRef
protected PotentialMaster potentialMasterTarg
protected PotentialMaster potentialMasterRef
protected double latticeEnergyTarg
protected double latticeEnergyRef
public SimOverlapSoftSphereSoftness(Space _space, int numAtoms, double density, double temperature, double harmonicFudge, int[] exponent, double alpha, double alphaSpan, int numAlpha)
public static void main(java.lang.String[] args)
args
- filename containing simulation parametersSimOverlapSoftSphereSoftness.SimOverlapParam
public void setRefPref(double alpha, double alphaSpan)
public void setAccumulator(AccumulatorVirialOverlapSingleAverage newAccumulator, int iBox)
public void equilibrate(long initSteps)