| OHMMS::AllParticleStepper | AllParticleStepper Generates the Monte-Carlo candidate particle configuration change, by moving all particles with a small displacement |
| OHMMS::AlwaysAcceptor | AlwaysAcceptor Provides an accept member which accepts any particle configuration change R_1 -> R_2 that is proposed |
| OHMMS::CanonicalAcceptor | CanonicalAcceptor Provides an accept member which accepts proposed particle configuration changes R_1 -> R_2 in a way to satisfy the canonical ensemble conditions in the Wang-Landau method |
| OHMMS::FreeEnergyAcceptorBase | FreeEnergyAcceptorBase Provides an accept member which accepts proposed particle configuration changes according to some rule provided by the children classes, which implement this member |
| OHMMS::FreeEnergyMC | FreeEnergyMC Carries out a Monte Carlo simulation. Currently focused on Wang-Landau Monte-Carlo |
| OHMMS::MCUpdate | MCUpdate Performs the Monte-Carlo update -- provides a newState member function which attempts MC update moves until one is accepted, then returns true |
| OHMMS::MicroCanonicalAcceptor | StepAcceptorBase Provides an accept member which accepts proposed particle configuration changes R_1 -> R_2 in a way to satisfy the canonical ensemble conditions in the Wang-Landau method |
| OhmmsElementBase | Abstract class to provide xml-compatible I/O interfaces for the derived classes |
| ParticleBase | |
| OHMMS::ParticleSet | Specialized paritlce class for simulations with interatomic potentials |
| OHMMS::Projector | Projector Projector defines a ``reaction coordinate'' and defines the value of the reaction coordinate for a given particle configuration |
| OHMMS::SingleParticleStepper | SingleParticleStepper Generates the candidate particle configuration changes by displacing a single atom by a small random displacement |
| OHMMS::StepAcceptorBase | StepAcceptorBase Framework for deciding whether or not to accept particle configuration changes |
| OHMMS::StepperBase | StepperBase Base class for generating candidate particle configuration changes |
1.3.4