| 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" | 
| 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() { |