occ
|
Result of attempting a transformation with grouped permutations. More...
#include <molecular_symmetry.h>
Public Attributes | |
bool | success |
Whether a valid mapping was found. | |
std::vector< int > | permutation |
Permutation mapping transformed atoms to reference atoms. | |
double | rmsd |
Final RMSD of the best match. | |
Result of attempting a transformation with grouped permutations.
std::vector<int> occ::core::SymmetryMappingResult::permutation |
Permutation mapping transformed atoms to reference atoms.
double occ::core::SymmetryMappingResult::rmsd |
Final RMSD of the best match.
bool occ::core::SymmetryMappingResult::success |
Whether a valid mapping was found.