Skip to main content

Module superposition

Module superposition 

Source
Expand description

Structural superposition via the Kabsch algorithm.

Finds the optimal rigid-body rotation (and translation) that minimizes RMSD between two sets of corresponding points.

Structs§

SuperpositionResult
Result of a Kabsch superposition.

Functions§

align_structures_by_ca
Align two structures using only alpha-carbon atoms.
kabsch
Kabsch superposition on atom coordinates.
kabsch_points
Kabsch superposition on point coordinates.