Trees | Indices | Help |
|
---|
|
1 # 2 # Copyright (C) 2002 greg Landrum and Rational Discovery LLC 3 # 4 """ A module for Kier and Hall's EState Descriptors 5 6 Unless otherwise noted, all definitions here can be found in: 7 8 L.B. Kier and L.H. Hall _Molecular Structure Description: 9 The Electrotopological State"_ Academic Press (1999) 10 11 """ 12 13 from rdkit.Chem.EState.EState import * 14 from rdkit.Chem.EState.AtomTypes import * 15
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Feb 1 16:13:01 2018 | http://epydoc.sourceforge.net |