1 #ifndef MCMD_MD_COMMAND_FACTORY_H 2 #define MCMD_MD_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_; }
Utility classes for scientific computation.
Command is an object that can be invoked from the command script.
CommandFactory for an MdSimulation.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
A System for Molecular Dynamics simulation.
MdSimulation & simulation() const
Return reference to parent MdSimulation.
MdSystem & system() const
Return reference to parent MdSystem.
A molecular dynamics simulation of a single MdSystem.