MCMoveMolecular
public class MCMoveBiasUBMolecule extends MCMoveBox implements MCMoveMolecular
Modifier and Type | Field | Description |
---|---|---|
protected MoleculeIteratorSinglet |
affectedMoleculeIterator |
|
protected Vector |
groupTranslationVector |
|
protected MoleculeChildAtomAction |
moveMoleculeAction |
|
protected RotationTensor3D |
rotationTensor |
|
protected MoleculeArrayList |
smerList |
|
protected Space |
space |
moveTracker, nominalFrequency, potential
box, perParticleFrequency
Constructor | Description |
---|---|
MCMoveBiasUBMolecule(PotentialMaster potentialMaster,
BiasVolumeMolecule bv,
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.
|
AtomIterator |
affectedAtoms() |
|
MoleculeIterator |
affectedMolecules(Box box) |
|
protected void |
doTransform(IMolecule molecule,
Vector r0) |
|
boolean |
doTrial() |
Method to perform trial move.
|
double |
energyChange() |
|
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 |
setAssociationManager(AssociationManagerMolecule associationManager,
IAssociationHelperMolecule associationHelper) |
|
void |
setBox(Box box) |
Sets the box on which this move acts.
|
getNominalFrequency, getTracker, setTracker
affectedAtoms, energyChange, getBox, isNominallyPerParticleFrequency, toString
protected final MoleculeIteratorSinglet affectedMoleculeIterator
protected final MoleculeArrayList smerList
protected final Space space
protected final RotationTensor3D rotationTensor
protected Vector groupTranslationVector
protected MoleculeChildAtomAction moveMoleculeAction
public MCMoveBiasUBMolecule(PotentialMaster potentialMaster, BiasVolumeMolecule bv, IRandom random, Space space)
public void setBox(Box box)
MCMoveBox
public void setAssociationManager(AssociationManagerMolecule associationManager, IAssociationHelperMolecule associationHelper)
public boolean doTrial()
MCMove
public double getChi(double temperature)
MCMove
public AtomIterator affectedAtoms()
affectedAtoms
in class MCMoveBox
public double energyChange()
energyChange
in class MCMoveBox
public void acceptNotify()
MCMove
acceptNotify
in class MCMove
public void rejectNotify()
MCMove
rejectNotify
in class MCMove
public MoleculeIterator affectedMolecules(Box box)
affectedMolecules
in interface MCMoveMolecular