Module hydrophobiccontactfinder
A module of classes to analyze Desmond trajectories.
  Please see the AnalysisTool documentation for a description of the API 
  that handles interaction between AnalysisTool objects and schrodinger.trajectory.desmondsimulation.DesmondSimulation
  instances.
  Copyright Schrodinger, LLC. All rights reserved.
    | Centroid | 
        
          | find_centroid(atomlist) Computes the centroid of a group of atoms
 |  |  | 
    |  | degrees_per_rad = 57.2957795131 | 
    |  | __package__ = 'schrodinger.trajectory' | 
| Computes the centroid of a group of atoms 
    Parameters:
        atomlist(list) - list of atom objectsReturns: CentroidCentroid object for the atoms |