OpenMM
|
A Chain object represents a chain within a Topology. More...
Public Member Functions | |
def | __init__ |
Construct a new Chain. More... | |
def | residues |
Iterate over all Residues in the Chain. More... | |
def | atoms |
Iterate over all Atoms in the Chain. More... | |
Public Attributes | |
index | |
The index of the Chain within its Topology. More... | |
topology | |
The Topology this Chain belongs to. More... | |
def __init__ | ( | self, | |
index, | |||
topology | |||
) |
def atoms | ( | self | ) |
Iterate over all Atoms in the Chain.
References Chain._residues.
Referenced by ForceField.registerScript().
def residues | ( | self | ) |
Iterate over all Residues in the Chain.
References Chain._residues.
index |
The index of the Chain within its Topology.
Referenced by ForceField.registerScript().
topology |
The Topology this Chain belongs to.
Referenced by DesmondDMSFile.getTopology().