Package CHEM :: Package CombiCDB :: Module ReactionScore :: Class AromaticityScore
[hide private]
[frames] | no frames]

Class AromaticityScore



MolScore --+
           |
          AromaticityScore

Apply bonuses for aromaticity. May deprecate this in favor of actually enumerating the resonance forms and applying bonuses for each.

Instance Methods [hide private]
 
score(self, mol)
Overide this method to return numerical score of this mol

Inherited from MolScore: __call__, __init__

Method Details [hide private]

score(self, mol)

 
Overide this method to return numerical score of this mol
Overrides: MolScore.score
(inherited documentation)