Description Usage Arguments Value Author(s) References Examples
This method calculates the Hu-Xu ID number.
1 |
g |
a graph as a graphNEL object. Each edge must have a "bond" data attribute containing one of the values 1 (single bond), 2 (double bond), 3 (triple bond) or 1.5 (aromatic bond), and each vertex must have an "atom" data attribute specifying its atomic number or chemical symbol. |
deg |
the degree of each node of g. Will be automatically calculated if not supplied. |
The resulting floating point value is computed from weighted path sums based on the vertex degree, the atomic numbers, and edge multiplicity.
Michael Schutte
C. Hu and L. Xu. On Hall and Kier's Topological State and Total Topological Index. Journal of Chemical Information and Computer Sciences, 34(6):1251-1258, 1994
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.