|
__init__(self)
x.__init__(...) initializes x; see help(type(x)) for signature |
|
|
|
|
|
_atom(self,
index)
Returns the `index'-th atom. |
|
|
|
id(self)
Returns the ID of this structure. |
|
|
|
set_id(self,
id)
Sets the ID for this structure. |
|
|
|
|
|
extract(self,
indices)
Return a new structure object which contains the atoms of the current
structure that appear in the specified list. |
|
|
|
|
|
set_title(self,
new_title) |
|
|
|
heavy_atoms(self)
Returns a list of indices of heavy atoms (viz non-hydrogen atoms). |
|
|
|
is_chiral_atom(self,
atom_index)
Returns true if the atom indicated by atom_index is
chiral; otherwise, false. |
|
|
list of int
|
|
set of int
|
|
list of int
|
bonded_atoms(self,
atom_index)
Returns a list of atom indices of atoms bonded to the indicated atom. |
|
|
|
total_charge(self)
Returns the total charge of the structure. |
|
|
|
|
|
smarts(self)
Returns a SMARTS string of this structure. |
|
|
|
smiles(self)
Returns a SMILES string of this structure. |
|
|
|
write(filename,
format,
mode=' a ' )
Writes this structure into a file in the designated format. |
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|