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