Package rdkit :: Package Chem :: Module rdMolHash
[hide private]
[frames] | no frames]

Module rdMolHash

Module containing functions to generate a hash/key for molecules

Functions [hide private]
 
GenerateMoleculeHashString(...)
GenerateMoleculeHashString( (Mol)mol [, (AtomPairsParameters)atomsToUse=[] [, (AtomPairsParameters)bondsToUse=[]]]) -> str : Generates a hash string for a molecule
Variables [hide private]
  __package__ = None
Function Details [hide private]

GenerateMoleculeHashString(...)

 

GenerateMoleculeHashString( (Mol)mol [, (AtomPairsParameters)atomsToUse=[] [, (AtomPairsParameters)bondsToUse=[]]]) -> str :
    Generates a hash string for a molecule

    C++ signature :
        std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > GenerateMoleculeHashString(RDKit::ROMol [,boost::python::api::object=[] [,boost::python::api::object=[]]])