The absorption cross-section for light polarized in the direction
() can be obtained from the imaginary part () of the frequency-dependent
polarizability, :
1362
J. Chem. Phys.
(2018),
148,
pp. 044117.
Link
(7.32) |
A rotationally-averaged absorption spectrum is then simply
(7.33) |
within the electric dipole approximation. Components of the frequency-dependent
polarizability tensor are obtained from the Fourier transform ()
of the time-dependent dipole moment component , for a perturbing field
in the direction:
1362
J. Chem. Phys.
(2018),
148,
pp. 044117.
Link
(7.34) |
To compute the spectrum in Eq. (7.33), three separate perturbations in the , , and directions are required, else some excitations may be missing if their transition moment is strictly perpendicular to the applied field, causing the matrix element to vanish. However, these three perturbations , , and can be applied all at once in a single calculation, in order to generate a superposition consisting of all possible excitations out of the ground state.
Two different scripts are provided to obtain the spectrum after the TDKS simulation is completed:
$QC/bin/tools/tdks_fft.py
$QC/bin/tools/tdks_pade.py
The first of these uses the Fourier transform method in Eq. (7.34) directly while the second makes use of Padé approximants to obtain comparable spectra with shorter propagation times. The scripts can be run as follows:
$QC/bin/tools/tdks_fft.py output spectrum.txt $QC/bin/tools/tdks_pade.py output spectrum.txt
The file spectrum.txt produced by the processing script will contain two columns: frequency (eV) and strength (arbitrary units). This data can be visualized as an plot to view the spectrum.
$molecule 0 1 H 0.000000 0.000000 0.000000 H 0.000000 0.000000 0.750000 $end $rem BASIS 6-31G METHOD lrc-wpbe SYMMETRY false TDKS true LRC_DFT true OMEGA 300 SCF_CONVERGENCE 9 $end $tdks DT 0.10 MAXITER 5 PROPAGATOR MMUT FIELD_VECTOR 1 1 1 FIELD_TYPE cw FIELD_FREQUENCY 1.55 FIELD_AMP 0.0001 DO_CAP true CAP_TYPE atom_centered_spherical CAP_R0 18.5 ! units are bohr CAP_ETA 0.1 ! units are hartree/bohr^2 $end