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