| 57 |
|
#include "nonbonded/InteractionManager.hpp" |
| 58 |
|
#include "perturbations/Perturbation.hpp" |
| 59 |
|
#include "parallel/ForceDecomposition.hpp" |
| 60 |
+ |
#include "brains/Thermo.hpp" |
| 61 |
|
|
| 62 |
|
#define PREPAIR_LOOP 0 |
| 63 |
|
#define PAIR_LOOP 1 |
| 87 |
|
bool doElectricField_; |
| 88 |
|
bool doHeatFlux_; |
| 89 |
|
bool doLongRangeCorrections_; |
| 90 |
+ |
bool usePeriodicBoundaryConditions_; |
| 91 |
|
|
| 92 |
|
virtual void setupCutoffs(); |
| 93 |
|
virtual void preCalculation(); |
| 100 |
|
InteractionManager* interactionMan_; |
| 101 |
|
ForceDecomposition* fDecomp_; |
| 102 |
|
SwitchingFunction* switcher_; |
| 103 |
+ |
Thermo* thermo; |
| 104 |
|
|
| 105 |
|
SwitchingFunctionType sft_;/**< Type of switching function in use */ |
| 106 |
|
RealType rCut_; /**< cutoff radius for non-bonded interactions */ |