1 #ifndef DDMD_BOND_FACTORY_H 2 #define DDMD_BOND_FACTORY_H 11 #include <util/param/Factory.h> 12 #include <ddMd/potentials/bond/BondPotential.h> Abstract base class for computing bond forces and energies.
Parallel domain decomposition (DD) MD simulation.
Main object for a domain-decomposition MD simulation.
BondFactory(Simulation &simulation)
Default constructor.
Factory for BondPotential objects.
BondPotential * factory(const std::string &subclass) const
Return a pointer to a new McBondInteration, if possible.