Package schrodinger :: Package application :: Package jaguar :: Module output :: Class Dipole
[hide private]
[frames] | no frames]

Class Dipole


A class for storing dipole information.

Attributes:

magnitude (float, Debye)
    The magnitude of the dipole moment.

x, y, z (float, Debye)
    The x, y, z components of the dipole moment.

Instance Methods [hide private]
 
__init__(self, x, y, z, magnitude=None)
 
__cmp__(self, other)
 
__repr__(self)
Class Variables [hide private]
  precision = 1.0e-4