| 129 |
|
DeclareParameter(LangevinBufferRadius, RealType); |
| 130 |
|
DeclareParameter(AccumulateBoxDipole, bool); |
| 131 |
|
DeclareParameter(NeighborListNeighbors, int); |
| 132 |
+ |
DeclareParameter(UseMultipleTemperatureMethod, bool); |
| 133 |
+ |
DeclareParameter(MTM_Ce, RealType); |
| 134 |
+ |
DeclareParameter(MTM_G, RealType); |
| 135 |
+ |
DeclareParameter(MTM_Io, RealType); |
| 136 |
+ |
DeclareParameter(MTM_Sigma, RealType); |
| 137 |
+ |
DeclareParameter(MTM_R, RealType); |
| 138 |
|
|
| 133 |
– |
|
| 139 |
|
public: |
| 140 |
|
bool addComponent(Component* comp); |
| 141 |
|
bool addZConsStamp(ZConsStamp* zcons); |