|
__init__(self,
struc)
`struc' should be a `schrodinger.structure.Structure' object. |
|
|
|
|
|
copy(self)
Returns a copy of this structure. |
|
|
|
extract(self,
indices)
Return a new structure object which contains the atoms of the current
structure that appear in the specified list. |
|
|
|
title(self)
Returns the title of this structure. |
|
|
|
set_title(self,
new_title)
Sets a new title to this structure. |
|
|
|
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 or a list of
set of int
|
ring_atoms(self,
aromaticity=0,
group=False)
Returns ring atoms. |
|
|
list of int
|
bonded_atoms(self,
atom_index)
Returns a list of atom indices of atoms bonded to the indicated atom. |
|
|
|
molecules(self)
Returns a list of atom lists. |
|
|
|
total_charge(self)
Returns the formal charge of the structure |
|
|
|
add_hydrogens(self)
Adds hydrogen atoms to this molecule. |
|
|
|
|
|
smarts(self,
atoms=None)
Returns a SMARTS string for this structure. |
|
|
|
smiles(self)
Returns a SMILES string for this structure. |
|
|
|
write(self,
filename,
format=None,
mode=' a ' ,
cil=False)
Writes this structure into a file in the designated format. |
|
|
Inherited from Struc :
__str__ ,
id ,
set_id
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__subclasshook__
|