1 #ifndef MCMD_MC_COMMAND_FACTORY_H     2 #define MCMD_MC_COMMAND_FACTORY_H    11 #include <util/param/Factory.h>            12 #include <mcMd/commands/Command.h>         47       virtual Command* factory(
const std::string& className) 
const;
    55       { 
return *systemPtr_; }
    61       { 
return *simulationPtr_; }
 A System for use in a Markov chain Monte Carlo simulation. 
 
McSystem & system() const 
Return reference to parent McSystem. 
 
McSimulation & simulation() const 
Return reference to parent McSimulation. 
 
A Monte-Carlo simulation of one McSystem. 
 
Utility classes for scientific computation. 
 
Command is an object that can be invoked from the command script. 
 
CommandFactory for an McSimulation. 
 
Single-processor Monte Carlo (MC) and molecular dynamics (MD).