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 = 180./ numpy.pi
|
Computes the centroid of a group of atoms
- Parameters:
atomlist (list) - list of atom objects
- Returns: Centroid
- Centroid object for the atoms
|