| 83 |
|
DeclareParameter(ZconsTime, RealType); |
| 84 |
|
DeclareParameter(ZconsTol, RealType); |
| 85 |
|
DeclareParameter(ZconsForcePolicy, std::string); |
| 86 |
< |
DeclareParameter(Seed, int); |
| 86 |
> |
DeclareParameter(Seed, unsigned long int); |
| 87 |
|
DeclareParameter(UseInitalTime, bool); |
| 88 |
|
DeclareParameter(UseIntialExtendedSystemState, bool); |
| 89 |
|
DeclareParameter(OrthoBoxTolerance, RealType); |
| 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 |
+ |
DeclareParameter(UseRNEMD, bool); |
| 139 |
+ |
DeclareParameter(RNEMD_swapTime, RealType); |
| 140 |
+ |
DeclareParameter(RNEMD_nBins, int); |
| 141 |
+ |
DeclareParameter(RNEMD_swapType, std::string); |
| 142 |
+ |
DeclareParameter(RNEMD_objectSelection, std::string); |
| 143 |
|
|
| 133 |
– |
|
| 144 |
|
public: |
| 145 |
|
bool addComponent(Component* comp); |
| 146 |
|
bool addZConsStamp(ZConsStamp* zcons); |
| 160 |
|
std::vector<ZConsStamp*> zconstraints_; |
| 161 |
|
std::map<std::string, MoleculeStamp*> moleculeStamps_; |
| 162 |
|
std::pair<int, int> taggedAtomPair_; |
| 153 |
– |
|
| 163 |
|
}; |
| 164 |
|
} |
| 165 |
|
#endif |