1 #ifndef MCMD_CFB_LINEAR_H 2 #define MCMD_CFB_LINEAR_H 11 #include <mcMd/mcMoves/SystemMove.h> 57 virtual void readParameters(std::istream& in);
95 void deleteAtom(
Molecule& molecule,
int atomId,
int sign,
96 double &rosenbluth,
double &energy);
132 int sign,
double &rosenbluth,
double &energy);
144 int speciesId()
const;
149 static const int MaxTrial_ = 200;
172 void processParameters();
188 {
return speciesId_; }
A System for use in a Markov chain Monte Carlo simulation.
int nTrial() const
Get nTrial.
Base class for configuration bias (CFB) end regrowth moves.
Saving / output archive for binary ostream.
A point particle within a Molecule.
Utility classes for scientific computation.
An McMove that acts on one McSystem.
int speciesId() const
Get speciesId.
Saving archive for binary istream.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
A physical molecule (a set of covalently bonded Atoms).