Lineshape¶
- class psi4.driver.p4util.Lineshape(domain, gamma)[source]¶
Bases:
objectLineshape ABC
Notes
domain – Domain of the spectral band. gamma – A function returning the broadening factor. 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.
Attributes Summary
Methods Summary
lineshape(x_0)maximum(x_0)Attributes Documentation
Methods Documentation