|  | 
        
          | __init__(self,
        sys,
        allow_bad_charges=False) Construct from System.
 |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  |  | 
    |  | 
        
          | errors(self) List of errors found during system analysis if allow_bad_charges=True
 |  |  | 
    |  | 
        
          | system(self) Contained System object
 |  |  | 
    |  | 
        
          | aromatic(self,
        atom_or_bond) Is atom or bond aromatic
 |  |  | 
    |  | 
        
          | rings(self,
        atom_or_bond=None,
        return_systems=None) All SSSR rings containing atom or bond.
 |  |  | 
    |  | 
        
          | hcount(self,
        atom) Number of bonded hydrogens
 |  |  | 
    |  | 
        
          | degree(self,
        atom) Number of (non-pseudo) bonds
 |  |  | 
    |  | 
        
          | valence(self,
        atom) Sum of bond orders of all (non-pseudo) bonds
 |  |  | 
    |  | 
        
          | loneelectrons(self,
        atom) Number of lone electrons
 |  |  | 
    |  | 
        
          | hybridization(self,
        atom) Atom hybridization -- 1=sp, 2=sp2, 3=sp3, 4=sp3d, etc.
 |  |  | 
    |  | 
        
          | ringbondcount(self,
        atom) Number of ring bonds
 |  |  | 
  
    | Inherited from object:__delattr__,__format__,__getattribute__,__new__,__reduce__,__reduce_ex__,__setattr__,__sizeof__,__str__,__subclasshook__ |