1 #ifndef MCMD_MC_MOVE_MANAGER_H 2 #define MCMD_MC_MOVE_MANAGER_H 11 #include <util/param/Manager.h> 13 #include <util/containers/DArray.h> 15 namespace Util {
class Random; }
55 virtual void readParameters(std::istream &in);
91 double probability(
int i)
const;
122 inline double McMoveManager::probability(
int i)
const 126 return probabilities_[i];
A System for use in a Markov chain Monte Carlo simulation.
McMove is an abstract base class for Monte Carlo moves.
Saving / output archive for binary ostream.
A Monte-Carlo simulation of one McSystem.
Template container for pointers to objects with a common base class.
Utility classes for scientific computation.
Saving archive for binary istream.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
Manager for a set of McMove objects.