Module analysis
A class for diagnosing and reporting common structural problems of 
  protein complexes.
  Usage:
  instance = Report(ct) instance.write_to_stdout()
  Copyright Schrodinger, LLC. All rights reserved.
    |  | Report A class to calculate properties of proteins.
 | 
    |  | __doc__ = ... | 
    |  | VDWR_MMAT = 0hash(x)
 | 
    |  | VDWR_MMAT_H = 0hash(x)
 | 
    |  | VDWR_PXP = 1 | 
    |  | use_gfactors = FalseUse gfactors instead of deviations.
 | 
    |  | kT = 0.5925Value of kT at room temperature.
 | 
    |  | __package__ = 'schrodinger.protein' | 
    |  | normal_res = 'GLU ' | 
    |  | protonated_res_list = 'GLH ' | 
    |  | res = ' ' | 
| __doc__
   
    Value:| 
"""
A class for diagnosing and reporting common structural problems of pro tein
complexes.
Usage:
instance = Report(ct) ... | 
 |