public class HessianDB extends Simulation
| Modifier and Type | Field | Description |
|---|---|---|
Basis |
basis |
|
Basis |
basisFCC |
|
Boundary |
boundary |
|
Box |
box |
|
CoordinateDefinition |
coordinateDefinition |
|
IntegratorMC |
integrator |
|
protected double |
latticeEnergy |
|
MCMoveHarmonic |
move |
|
int[] |
nCells |
|
NormalModes |
nm |
|
PotentialMasterMonatomic |
potentialMaster |
|
Primitive |
primitive |
|
Primitive |
primitiveUnitCell |
eventManager, random, seeds, space| Constructor | Description |
|---|---|
HessianDB(Space _space,
int numAtoms,
double density,
double temperature,
int exponent,
java.lang.String filename) |
| Modifier and Type | Method | Description |
|---|---|---|
Tensor3D |
derivative2nd(Vector r,
Potential2SoftSpherical potential) |
|
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 Box box
public Boundary boundary
public Primitive primitive
public Primitive primitiveUnitCell
public Basis basis
public Basis basisFCC
public IntegratorMC integrator
public int[] nCells
public MCMoveHarmonic move
public CoordinateDefinition coordinateDefinition
public PotentialMasterMonatomic potentialMaster
public NormalModes nm
protected double latticeEnergy
public HessianDB(Space _space, int numAtoms, double density, double temperature, int exponent, java.lang.String filename)
public static void main(java.lang.String[] args)
args - public Tensor3D derivative2nd(Vector r, Potential2SoftSpherical potential)