Package rdkit :: Package Chem :: Package EState
[hide private]
[frames] | no frames]

Source Code for Package rdkit.Chem.EState

 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