We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268b5bc commit 3fa449aCopy full SHA for 3fa449a
1 file changed
src/perturbopy/postproc/utils/spectra_generate_pulse.py
@@ -517,6 +517,7 @@ def setup_pump_pulse(elec_pump_pulse_path, hole_pump_pulse_path,
517
total_occ_hole_write = total_occ_hole.copy()
518
total_occ_hole_write = total_occ_hole_write.T
519
total_occ_hole_write = np.expand_dims(total_occ_hole_write, axis=0)
520
+ total_occ_hole_write = 1.0 - total_occ_hole_write
521
hole_dyna_run.to_cdyna_h5(hole_dyna_run.prefix,
522
hole_dyna_run._energies,
523
total_occ_hole_write,
0 commit comments