# | Line 53 | Line 53 | |
---|---|---|
53 | #include "integrators/NPrT.hpp" | |
54 | #include "integrators/NgammaT.hpp" | |
55 | #include "integrators/LangevinDynamics.hpp" | |
56 | + | #include "integrators/SMIPDynamics.hpp" |
57 | ||
58 | #include "minimizers/MinimizerFactory.hpp" | |
59 | #include "minimizers/MinimizerCreator.hpp" | |
# | Line 106 | Line 107 | namespace oopse { | |
107 | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NgammaT>("NGAMMAT")); | |
108 | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<LangevinDynamics>("LANGEVINDYNAMICS")); | |
109 | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<LangevinDynamics>("LD")); | |
110 | < | |
110 | < | |
110 | > | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<SMIPDynamics>("SMIPD")); |
111 | } | |
112 | ||
113 | void registerMinimizers() { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |