vibeqc.DipoleMoment¶ class vibeqc.DipoleMoment(x, y, z, origin)[source]¶ Bases: object Dipole moment components in atomic units (e·bohr), plus Debye. Parameters: x (float) y (float) z (float) origin (tuple[float, float, float]) __init__(x, y, z, origin)¶ Parameters: x (float) y (float) z (float) origin (tuple[float, float, float]) Return type: None Methods __init__(x, y, z, origin) components_debye() Attributes total |mu| in atomic units (e*bohr). total_debye x y z origin x: float¶ y: float¶ z: float¶ origin: tuple[float, float, float]¶ property total: float¶ |mu| in atomic units (e*bohr). property total_debye: float¶ components_debye()[source]¶ Return type: tuple[float, float, float]