1 #ifndef MCMD_BOND_FACTORY_H 2 #define MCMD_BOND_FACTORY_H 11 #include <util/param/Factory.h> 12 #include <mcMd/potentials/bond/BondPotential.h> BondPotential * factory(const std::string &subclass) const
Return a pointer to a new BondPotential, if possible.
A set of interacting Molecules enclosed by a Boundary.
BondFactory(System &system)
Default constructor.
Factory for BondPotential objects.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
Abstract Bond Potential class.