__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 cation
pi_structure (schrodinger.structure.Structure object) - structure that contains the pi group
cation_centroid (Centroid object) - Centroid of the positive charge
pi_centroid (Centroid object) - Centroid of the pi group
distance (float) - distance between the centroids
angle (float) - angle in degrees between the centroids
- Overrides:
object.__init__
|