| 135 |
|
DeclareParameter(MTM_Sigma, RealType); |
| 136 |
|
DeclareParameter(MTM_R, RealType); |
| 137 |
|
DeclareParameter(UseRNEMD, bool); |
| 138 |
< |
DeclareParameter(RNEMD_swapTime, RealType); |
| 138 |
> |
DeclareParameter(RNEMD_exchangeTime, RealType); |
| 139 |
|
DeclareParameter(RNEMD_nBins, int); |
| 140 |
< |
DeclareParameter(RNEMD_swapType, std::string); |
| 140 |
> |
DeclareParameter(RNEMD_logWidth, int); |
| 141 |
> |
DeclareParameter(RNEMD_exchangeType, std::string); |
| 142 |
|
DeclareParameter(RNEMD_objectSelection, std::string); |
| 143 |
+ |
DeclareParameter(RNEMD_targetFlux, RealType); |
| 144 |
|
DeclareParameter(UseRestraints, bool); |
| 145 |
|
DeclareParameter(Restraint_file, std::string); |
| 144 |
– |
|
| 146 |
|
|
| 147 |
|
public: |
| 148 |
|
bool addComponent(Component* comp); |
| 174 |
|
}; |
| 175 |
|
} |
| 176 |
|
#endif |
| 176 |
– |
|