rgpycrumbs.geom.ira¶
Exceptions¶
Custom exception raised for incompatible atomistic structures. |
Classes¶
Functions¶
|
Performs IRA matching. Internal function. |
|
Checks if two atomistic structures are an IRA pair. |
|
Performs IRA matching on two atomistic structures. |
|
Calculates RMSD using do_ira. |
Module Contents¶
- exception rgpycrumbs.geom.ira.IncomparableStructuresError[source]¶
Bases:
ValueErrorCustom exception raised for incompatible atomistic structures.
- rgpycrumbs.geom.ira._perform_ira_match(atm1, atm2, k_factor=2.8)[source]¶
Performs IRA matching. Internal function.
- rgpycrumbs.geom.ira.is_ira_pair(atm1, atm2, hd_tol=1, k_factor=2.8)[source]¶
Checks if two atomistic structures are an IRA pair.