| # | Line 73 | Line 73 | namespace OpenMD { | |
|---|---|---|
| 73 | ||
| 74 | /** \brief accumulate and return the simulation box dipole moment in C*m */ | |
| 75 | Vector3d getSystemDipole(); | |
| 76 | + | |
| 77 | + | /** \brief accumulate and return the simulation box dipole moment in debye Angstroms */ |
| 78 | + | Mat3x3d getSystemQuadrupole(); |
| 79 | + | |
| 80 | Vector3d getHeatFlux(); | |
| 81 | ||
| 82 | /** \brief Returns the center of the mass of the whole system.*/ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines |
| > | Changed lines |