Assemblies ========== Structures can be arranged in assemblies (class :func:`Assembly `). Within an assembly, Structures can be manipulated and their properties assessed either together or individually. :func:`Assembly ` has a subclass, :func:`Polyhedron `, providing a methodology to arrange structures on a polyhedral scaffold. In turn, :func:`Polyhedron ` has a :func:`Multimer ` subclass, handling the case where assembles Structures are instances of the :func:`Molecule ` class. Assembly -------- .. automodule:: assembly :members: Polyhedron ---------- .. automodule:: polyhedron :members: :show-inheritance: Multimer -------- .. automodule:: multimer :members: :show-inheritance: