The Molecule Class =================== Initiating and using the object ------------------------------- The Molecule object is the main object class within the pymolecule module. All other classes (with the exception of the :class:`~pymolecule.Quarterion`) are initiated with, and hold the relevant functions and variables for, the Molecule object. This class contains wrapper functions to *nearly* every function belonging to it's children classes. Function Definitions -------------------- .. automodule:: pymolecule.Molecule :members: :undoc-members: :show-inheritance: