Geometry Helpers¶
These tools provide visualization and bonding analysis.
Geometry Tools
Library Modules¶
The rgpycrumbs.geom package also includes importable library modules:
rgpycrumbs.geom.analysisStructure analysis: distance matrices, bond matrices, fragment detection, centroid distances, and RMSD-corrected distances. Uses ASE’s
NeighborListand depth-first search for fragment identification.rgpycrumbs.geom.iraIRA (Iterative Rotations and Assignments) matching for RMSD-based structure comparison. Provides
do_ira(),calculate_rmsd(), andis_ira_pair()functions along with theIRACompdataclass.
API Reference¶
For developer details, see the Geometry Helper Reference [1] .