Lineshape¶
- class psi4.driver.p4util.Lineshape(domain, gamma)[source]¶
Bases:
object
Lineshape ABC
- domain¶
Domain of the spectral band.
- Type:
Union[numpy.ndarray, List[float]]
Notes
Why do we use a callable broadening factor? For plots in the wavelength domain, the broadening factor depends on the location of the band’s maximum.
Methods Summary
lineshape
(x_0)- rtype:
maximum
(x_0)- rtype:
Methods Documentation