intermol.molecule module

class intermol.molecule.Molecule(name=None)[source]

Bases: object

An abstract molecule object.

add_atom(atom)[source]

Add an atom

Parameters:atom (Atom) – the atom to add into the molecule
atoms[source]

Return an orderedset of atoms.