Expand description
Kabsch algorithm for optimal rotation alignment and RMSD computation.
Provides a clean f64 public API for molecular alignment.
Structs§
- Alignment
Result - Result of a Kabsch alignment.
Functions§
- align_
coordinates - Kabsch alignment: find optimal rotation mapping
coordsontoreference. - align_
quaternion - Quaternion-based optimal rotation alignment (Coutsias et al. 2004).
- compute_
rmsd - Compute RMSD between two conformers after Kabsch alignment.