Bond Factory

class BondFactory[source]

Bases: object

Abstract base class for Bond factories.

Methods

get_bonds(atoms) Yield the bonds of a molecule.
get_bonds(atoms)[source]

Yield the bonds of a molecule.

Parameters:atoms (tuple of Atom) – The atoms of the molecule.
Yields:Bond – A bond.