Atom Factory

class AtomFactory[source]

Bases: object

Abstract base class for Atom factories.

Methods

get_atoms(self) Yield the atoms of a molecule.
get_atoms(self)[source]

Yield the atoms of a molecule.

Yields:Atom – An atom.