Processing math: 52%

User Tools

Site Tools


howto:tddft

This is an old revision of the document!


How to run a LR-TDDFT calculation for absorption and emission spectroscopy

This is a short tutorial on how to run linear-response TDDFT computations for absorption and emission spectroscopy. The TDDFT module enables a description of excitation energies and excited-state computations within the Tamm-Dancoff approximation (TDA) featuring GGA and hybrid functionals as well as semi-empirical simplified TDA kernels. The details of the implementation can be found in https://aip.scitation.org/doi/full/10.1063/1.5078682 (Ref. [1]) and in https://pubs.acs.org/doi/10.1021/acs.jctc.2c00144 for corresponding excited-state gradients. Note that the current module is based on an earlier TDDFT implementation https://chimia.ch/chimia/article/view/2005_499. Please cite these papers if you were to use the TDDFT module for the computation of excitation energies or excited-state gradients.

Brief theory recap

The implementation in CP2K is based on the Tamm-Dancoff approximation (TDA), which describes each excited state p with the excitation energy Ωp and the corresponding excited-state eigenvectors Xp as an Hermitian eigenvalue problem

AXp=ΩpXp,κk[FμκσδikFikσSμκ]Xpκkσ+λKμλσ[Xp]Cλiσ=κΩpSμκXpκiσ.

The Hermitian matrix A contains as zeroth-order contributions the difference in the Kohn-Sham (KS) orbital energies F, and to first order kernel contributions K which comprise –depending on the chosen density functional approximation – Coulomb J and exact exchange KEX contributions as well as contributions due to the exchange-correlation (XC) potential VXC and kernel fXC,

Fμνσ[D]=hμν+Jμνσ[D]aEXKEXμνσ[D]+VXCμνσ,Kμνσ[DX]=Jμνσ[DX]aEXKEXμνσ[DX]+κλσfXCμνσ,κλσDXκλσ.

S denotes the atomic-orbital overlap matrix, C the occupied ground-state KS orbitals and D and DX ground-state and response density matrices,

Dμνσ=kCμkσCTνkσ,DXμνσ=12k(XpμkσCTνkσ+Cμkσ(Xpνkσ)T).

Within the current implementation, symmetrization and orthogonalization of the response density matrix is ensured at each step of the Davidson algorithm. The current implementation features to approximate the exact exchange contribution of hybrid functionals using the auxiliary density matrix method (ADMM). Furthermore, the standard kernel can be approximated using the semi-empirical simplified Tamm-Dancoff approximation (sTDA), neglecting in this case XC contributions and approximating both Coulomb and exchange contributions J and K using semi-empirical operators \boldsymbol{\gamma}^{\rm{\tiny{J}}} and \boldsymbol{\gamma}^{\rm{\tiny{K}}} depending on the interatomic distance R_{AB} of atoms A and B,

\begin{equation} \label{stda_kernel} \begin{aligned} \gamma^{\rm{\tiny{J}}}(A,B) &= \left ( \frac{1}{(R_{AB})^{\alpha} + \eta^{-\alpha}} \right)^{1/\alpha} \, , \\ \gamma^{\rm{\tiny{K}}}(A,B) &= \left ( \frac{1}{(R_{AB})^{\beta} +( a_{\rm{\tiny{EX}}}\eta)^{- \beta} } \right )^{1/\beta} \, , \end{aligned} \end{equation}

that depend on the chemical hardness \eta, the Fock-exchange mixing parameter a_{\rm{\tiny{EX}}} and powers of \alpha and \beta for either Coulomb and exchange interactions.

Within the current implementation, oscillator strengths can be calculated for molecular systems in the length form and for periodic systems using the velocity form (see Ref.[1]).

Based on Eq.\ (\ref{tda_equation}), excited-state gradients can be formulated based on a variational Lagrangian for each excited state p,

\begin{equation} \begin{aligned} L [\mathbf{X}, \mathbf{C}, \Omega, \bar{\mathbf{W}}^{\rm{\tiny{X}}}, \bar{\mathbf{Z}}, \bar{\mathbf{W}}^{\rm{\tiny{C}}} ] &= \Omega - \sum_{\kappa \lambda k l \sigma} \Omega ( X_{\kappa k \sigma }^{\rm{T}} S_{\kappa \lambda } X_{\lambda l \sigma} - \delta_{kl} ) \\ &- \sum_{kl \sigma} ( \bar{W}_{kl \sigma}^{\rm{\tiny{X}}} )^{\rm{T}} \sum_{\kappa \lambda} \frac{1}{2} ( C_{\kappa k \sigma}^{\rm{T}} S_{\kappa \lambda} X_{\lambda l \sigma} + X_{\kappa k \sigma}^{\rm{T}}S_{\kappa \lambda} C_{\lambda l \sigma}) \\ &+ \sum_{\kappa k \sigma}( \bar{Z}_{\kappa k \sigma})^{\rm{T}} \sum_{\lambda} ( F_{\kappa \lambda \sigma}C_{\lambda k \sigma} - S_{\kappa \lambda } C_{\lambda k \sigma} \varepsilon_{k \sigma}) \\ &- \sum_{kl\sigma} (\bar{W}^{\rm{\tiny{C}}}_{kl \sigma})^{\rm{T}} ( S_{kl \sigma} - \delta_{kl})\, . \end{aligned} \end{equation}

introducing Lagrange multipliers \bar{\mathbf{W}}^{\rm{\tiny{X}}}, \bar{\mathbf{W}}^{\rm{\tiny{C}}}, and \bar{\mathbf{Z}} to ensure stationarity of the corresponding ground-state (GS) equations and to account for the geometric dependence of the Gaussian orbitals and thus requiring to solve the Z vector equation iteratively.

The LR-TDDFT input section

To compute absorption spectra, parameters defining the LR-TDDFT computation have to be specified in the TDDFPT subsection of the section PROPERTIES of section FORCE_EVAL. Furthermore, RUN_TYPE has to be set to ENERGY and the underlying KS ground-state reference has to be specified in the DFT section.

The most important keywords and subsections of TDDFPT are:

  • KERNEL: option for the kernel matrix \mathbf{K} to choose between the full kernel for GGA or hybrid functionals and the simplified TDA kernel
  • NSTATES: number of excitation energies to be computed
  • CONVERGENCE: threshold for the convergence of the Davidson algorithm
  • RKS_TRIPLETS: option to switch from the default computation of singlet excitation energies to triplet excitation energies

To compute excited-state gradients and thus corresponding fluorescence spectra, the excited state to be optimized furthermore has to be specified by adding the subsection EXCITED_STATES of the section ''DFT.

Simple examples

Acetone molecule

FAQ

howto/tddft.1658166831.txt.gz · Last modified: 2022/07/18 17:53 by ahehn