| 118 |
|
DeclareParameter(OutputParticlePotential, bool); |
| 119 |
|
DeclareParameter(OutputElectricField, bool); |
| 120 |
|
DeclareParameter(OutputFluctuatingCharges, bool); |
| 121 |
+ |
DeclareParameter(OutputSitePotential, bool); |
| 122 |
|
DeclareParameter(SkinThickness, RealType); |
| 123 |
|
DeclareParameter(StatFileFormat, std::string); |
| 124 |
|
DeclareParameter(HydroPropFile, std::string); |
| 128 |
|
DeclareParameter(FrozenBufferRadius, RealType); |
| 129 |
|
DeclareParameter(LangevinBufferRadius, RealType); |
| 130 |
|
DeclareParameter(AccumulateBoxDipole, bool); |
| 131 |
+ |
DeclareParameter(AccumulateBoxQuadrupole, bool); |
| 132 |
|
DeclareParameter(NeighborListNeighbors, int); |
| 133 |
|
DeclareParameter(UseMultipleTemperatureMethod, bool); |
| 134 |
|
DeclareParameter(MTM_Ce, RealType); |
| 141 |
|
DeclareParameter(HULL_Method, std::string); |
| 142 |
|
DeclareParameter(Alpha, RealType); |
| 143 |
|
DeclareAlterableParameter(MDfileVersion, int); |
| 144 |
+ |
DeclareParameter(UniformField, OpenMD::Vector3d); |
| 145 |
|
DeclareParameter(ElectricField, OpenMD::Vector3d); |
| 146 |
|
DeclareParameter(ConstraintTime, RealType); |
| 147 |
|
|