ClassesΒΆ
pmx stores structure data in Python classes. A Model
instance
contains lists of Chain
, Molecule
, and Atom
instances. A Chain
instance contains lists of Molecule
and
Atom
instances. A Molecule
instance contains a list of
Atom
instances only.
Here is a list of the most important classes: