# | Line 49 | Line 49 | |
---|---|---|
49 | #include "integrators/NPTi.hpp" | |
50 | #include "integrators/NPTf.hpp" | |
51 | #include "integrators/NPTxyz.hpp" | |
52 | + | #include "integrators/NPAT.hpp" |
53 | + | #include "integrators/NPrT.hpp" |
54 | + | |
55 | #include "minimizers/MinimizerFactory.hpp" | |
56 | #include "minimizers/MinimizerCreator.hpp" | |
57 | #include "minimizers/PRCG.hpp" | |
# | Line 81 | Line 84 | namespace oopse { | |
84 | void registerIntegrators() { | |
85 | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NVE>("NVE")); | |
86 | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NVT>("NVT")); | |
87 | < | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPTi>("NPTi")); |
88 | < | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPTf>("NPTf")); |
89 | < | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPTxyz>("NPTxyz")); |
87 | > | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPTi>("NPTI")); |
88 | > | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPTf>("NPTF")); |
89 | > | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPTxyz>("NPTXYZ")); |
90 | > | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPAT>("NPAT")); |
91 | > | IntegratorFactory::getInstance()->registerIntegrator(new IntegratorBuilder<NPrT>("NPRT")); |
92 | > | |
93 | } | |
94 | ||
95 | void registerMinimizers() { |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |