Package PyAutoDock :: Module AutoDockScorer :: Class AutoDock305Scorer
[hide private]
[frames] | no frames]

Class AutoDock305Scorer

source code

scorer.ScoringStrategy --+            
                         |            
     scorer.PairwiseScorer --+        
                             |        
  scorer.DistDepPairwiseScorer --+    
                                 |    
          scorer.WeightedMultiTerm --+
                                     |
            AutoDockTermWeights305 --+
                                     |
                                    AutoDock305Scorer

Instance Methods [hide private]
  __init__(self)
constructor
  get_score_array(self)
return a list of score for each terms per atoms
  labels_atoms_w_nrg(self, score_array)
will label each atoms with a nrg score

Inherited from scorer.WeightedMultiTerm: add_term, get_score, get_score_per_term, set_molecular_system

Inherited from scorer.DistDepPairwiseScorer (private): _f

Inherited from scorer.PairwiseScorer: post_process


Class Variables [hide private]

Inherited from scorer.DistDepPairwiseScorer: non_bonded_cutoff

Inherited from AutoDockTermWeights305: dsolv_weight, estat_weight, hbond_weight, vdw_weight


Method Details [hide private]

__init__(self)
(Constructor)

source code 
constructor
Overrides: scorer.WeightedMultiTerm.__init__

get_score_array(self)

source code 
return a list of score for each terms per atoms
Overrides: scorer.WeightedMultiTerm.get_score_array

labels_atoms_w_nrg(self, score_array)

source code 
will label each atoms with a nrg score