internal_coord.get_bonds

internal_coord.get_bonds(hedra: list[tuple]) list[str][source]

Extract groups of 2 atoms from the biopython internal coordinate data

Parameters:

hedra (list[tuple]) – List of groups of atoms that describe internal coordinates

Returns:

list of bonded atom pairs

Return type:

list[str]