autofragment.core.geometry
Geometric utilities for isolated molecular fragments.
This module provides functions for: - Computing centroids - Computing RMSD between structures - Kabsch alignment
These helpers operate on isolated Molecule objects. Convert from ChemicalSystem explicitly when working with full systems.
Functions
|
Compute the centroid of a set of coordinates. |
|
Compute centroids for a list of isolated molecules. |
|
Compute the root-mean-square deviation between two coordinate sets. |
|
Compute a hybrid distance combining centroid distance and RMSD. |
|
Apply Kabsch alignment to target molecules based on centroids. |
|
Compute the optimal rotation matrix to align P onto Q using Kabsch algorithm. |
|
Compute RMSD between two molecules. |