Lorentzian¶
- class psi4.driver.p4util.Lorentzian(domain, gamma)[source]¶
Bases:
Lineshape
Lorentzian function on domain, centered at x_0 with broadening gamma.
- Parameters:
Notes
Use this profile to model homogeneous broadening.
Methods Summary
lineshape
(x_0)Lorentzian function on
Lineshape.domain
, centered at x_0 with broadeningLineshape.gamma
.maximum
(x_0)Maximum value of Lorentzian profile centered at x_0.
Methods Documentation
- lineshape(x_0)[source]¶
Lorentzian function on
Lineshape.domain
, centered at x_0 with broadeningLineshape.gamma
.- Parameters:
x_0 (
float
) – Center of the Lorentzian, i.e. its maximum.- Returns:
The Lorentzian profile.
- Return type: