autofragment.core.bonds
Bond detection and interfragment bond representation.
This module provides: - InterfragmentBond: Represents a bond between two fragments - COVALENT_RADII: Standard covalent radii for common elements - Bond detection utilities
Functions
|
Get the covalent radius for an element. |
|
Infer bonds from a list of Atom objects using covalent radii. |
|
Determine if two atoms are bonded based on distance. |
Classes
|
Represents a bond between two fragments. |