Atom Factory

class AtomFactory[source]

Bases: object

Abstract base class for Atom factories.

Methods

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

Yield the atoms of a molecule.

Yields:Atom – An atom.