Package schrodinger :: Module structure :: Class SmilesStructure
[hide private]
[frames] | no frames]

Class SmilesStructure

SMILES representation of a Structure that is returned by SmilesReader and SmilesCsvReader. When written to a SMILES-formatted file, properties other than the title are not retained.

Instance Methods [hide private]
 
__init__(self, pattern, properties=None)
 
__str__(self)
Return a string representation of this structure.
 
write(self, filename)
Write the structure to a SMILES formatted file.
 
append(self, filename)
Append the structure to a SMILES formatted file.
 
_writeSmiles(self, fh)
 
_writeSmilesCsv(self, filename, append)
 
getDistortedStructure(self)
Return a (potentially distorted) Structure object for this SMILES.
 
_getSmilesTitle(self)
 
_setSmilesTitle(self, title)
Class Variables [hide private]
  mmsmiles_initialized = False
hash(x)
  title = property(_getSmilesTitle, _setSmilesTitle)