__init__(self,
struct,
markers=None,
name=None)
(Constructor)
|
|
Create a Terminator object
Terminators drawn by the user as:
R1-stuff
And stored as:
marker-head-stuff
where marker is the R1 atom, head is the atom it is bound to, and stuff
is everything else.
@type struct: L{schrodinger.structure.Structure}
@param struct: The structure of this Moiety
@type markers: list
@param markers: A list of the indexes of the Rx atoms
@type name: str
@param name: The name of this moiety - gets added to each atom as an
atom property
- Parameters:
struct - The structure of this Moiety
markers - A list of the indexes of the Rx atoms. If not supplied,
information will be read from the structure properties
- Overrides:
object.__init__
|