| 150 |
|
DeclareParameter(Restraint_file, std::string); |
| 151 |
|
DeclareParameter(HULL_Method, std::string); |
| 152 |
|
DeclareParameter(Alpha, RealType); |
| 153 |
+ |
DeclareParameter(FlucQPropagator, std::string); |
| 154 |
+ |
DeclareParameter(FlucQFriction, RealType); |
| 155 |
+ |
DeclareParameter(FlucQTolerance, RealType); |
| 156 |
+ |
DeclareParameter(FlucQMaxIterations, int); |
| 157 |
+ |
DeclareParameter(FlucQTargetTemp, RealType); |
| 158 |
+ |
DeclareParameter(FlucQtauThermostat, RealType); |
| 159 |
|
DeclareAlterableParameter(MDfileVersion, int); |
| 160 |
< |
|
| 160 |
> |
|
| 161 |
|
public: |
| 162 |
|
bool addComponent(Component* comp); |
| 163 |
|
bool addZConsStamp(ZConsStamp* zcons); |