OpenMM
|
An Atom object represents a residue within a Topology. More...
Public Member Functions | |
def | __init__ |
Construct a new Atom. More... | |
Public Attributes | |
name | |
The name of the Atom. More... | |
element | |
That Atom's element. More... | |
index | |
The index of the Atom within its Topology. More... | |
residue | |
The Residue this Atom belongs to. More... | |
def __init__ | ( | self, | |
name, | |||
element, | |||
index, | |||
residue | |||
) |
element |
That Atom's element.
Referenced by ForceField.registerScript().
index |
The index of the Atom within its Topology.
Referenced by ForceField.registerScript().
name |
The name of the Atom.
Referenced by Element.__repr__(), Element.__str__(), Modeller.addSolvent(), and ForceField.registerScript().