MCMoveStepDependent
public class MCMoveChangeBondLength extends MCMoveBoxStep
moveTracker, nominalFrequency, potential
box, perParticleFrequency
stepSize, stepSizeMax, stepSizeMin
Constructor | Description |
---|---|
MCMoveChangeBondLength(PotentialMaster potentialMaster,
IRandom random,
Space space,
double temperature) |
Modifier and Type | Method | Description |
---|---|---|
void |
acceptNotify() |
Method called by IntegratorMC in the event that the most recent trial is
accepted.
|
AtomIterator |
affectedAtoms() |
|
boolean |
doTrial() |
Method to perform trial move.
|
double |
energyChange() |
|
double |
getChi(double temperature) |
Chi is the parameter within standard Metropolis Monte Carlo.
|
double |
getStiffness() |
|
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 |
setDoExchange(boolean[] b) |
|
void |
setFixedOrientation(boolean a) |
|
void |
setStiffness(double mass,
P1IntraMolecular p1) |
|
void |
setTemperature(double x) |
getNominalFrequency, getTracker, setTracker
affectedAtoms, energyChange, getBox, isNominallyPerParticleFrequency, toString
getStepSize, getStepSizeDimension, getStepSizeMax, getStepSizeMaxDimension, getStepSizeMin, getStepSizeMinDimension, setStepSize, setStepSizeMax, setStepSizeMin
public MCMoveChangeBondLength(PotentialMaster potentialMaster, IRandom random, Space space, double temperature)
public void setTemperature(double x)
public void setBox(Box p)
MCMoveBox
public AtomIterator affectedAtoms()
affectedAtoms
in class MCMoveBox
public double energyChange()
energyChange
in class MCMoveBox
public boolean doTrial()
MCMove
public void setDoExchange(boolean[] b)
public void setFixedOrientation(boolean a)
public void setStiffness(double mass, P1IntraMolecular p1)
public double getStiffness()
public double getChi(double temperature)
MCMove
public void acceptNotify()
MCMove
acceptNotify
in class MCMove
public void rejectNotify()
MCMove
rejectNotify
in class MCMove