MCMoveStepDependentpublic class MCMoveClusterPolyhedraChain extends MCMoveAtom
| Modifier and Type | Field | Description |
|---|---|---|
protected Vector |
dr |
|
protected IPotentialAtomic |
p2 |
|
protected AtomPair |
pair |
|
protected int[] |
seq |
|
protected double |
sigma |
|
protected double[][] |
uValues |
moveTracker, nominalFrequency, potentialaffectedAtomIterator, atom, atomSource, energyMeter, fixOverlap, random, space, translationVector, uNew, uOldbox, perParticleFrequencystepSize, stepSizeMax, stepSizeMin| Constructor | Description |
|---|---|
MCMoveClusterPolyhedraChain(IRandom random,
Space _space,
double sigma,
IPotentialAtomic p2,
double[][] uValues) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
acceptNotify() |
Method called by IntegratorMC in the event that the most recent trial is
accepted.
|
boolean |
doTrial() |
Method to perform trial move.
|
double |
getChi(double temperature) |
Chi is the parameter within standard Metropolis Monte Carlo.
|
protected void |
randomOrientation(Vector q) |
|
void |
rejectNotify() |
Method called by IntegratorMC in the event that the most recent trial
move is rejected.
|
getNominalFrequency, getTracker, setTrackeraffectedAtoms, energyChange, getAtomSource, setAtomSource, setBoxaffectedAtoms, energyChange, getBox, isNominallyPerParticleFrequency, toStringgetStepSize, getStepSizeDimension, getStepSizeMax, getStepSizeMaxDimension, getStepSizeMin, getStepSizeMinDimension, setStepSize, setStepSizeMax, setStepSizeMinprotected final double sigma
protected final Vector dr
protected int[] seq
protected IPotentialAtomic p2
protected final AtomPair pair
protected final double[][] uValues
public MCMoveClusterPolyhedraChain(IRandom random, Space _space, double sigma, IPotentialAtomic p2, double[][] uValues)
protected void randomOrientation(Vector q)
public boolean doTrial()
MCMovedoTrial in class MCMoveAtompublic double getChi(double temperature)
MCMovegetChi in class MCMoveAtomtemperature - used to compute chipublic void rejectNotify()
MCMoverejectNotify in class MCMoveAtompublic void acceptNotify()
MCMoveacceptNotify in class MCMoveAtom