X

Search Results

Searching....

7.4 Real-Time SCF Methods

7.4.4 Calculation of Absorption Spectra

(April 13, 2024)

The absorption cross-section σii(ω) for light polarized in the i direction (i{x,y,z}) can be obtained from the imaginary part () of the frequency-dependent polarizability, αii(ω): 1401 Zhu Y., Herbert J. M.
J. Chem. Phys.
(2018), 148, pp. 044117.
Link

σii(ω)=(4πωc)[αii(ω)]. (7.32)

A rotationally-averaged absorption spectrum A(ω) is then simply

A(ω)=13[σxx(ω)+σyy(ω)+σzz(ω)] (7.33)

within the electric dipole approximation. Components αij(ω) of the frequency-dependent polarizability tensor 𝜶(ω) are obtained from the Fourier transform () of the time-dependent dipole moment component μi(t), for a perturbing field j in the j direction: 1401 Zhu Y., Herbert J. M.
J. Chem. Phys.
(2018), 148, pp. 044117.
Link

αij(ω)=[μi(t)][j(t)]. (7.34)

To compute the spectrum in Eq. (7.33), three separate perturbations in the x, y, and z directions are required, else some excitations may be missing if their transition moment is strictly perpendicular to the applied field, causing the matrix element Ψn|j|Ψ0 to vanish. However, these three perturbations x, y, and z 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). These data can be visualized as an (x,y) plot to view the spectrum.

Example 7.23  TDKS job using a CW field and a CAP.

$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
integral_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