perturbopy.postproc.utils.spectra_plots.plot_occ_ampl
- perturbopy.postproc.utils.spectra_plots.plot_occ_ampl(e_occs, elec_kpoint_array, elec_energy_array, h_occs, hole_kpoint_array, hole_energy_array, pump_energy)
Plot occupation amplitude. Currently hardcoded to the section kz = 0.
- Parameters:
e_occ (numpy.ndarray) – Electron occupations.
elec_kpoint_array (numpy.ndarray) – Array of electron k-points.
elec_energy_array (numpy.ndarray) – Array of electron energies.
h_occs (numpy.ndarray) – Hole occupations.
hole_kpoint_array (numpy.ndarray) – Array of hole k-points.
hole_energy_array (numpy.ndarray) – Array of hole energies.
pump_energy (float) – Pump energy in eV.