MCMoveMolecular, MCMoveStepDependentpublic class MCMoveClusterRotateMoleculeMulti extends MCMoveRotateMolecule3D
| Modifier and Type | Field | Description |
|---|---|---|
protected int[] |
constraintMap |
|
protected int[] |
rotationAxis |
|
protected double[] |
theta |
moveTracker, nominalFrequency, potentialbox, perParticleFrequencystepSize, stepSizeMax, stepSizeMinaffectedAtomIterator, affectedMoleculeIterator, energyMeter, groupTranslationVector, molecule, moleculeSource, moveMoleculeAction, random, space, uNew, uOldpositionDefinition, r0, rotationTensor| Constructor | Description |
|---|---|
MCMoveClusterRotateMoleculeMulti(IRandom random,
Space _space) |
| 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.
|
void |
rejectNotify() |
Method called by IntegratorMC in the event that the most recent trial
move is rejected.
|
void |
setBox(Box p) |
Sets the box on which this move acts.
|
void |
setConstraintMap(int[] newConstraintMap) |
|
void |
setRelaxAction(MoleculeAction action) |
getNominalFrequency, getTracker, setTrackeraffectedAtoms, energyChange, getBox, isNominallyPerParticleFrequency, toStringgetStepSize, getStepSizeDimension, getStepSizeMax, getStepSizeMaxDimension, getStepSizeMin, getStepSizeMinDimension, setStepSize, setStepSizeMax, setStepSizeMinaffectedAtoms, affectedMolecules, energyChange, getAtomSource, setMoleculeSourcedoTransform, getPositionDefinition, setPositionDefinitionprotected int[] constraintMap
protected int[] rotationAxis
protected double[] theta
public void setBox(Box p)
MCMoveBoxsetBox in class MCMoveMoleculepublic void setConstraintMap(int[] newConstraintMap)
public boolean doTrial()
MCMovedoTrial in class MCMoveRotateMolecule3Dpublic double getChi(double temperature)
MCMovegetChi in class MCMoveMoleculetemperature - used to compute chipublic void acceptNotify()
MCMoveMoleculeacceptNotify in class MCMoveMoleculepublic void rejectNotify()
MCMoverejectNotify in class MCMoveRotateMolecule3Dpublic void setRelaxAction(MoleculeAction action)