public class MCMoveClusterReptateMulti extends MCMoveBox
Modifier and Type | Field | Description |
---|---|---|
protected IRandom |
random |
moveTracker, nominalFrequency, potential
box, perParticleFrequency
Constructor | Description |
---|---|
MCMoveClusterReptateMulti(PotentialMaster potentialMaster,
IRandom random,
int nAtoms) |
|
MCMoveClusterReptateMulti(Simulation sim,
PotentialMaster potentialMaster,
int nAtoms) |
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 |
getB() |
|
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.
|
protected void |
selectMolecules() |
|
void |
setBondLength(double b) |
|
void |
setBox(Box p) |
Sets the box on which this move acts.
|
getNominalFrequency, getTracker, setTracker
affectedAtoms, energyChange, getBox, isNominallyPerParticleFrequency, toString
protected final IRandom random
public MCMoveClusterReptateMulti(Simulation sim, PotentialMaster potentialMaster, int nAtoms)
public MCMoveClusterReptateMulti(PotentialMaster potentialMaster, IRandom random, int nAtoms)
public void setBox(Box p)
MCMoveBox
public boolean doTrial()
MCMove
public void setBondLength(double b)
protected void selectMolecules()
public void rejectNotify()
MCMove
rejectNotify
in class MCMove
public void acceptNotify()
MCMove
acceptNotify
in class MCMove
public double getB()
public double getChi(double temperature)
MCMove
public double energyChange()
energyChange
in class MCMoveBox
public AtomIterator affectedAtoms()
affectedAtoms
in class MCMoveBox