Topology representations¶
This module provides different topological representations to translate from external toolkits the different molecular parameters for PELE.
Primary objects¶
It represent wraps up all the tools to parameterize a molecule with the OpenForceField toolkit for PELE. |
|
It represents the topology of a molecule. |
Secondary objects¶
It represents the properties of an atom. |
|
It represents a bond in the topology. |
|
It represents an angle in the topology. |
|
It represents a dihedral in the topology. |
|
It represents a proper dihedral in the topology. |
|
It represents an improper dihedral in the topology. |
|
It represents a dummy atom. |
|
It represents a dihedral in the Open Force Field’s topology. |
|
It represents a proper dihedral in the Open Force Field’s topology. |
|
It represents an improper dihedral in the Open Force Field’s topology. |
|
It generates the zmatrix of a molecule as a numpy.array. |
|
It represents the conformational space of a rotatable bond, discretized with a certain resolution. |
|
It represents a set of rotamers found in the same molecule. |
|
It represents the structure of a Molecule as a networkx.Graph. |