__init__(self,
struct1,
struct2,
ring1,
ring2,
face_to_face)
(Constructor)
|
|
Create a PiPiInteraction object
- Parameters:
struct1 (schrodinger.structure.Structure object) - structure that contains the first ring
struct2 (schrodinger.structure.Structure object) - structure that contains the second ring
ring1 (Centroid object) - Centroid of the first ring
ring2 (Centroid object) - Centroid of the second ring
distance (float) - distance between the centroids
angle (float) - angle in degrees between the two ring planes
face_to_face (bool) - True if the interaction is face to face, False if it is edge to
face
- Overrides:
object.__init__
|