MCMoveStepDependentpublic class MCMoveRotateAssociated extends MCMoveAtom
| Modifier and Type | Field | Description |
|---|---|---|
protected AssociationManager |
associationManager |
|
protected Vector |
dr |
|
protected int |
maxLength |
|
protected AtomArrayList |
smerList |
moveTracker, nominalFrequency, potentialaffectedAtomIterator, atom, atomSource, energyMeter, fixOverlap, random, space, translationVector, uNew, uOldbox, perParticleFrequencystepSize, stepSizeMax, stepSizeMin| Constructor | Description |
|---|---|
MCMoveRotateAssociated(PotentialMaster potentialMaster,
IRandom random,
Space _space) |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
doTrial() |
Method to perform trial move.
|
double |
getChi(double temperature) |
Chi is the parameter within standard Metropolis Monte Carlo.
|
protected int |
populateList(AtomArrayList mySmerList) |
|
void |
rejectNotify() |
Method called by IntegratorMC in the event that the most recent trial
move is rejected.
|
void |
setAssociationManager(AssociationManager associationManager) |
|
void |
setBox(Box box) |
Sets the box on which this move acts.
|
void |
setMaxLength(int i) |
getNominalFrequency, getTracker, setTrackeracceptNotify, affectedAtoms, energyChange, getAtomSource, setAtomSourceaffectedAtoms, energyChange, getBox, isNominallyPerParticleFrequency, toStringgetStepSize, getStepSizeDimension, getStepSizeMax, getStepSizeMaxDimension, getStepSizeMin, getStepSizeMinDimension, setStepSize, setStepSizeMax, setStepSizeMinprotected AssociationManager associationManager
protected final AtomArrayList smerList
protected final Vector dr
protected int maxLength
public MCMoveRotateAssociated(PotentialMaster potentialMaster, IRandom random, Space _space)
public void setAssociationManager(AssociationManager associationManager)
public void setBox(Box box)
MCMoveBoxsetBox in class MCMoveAtompublic boolean doTrial()
MCMovedoTrial in class MCMoveAtompublic double getChi(double temperature)
MCMovegetChi in class MCMoveAtomtemperature - used to compute chiprotected int populateList(AtomArrayList mySmerList)
public void setMaxLength(int i)
public void rejectNotify()
MCMoverejectNotify in class MCMoveAtom