| 
  | __init__(self,
        cation_structure,
        pi_structure,
        cation_centroid,
        pi_centroid)
    (Constructor)
 |  |  Create a CationPiInteraction object 
    Parameters:
        cation_structure(schrodinger.structure.Structure object) - structure that contains the cationpi_structure(schrodinger.structure.Structure object) - structure that contains the pi groupcation_centroid(Centroid object) - Centroid of the positive chargepi_centroid(Centroid object) - Centroid of the pi groupdistance(float) - distance between the centroidsangle(float) - angle in degrees between the centroidsOverrides:
        object.__init__
     |