cifkit.utils.bond_pair module
- cifkit.utils.bond_pair.get_bond_pairs(labels: list[str]) set[tuple[str, str]] [source]
Generate all possible unique pairs, each tuple sorted alphabetically, including pairs with identical elements.
Generate all possible unique pairs, each tuple sorted alphabetically, including pairs with identical elements.