|
occ
|
Structure to hold molecular axis calculation results. More...
#include <molecular_axis.h>
Public Attributes | |
| Mat3 | axes |
| 3x3 rotation matrix (axes as rows) | |
| Vec3 | center_of_mass |
| Center of mass position. | |
| std::vector< int > | axis_atoms |
| Atoms used for axis definition (for neighcrys method) | |
| AxisMethod | method |
| Method used for calculation. | |
| double | determinant |
| Determinant of axes matrix (should be +1 for right-handed) | |
Structure to hold molecular axis calculation results.
| Mat3 occ::core::MolecularAxisResult::axes |
3x3 rotation matrix (axes as rows)
| std::vector<int> occ::core::MolecularAxisResult::axis_atoms |
Atoms used for axis definition (for neighcrys method)
| Vec3 occ::core::MolecularAxisResult::center_of_mass |
Center of mass position.
| double occ::core::MolecularAxisResult::determinant |
Determinant of axes matrix (should be +1 for right-handed)
| AxisMethod occ::core::MolecularAxisResult::method |
Method used for calculation.