| 85 |
|
bool doParticlePot_; |
| 86 |
|
bool doElectricField_; |
| 87 |
|
bool doHeatFlux_; |
| 88 |
+ |
bool doLongRangeCorrections_; |
| 89 |
|
|
| 90 |
|
virtual void setupCutoffs(); |
| 91 |
|
virtual void preCalculation(); |
| 105 |
|
CutoffMethod cutoffMethod_;/**< Cutoff Method for most non-bonded interactions */ |
| 106 |
|
CutoffPolicy cutoffPolicy_;/**< Cutoff Policy for non-bonded interactions */ |
| 107 |
|
|
| 108 |
+ |
set<AtomType*> atomTypes_; |
| 109 |
+ |
vector<pair<AtomType*, AtomType*> > interactions_; |
| 110 |
|
map<Bend*, BendDataSet> bendDataSets; |
| 111 |
|
map<Torsion*, TorsionDataSet> torsionDataSets; |
| 112 |
|
map<Inversion*, InversionDataSet> inversionDataSets; |