1 #ifndef MCMD_COULOMB_FACTORY_H 2 #define MCMD_COULOMB_FACTORY_H 11 #include <util/param/Factory.h> 12 #include <mcMd/potentials/coulomb/MdCoulombPotential.h> 13 #include <mcMd/potentials/coulomb/MdEwaldPotential.h> Coulomb potential for an Md simulation.
MdCoulombPotential * factory(const std::string &subclass) const
Return a pointer to a new CoulombPotential, if possible.
A set of interacting Molecules enclosed by a Boundary.
CoulombFactory(System &system)
Default constructor.
Factory for CoulombPotential objects.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).