| 98 |  | Mat3x3d  stressTensor;        /**< stress tensor */ | 
| 99 |  | Mat3x3d  pressureTensor;      /**< pressure tensor */ | 
| 100 |  | Vector3d systemDipole;        /**< total system dipole moment */ | 
| 101 | + | Mat3x3d  systemQuadrupole;    /**< total system quadrupole moment */ | 
| 102 |  | Vector3d conductiveHeatFlux;  /**< heat flux vector (conductive only) */ | 
| 103 |  | Vector3d convectiveHeatFlux;  /**< heat flux vector (convective only) */ | 
| 104 |  | RealType conservedQuantity;   /**< anything conserved by the integrator */ | 
| 233 |  | Vector3d getSystemDipole(); | 
| 234 |  | void     setSystemDipole(const Vector3d& bd); | 
| 235 |  |  | 
| 236 | + | Mat3x3d  getSystemQuadrupole(); | 
| 237 | + | void     setSystemQuadrupole(const Mat3x3d& bq); | 
| 238 | + |  | 
| 239 |  | pair<RealType, RealType> getThermostat(); | 
| 240 |  | void setThermostat(const pair<RealType, RealType>& thermostat); | 
| 241 |  |  | 
| 277 |  | bool hasCOMvel; | 
| 278 |  | bool hasCOMw; | 
| 279 |  | bool hasPressureTensor; | 
| 280 | < | bool hasSystemDipole; | 
| 280 | > | bool hasSystemDipole; | 
| 281 | > | bool hasSystemQuadrupole; | 
| 282 |  | bool hasConvectiveHeatFlux; | 
| 283 |  | bool hasInertiaTensor; | 
| 284 |  | bool hasGyrationalVolume; |