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