8 #include <mcMd/potentials/link/LinkFactory.h> 9 #include <mcMd/simulation/System.h> 10 #include <mcMd/potentials/bond/BondPotential.h> 11 #include <mcMd/potentials/link/LinkPotentialImpl.h> 14 #include <simp/interaction/bond/HarmonicBond.h> 15 #include <simp/interaction/bond/HarmonicL0Bond.h> 16 #include <simp/interaction/bond/FeneBond.h> 36 if (name ==
"HarmonicBond") {
39 if (name ==
"HarmonicL0Bond") {
42 if (name ==
"FeneBond") {
A set of interacting Molecules enclosed by a Boundary.
Classes used by all simpatico molecular simulations.
Single-processor Monte Carlo (MC) and molecular dynamics (MD).
BondPotential * factory(const std::string &subclass) const
Return a pointer to a new McBondInteration, if possible.
LinkFactory(System &system)
Default constructor.
Abstract Bond Potential class.
Template implementation of an BondPotential for links.