OpenMM
|
A Residue object represents a residue within a Topology. More...
Public Member Functions | |
def | __init__ |
Construct a new Residue. More... | |
def | atoms |
Iterate over all Atoms in the Residue. More... | |
Public Attributes | |
name | |
The name of the Residue. More... | |
index | |
The index of the Residue within its Topology. More... | |
chain | |
The Chain this Residue belongs to. More... | |
def __init__ | ( | self, | |
name, | |||
index, | |||
chain | |||
) |
def atoms | ( | self | ) |
Iterate over all Atoms in the Residue.
References Residue._atoms.
Referenced by ForceField.registerScript().
index |
The index of the Residue within its Topology.
Referenced by ForceField.registerScript().
name |
The name of the Residue.
Referenced by Element.__repr__(), Element.__str__(), Modeller.addSolvent(), and ForceField.registerScript().