Trees | Indices | Help |
|
---|
|
Module which computes constitutional and topological descriptors, walk and path counts, and connectivity indices.
Details of the descriptors implemented here are taken from: "Handbook of Molecular Descriptors" by Mannhols, Kubinyi and Timmerman "Molecular Descriptors for Chemoinformatics, Vol. I", by Todeschini and Consonni
Copyright Schrodinger, LLC. All rights reserved.
|
|||
Descriptor Descriptor(func, cast_type, label, key) |
|||
TopoError Error raised when unable to calculate topological descriptor |
|||
TopologicalDescriptors |
|
|||
|
|||
|
|||
|
|||
|
|
|||
logger = log.get_output_logger(__file__)
|
|||
TOPO_DESCRIPTORS_PRODUCT =
|
|||
HEAVY_ATOM_MAX = 150
|
|||
__package__ =
|
|
Decorator to extract previously calculated descriptor value from cached descriptors dictionary. If not available, the descriptor is calculated and stored for future reference.
|
Returns a matrix whose elements are the reciprocal of each of the elements of the original matrix. The diagonal of the matrix must be zeros, and the routine assumes that no other zeros exist in the matrix. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:05 2016 | http://epydoc.sourceforge.net |