BSEdyn/BSEdyn.tex

946 lines
47 KiB
TeX
Raw Normal View History

2020-05-26 22:09:30 +02:00
\documentclass[aip,jcp,reprint,noshowkeys,superscriptaddress]{revtex4-1}
2020-05-17 22:39:03 +02:00
\usepackage{graphicx,dcolumn,bm,xcolor,microtype,multirow,amscd,amsmath,amssymb,amsfonts,physics,longtable,wrapfig,txfonts}
\usepackage[version=4]{mhchem}
%\usepackage{natbib}
%\usepackage[extra]{tipa}
%\bibliographystyle{achemso}
%\AtBeginDocument{\nocite{achemso-control}}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{txfonts}
\usepackage[
colorlinks=true,
citecolor=blue,
breaklinks=true
]{hyperref}
\urlstyle{same}
\newcommand{\ie}{\textit{i.e.}}
\newcommand{\eg}{\textit{e.g.}}
\newcommand{\alert}[1]{\textcolor{red}{#1}}
\definecolor{darkgreen}{HTML}{009900}
\usepackage[normalem]{ulem}
\newcommand{\titou}[1]{\textcolor{red}{#1}}
\newcommand{\xavier}[1]{\textcolor{darkgreen}{#1}}
\newcommand{\trashPFL}[1]{\textcolor{red}{\sout{#1}}}
\newcommand{\trashXB}[1]{\textcolor{darkgreen}{\sout{#1}}}
\newcommand{\PFL}[1]{\titou{(\underline{\bf PFL}: #1)}}
\newcommand{\XB}[1]{\xavier{(\underline{\bf XB}: #1)}}
\newcommand{\mc}{\multicolumn}
\newcommand{\fnm}{\footnotemark}
\newcommand{\fnt}{\footnotetext}
\newcommand{\tabc}[1]{\multicolumn{1}{c}{#1}}
\newcommand{\SI}{\textcolor{blue}{supporting information}}
\newcommand{\QP}{\textsc{quantum package}}
\newcommand{\T}[1]{#1^{\intercal}}
% coordinates
2020-05-25 08:11:03 +02:00
\newcommand{\br}{\mathbf{r}}
\newcommand{\dbr}{d\br}
2020-05-17 22:39:03 +02:00
% methods
\newcommand{\evGW}{ev$GW$}
\newcommand{\qsGW}{qs$GW$}
\newcommand{\GOWO}{$G_0W_0$}
\newcommand{\Hxc}{\text{Hxc}}
\newcommand{\xc}{\text{xc}}
\newcommand{\Ha}{\text{H}}
\newcommand{\co}{\text{x}}
%
2020-05-18 21:53:44 +02:00
\newcommand{\Norb}{N_\text{orb}}
2020-05-17 22:39:03 +02:00
\newcommand{\Nocc}{O}
\newcommand{\Nvir}{V}
\newcommand{\IS}{\lambda}
% operators
\newcommand{\hH}{\Hat{H}}
2020-05-18 12:21:08 +02:00
% methods
2020-05-18 21:53:44 +02:00
\newcommand{\KS}{\text{KS}}
\newcommand{\HF}{\text{HF}}
2020-05-18 12:21:08 +02:00
\newcommand{\RPA}{\text{RPA}}
\newcommand{\BSE}{\text{BSE}}
2020-05-18 21:53:44 +02:00
\newcommand{\GW}{GW}
2020-05-19 17:38:29 +02:00
\newcommand{\stat}{\text{stat}}
\newcommand{\dyn}{\text{dyn}}
2020-05-20 17:17:34 +02:00
\newcommand{\TDA}{\text{TDA}}
2020-05-18 12:21:08 +02:00
2020-05-17 22:39:03 +02:00
% energies
\newcommand{\Enuc}{E^\text{nuc}}
\newcommand{\Ec}{E_\text{c}}
\newcommand{\EHF}{E^\text{HF}}
\newcommand{\EBSE}{E^\text{BSE}}
\newcommand{\EcRPA}{E_\text{c}^\text{RPA}}
\newcommand{\EcBSE}{E_\text{c}^\text{BSE}}
% orbital energies
2020-05-22 08:49:43 +02:00
\newcommand{\e}[1]{\eps_{#1}}
\newcommand{\eHF}[1]{\eps^\text{HF}_{#1}}
\newcommand{\eKS}[1]{\eps^\text{KS}_{#1}}
\newcommand{\eQP}[1]{\eps^\text{QP}_{#1}}
\newcommand{\eGOWO}[1]{\eps^\text{\GOWO}_{#1}}
\newcommand{\eGW}[1]{\eps^{GW}_{#1}}
\newcommand{\eevGW}[1]{\eps^\text{\evGW}_{#1}}
\newcommand{\eGnWn}[2]{\eps^\text{\GnWn{#2}}_{#1}}
2020-05-17 22:39:03 +02:00
\newcommand{\Om}[2]{\Omega_{#1}^{#2}}
2020-05-19 17:38:29 +02:00
\newcommand{\tOm}[2]{\Tilde{\Omega}_{#1}^{#2}}
2020-05-17 22:39:03 +02:00
% Matrix elements
\newcommand{\A}[2]{A_{#1}^{#2}}
\newcommand{\tA}[2]{\Tilde{A}_{#1}^{#2}}
\newcommand{\B}[2]{B_{#1}^{#2}}
\renewcommand{\S}[1]{S_{#1}}
\newcommand{\ABSE}[2]{A_{#1}^{#2,\text{BSE}}}
\newcommand{\BBSE}[2]{B_{#1}^{#2,\text{BSE}}}
\newcommand{\ARPA}[2]{A_{#1}^{#2,\text{RPA}}}
\newcommand{\BRPA}[2]{B_{#1}^{#2,\text{RPA}}}
\newcommand{\ARPAx}[2]{A_{#1}^{#2,\text{RPAx}}}
\newcommand{\BRPAx}[2]{B_{#1}^{#2,\text{RPAx}}}
\newcommand{\G}[1]{G_{#1}}
\newcommand{\LBSE}[1]{L_{#1}}
\newcommand{\XiBSE}[1]{\Xi_{#1}}
\newcommand{\Po}[1]{P_{#1}}
\newcommand{\W}[2]{W_{#1}^{#2}}
2020-05-26 22:47:22 +02:00
\newcommand{\tW}[2]{\widetilde{W}_{#1}^{#2}}
2020-05-17 22:39:03 +02:00
\newcommand{\Wc}[1]{W^\text{c}_{#1}}
\newcommand{\vc}[1]{v_{#1}}
\newcommand{\Sig}[1]{\Sigma_{#1}}
\newcommand{\SigGW}[1]{\Sigma^{GW}_{#1}}
\newcommand{\Z}[1]{Z_{#1}}
\newcommand{\MO}[1]{\phi_{#1}}
\newcommand{\ERI}[2]{(#1|#2)}
2020-05-18 12:21:08 +02:00
\newcommand{\sERI}[2]{[#1|#2]}
2020-05-17 22:39:03 +02:00
%% bold in Table
\newcommand{\bb}[1]{\textbf{#1}}
\newcommand{\rb}[1]{\textbf{\textcolor{red}{#1}}}
\newcommand{\gb}[1]{\textbf{\textcolor{darkgreen}{#1}}}
% excitation energies
2020-05-18 12:21:08 +02:00
\newcommand{\OmRPA}[1]{\Omega_{#1}^{\text{RPA}}}
\newcommand{\OmRPAx}[1]{\Omega_{#1}^{\text{RPAx}}}
\newcommand{\OmBSE}[1]{\Omega_{#1}^{\text{BSE}}}
2020-05-17 22:39:03 +02:00
\newcommand{\spinup}{\downarrow}
\newcommand{\spindw}{\uparrow}
\newcommand{\singlet}{\uparrow\downarrow}
\newcommand{\triplet}{\uparrow\uparrow}
% Matrices
\newcommand{\bO}{\mathbf{0}}
\newcommand{\bI}{\mathbf{1}}
\newcommand{\bvc}{\mathbf{v}}
\newcommand{\bSig}{\mathbf{\Sigma}}
\newcommand{\bSigX}{\mathbf{\Sigma}^\text{x}}
\newcommand{\bSigC}{\mathbf{\Sigma}^\text{c}}
\newcommand{\bSigGW}{\mathbf{\Sigma}^{GW}}
\newcommand{\be}{\mathbf{\epsilon}}
\newcommand{\beGW}{\mathbf{\epsilon}^{GW}}
\newcommand{\beGnWn}[1]{\mathbf{\epsilon}^\text{\GnWn{#1}}}
\newcommand{\bde}{\mathbf{\Delta\epsilon}}
\newcommand{\bdeHF}{\mathbf{\Delta\epsilon}^\text{HF}}
\newcommand{\bdeGW}{\mathbf{\Delta\epsilon}^{GW}}
\newcommand{\bOm}[1]{\mathbf{\Omega}^{#1}}
\newcommand{\bA}[1]{\mathbf{A}^{#1}}
\newcommand{\btA}[1]{\Tilde{\mathbf{A}}^{#1}}
\newcommand{\bB}[1]{\mathbf{B}^{#1}}
2020-05-18 12:21:08 +02:00
\newcommand{\bX}[2]{\mathbf{X}_{#1}^{#2}}
\newcommand{\bY}[2]{\mathbf{Y}_{#1}^{#2}}
2020-05-17 22:39:03 +02:00
\newcommand{\bZ}[2]{\mathbf{Z}_{#1}^{#2}}
\newcommand{\bK}{\mathbf{K}}
\newcommand{\bP}[1]{\mathbf{P}^{#1}}
% units
\newcommand{\IneV}[1]{#1 eV}
\newcommand{\InAU}[1]{#1 a.u.}
\newcommand{\InAA}[1]{#1 \AA}
\newcommand{\kcal}{kcal/mol}
\DeclareMathOperator*{\argmax}{argmax}
\DeclareMathOperator*{\argmin}{argmin}
2020-05-18 21:53:44 +02:00
% orbitals, gaps, etc
\newcommand{\eps}{\varepsilon}
\newcommand{\IP}{I}
\newcommand{\EA}{A}
\newcommand{\HOMO}{\text{HOMO}}
\newcommand{\LUMO}{\text{LUMO}}
\newcommand{\Eg}{E_\text{g}}
\newcommand{\EgFun}{\Eg^\text{fund}}
\newcommand{\EgOpt}{\Eg^\text{opt}}
\newcommand{\EB}{E_B}
2020-05-17 22:39:03 +02:00
2020-05-20 00:28:03 +02:00
\newcommand{\si}{\sigma}
\newcommand{\sis}{\sigma^*}
2020-05-19 17:38:29 +02:00
\newcommand{\pis}{\pi^*}
\newcommand{\ra}{\rightarrow}
2020-05-17 22:39:03 +02:00
\newcommand\Oms{{\Omega}_s}
\newcommand\hOms{\frac{{\Omega}_s}{2}}
2020-05-22 08:49:43 +02:00
\newcommand{\hpsi}{\Hat{\psi}}
\newcommand{\ha}{\Hat{a}}
\newcommand{\tchi}{\Tilde{\chi}}
\newcommand{\bx}{\mathbf{x}}
2020-05-17 22:39:03 +02:00
\newcommand{\NEEL}{Universit\'e Grenoble Alpes, CNRS, Institut NEEL, F-38042 Grenoble, France}
\newcommand{\LCPQ}{Laboratoire de Chimie et Physique Quantiques (UMR 5626), Universit\'e de Toulouse, CNRS, UPS, France}
\begin{document}
2020-05-24 20:49:05 +02:00
\title{ \textcolor{red}{Assessing} Dynamical Corrections to the Bethe-Salpeter Equation}
2020-05-17 22:39:03 +02:00
\author{Pierre-Fran\c{c}ois \surname{Loos}}
\email{loos@irsamc.ups-tlse.fr}
\affiliation{\LCPQ}
\author{Xavier \surname{Blase}}
\email{xavier.blase@neel.cnrs.fr }
\affiliation{\NEEL}
\begin{abstract}
2020-05-19 13:20:03 +02:00
Similarly to the ubiquitous adiabatic approximation in time-dependent density-functional theory, the static approximation, which substitutes a dynamical (\ie, frequency-dependent) kernel by its static limit, is usually enforced in most implementations of the Bethe-Salpeter equation (BSE) formalism.
Here, going beyond the static approximation, we compute molecular excitation energies thanks to a renormalized first-order perturbative correction to the static BSE excitation energies.
The present correction goes beyond the plasmon-pole approximation as the dynamical screening of the Coulomb interaction is computed exactly.
Moreover, we investigate quantitatively the effect of the Tamm-Dancoff approximation by computing both the resonant and anti-resonant dynamical corrections to the BSE excitation energies.
2020-05-17 22:39:03 +02:00
%\\
%\bigskip
%\begin{center}
% \boxed{\includegraphics[width=0.5\linewidth]{TOC}}
%\end{center}
%\bigskip
\end{abstract}
\maketitle
%%%%%%%%%%%%%%%%%%%%%%%%
\section{Introduction}
\label{sec:intro}
%%%%%%%%%%%%%%%%%%%%%%%%
2020-05-18 21:53:44 +02:00
The Bethe-Salpeter equation (BSE) formalism \cite{Salpeter_1951,Strinati_1988} is to the $GW$ approximation \cite{Hedin_1965,Golze_2019} of many-body perturbation theory (MBPT) \cite{Martin_2016} what time-dependent density-functional theory (TD-DFT) \cite{Runge_1984,Casida_1995} is to Kohn-Sham density-functional theory (KS-DFT), \cite{Hohenberg_1964,Kohn_1965} an affordable way of computing the neutral excitations of a given electronic system.
2020-05-21 09:43:06 +02:00
In recent years, it has been shown to be a valuable tool for computational theoretical chemists with a large number of systematic benchmark studies on large molecular systems appearing in the scientific literature \cite{Korbel_2014,Jacquemin_2015a,Bruneval_2015,Jacquemin_2015b,Hirose_2015,Jacquemin_2017a,Jacquemin_2017b,Krause_2017,Gui_2018} (see Ref.~\onlinecite{Blase_2018} for a recent review).
2020-05-18 21:53:44 +02:00
Taking the optical gap (\ie, the lowest optical excitation energy) as an example, BSE builds on top of a $GW$ calculation by adding up excitonic effects $\EB$ to the $GW$ HOMO-LUMO gap
\begin{equation}
2020-05-22 08:49:43 +02:00
\Eg^{\GW} = \eps_{\LUMO}^{\GW} - \eps_{\HOMO}^{\GW},
2020-05-18 21:53:44 +02:00
\end{equation}
which is itself a corrected version of the Kohn-Sham (KS) gap
\begin{equation}
2020-05-22 08:49:43 +02:00
\Eg^{\KS} = \eps_{\LUMO}^{\KS} - \eps_{\HOMO}^{\KS} \ll \Eg^{\GW} \approx \EgFun,
2020-05-18 21:53:44 +02:00
\end{equation}
in order to approximate the optical gap
\begin{equation}
2020-05-25 22:51:04 +02:00
\EgOpt = E_1^{N} - E_0^{N} = \EgFun + \EB,
2020-05-18 21:53:44 +02:00
\end{equation}
2020-05-24 22:36:56 +02:00
where
\begin{equation} \label{eq:Egfun}
2020-05-25 22:51:04 +02:00
\EgFun = I^N - A^N
2020-05-24 22:36:56 +02:00
\end{equation}
2020-05-25 22:51:04 +02:00
is the the fundamental gap, \cite{Bredas_2014} $I^N = E_0^{N-1} - E_0^N$ and $A^N = E_0^{N+1} - E_0^N$ being the ionization potential and the electron affinity of the $N$-electron system.
Here, $E_s^{N}$ is the total energy of the $s$th excited state of the $N$-electron system, and $E_0^N$ corresponds to its ground-state energy.
2020-05-18 21:53:44 +02:00
Because the excitonic effect corresponds physically to the stabilization implied by the attraction of the excited electron and its hole left behind, we have $\EgOpt < \EgFun$.
2020-05-18 23:12:17 +02:00
Most of BSE implementations rely on the so-called static approximation, which approximates the dynamical (\ie, frequency-dependent) BSE kernel by its static limit.
2020-05-21 09:43:06 +02:00
In complete analogy with the ubiquitous adiabatic approximation in TD-DFT, one key consequence of the static approximation is that double (and higher) excitations are completely absent from the BSE spectrum.
2020-05-18 23:12:17 +02:00
Although these double excitations are usually experimentally dark (which means that they usually cannot be observed in photo-absorption spectroscopy), these states play, indirectly, a key role in many photochemistry mechanisms. \cite{Boggio-Pasqua_2007}
2020-05-19 14:02:43 +02:00
They are, moreover, a real challenge for high-level computational methods. \cite{Loos_2018a,Loos_2019,Loos_2020b}
2020-05-18 23:12:17 +02:00
2020-05-20 23:04:33 +02:00
Going beyond the static approximation is tricky and very few groups have dared to take the plunge. \cite{Strinati_1988,Rohlfing_2000,Sottile_2003,Ma_2009a,Ma_2009b,Romaniello_2009b,Sangalli_2011,Huix-Rotllant_2011,Zhang_2013,Rebolini_2016,Olevano_2019,Lettmann_2019}
2020-05-18 23:12:17 +02:00
Nonetheless, it is worth mentioning the seminal work of Strinati, \cite{Strinati_1988} who \titou{bla bla bla.}
2020-05-20 23:04:33 +02:00
Following Strinati's footsteps, Rohlfing and coworkers have developed an efficient way of taking into account, thanks to first-order perturbation theory, the dynamical effects via a plasmon-pole approximation combined with the Tamm-Dancoff approximation (TDA). \cite{Rohlfing_2000,Ma_2009a,Ma_2009b,Baumeier_2012b}
2020-05-21 09:43:06 +02:00
With such as scheme, they have been able to compute the excited states of biological chromophores, showing that taking into account the electron-hole dynamical screening is important for an accurate description of the lowest $n \ra \pi^*$ excitations. \cite{Ma_2009a,Ma_2009b,Baumeier_2012b}
2020-05-20 23:04:33 +02:00
Indeed, studying PYP, retinal and GFP chromophore models, Ma \textit{et al.}~found that \textit{``the influence of dynamical screening on the excitation energies is about $0.1$ eV for the lowest $\pi \ra \pis$ transitions, but for the lowest $n \ra \pis$ transitions the influence is larger, up to $0.25$ eV.''} \cite{Ma_2009b}
A similar conclusion was reached in Ref.~\onlinecite{Ma_2009a}.
2020-05-21 09:43:06 +02:00
Zhang \textit{et al.}~have studied the frequency-dependent second-order Bethe-Salpeter kernel and they have observed an appreciable improvement over configuration interaction with singles (CIS), time-dependent Hartree-Fock (TDHF), and adiabatic TD-DFT results. \cite{Zhang_2013}
Rebolini and Toulouse have performed a similar investigation in a range-separated context, and they have reported a modest improvement over its static counterpart. \cite{Rebolini_2016,Rebolini_PhD}
In these two latter studies, they also followed a (non-self-consistent) perturbative approach within the TDA with a renormalization of the first-order perturbative correction.
2020-05-18 23:12:17 +02:00
2020-05-21 09:43:06 +02:00
It is important to note that, although all the studies mentioned above are clearly going beyond the static approximation of BSE, they are not able to recover double excitations as the perturbative treatment makes ultimately the BSE kernel static.
However, it does permit to recover, for transitions with a dominant single-excitation character, additional relaxation effects coming from higher excitations (and, in particular, non-interacting double excitations).
These higher excitations would be explicitly present in the BSE Hamiltonian by ``unfolding'' the dynamical BSE kernel, and one would recover a linear eigenvalue problem with, nonetheless, a much larger dimension.
2020-05-19 13:20:03 +02:00
Finally, let us also mentioned the work of Romaniello and coworkers, \cite{Romaniello_2009b,Sangalli_2011} in which the authors genuinely accessed additional excitations by solving the non-linear, frequency-dependent eigenvalue problem.
2020-05-18 23:12:17 +02:00
However, it is based on a rather simple model (the Hubbard dimer) which permits to analytically solve the dynamical equations.
2020-05-21 09:43:06 +02:00
In the present study, we extend the work of Rohlfing and coworkers \cite{Rohlfing_2000,Ma_2009a,Ma_2009b,Baumeier_2012b} by proposing a renormalized first-order perturbative correction to the static BSE excitation energies.
2020-05-18 23:12:17 +02:00
Importantly, our correction goes beyond the plasmon-pole approximation as the dynamical screening of the Coulomb interaction is computed exactly.
Moreover, we investigate quantitatively the effect of the TDA by computing both the resonant and anti-resonant dynamical corrections to the BSE excitation energies.
Unless otherwise stated, atomic units are used.
2020-05-17 22:39:03 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%
\section{Theory}
\label{sec:theory}
%%%%%%%%%%%%%%%%%%%%%%%%
2020-05-20 13:41:27 +02:00
2020-05-26 09:37:00 +02:00
In this Section, following Strinati's seminal work, \cite{Strinati_1988} we first derive in some details the theoretical foundations leading to the dynamical BSE.
Additional details about this derivation are provided as {\SI}.
We present, in a second step, the perturbative implementation of the dynamical correction as compared to the standard static approximation.
2020-05-22 08:49:43 +02:00
2020-05-18 12:21:08 +02:00
%================================
2020-05-20 13:41:27 +02:00
\subsection{General dynamical BSE theory}
2020-05-18 12:21:08 +02:00
%=================================
2020-05-17 22:39:03 +02:00
2020-05-25 22:51:04 +02:00
The two-particle correlation function $L(1,2; 1',2')$ --- a central quantity in the BSE formalism --- relates the variation of the one-body Green's function $G(1,1')$ with respect to an external non-local perturbation $U(2',2)$, \ie,
\begin{equation}
iL(1,2; 1',2') = \pdv{G(1,1')}{U(2',2)}
\end{equation}
where, \eg, $1 \equiv (\bx_1 t_1)$ is a space-spin plus time composite variable.
2020-05-26 09:37:00 +02:00
The relation between $G$ and the one-body charge density $\rho(1) = -i G(1,1^+)$ provides a direct connection with the density-density susceptibility $\chi(1,2) = L(1,2;1^+,2^+)$ at the core of TD-DFT.
(The notation $1^+$ means that the time $t_1$ is taken at $t_1^{+} = t_1 + 0^+$, where $0^+$ is a small positive infinitesimal.)
The two-body correlation function $L$ satisfies the self-consistent BSE \cite{Strinati_1988}
2020-05-22 10:45:31 +02:00
\begin{multline} \label{eq:BSE}
2020-05-25 22:51:04 +02:00
L(1,2; 1',2') = L_0(1,2;1',2')
\\
+ \int d3456 \, L_0(1,4;1',3) \Xi(3,5;4,6) L(6,2;5,2'),
2020-05-22 08:49:43 +02:00
\end{multline}
2020-05-25 22:51:04 +02:00
where
2020-05-26 09:37:00 +02:00
\begin{subequations}
\begin{align}
\label{eq:L0}
iL_0(1, 4; 1', 3) & = G(1, 3)G(4, 1'),
\\
\label{eq:L}
iL(1,2; 1',2') & = - G_2(1,2;1',2') + G(1,1') G(2,2'),
\end{align}
\end{subequations}
can be expressed as a function of the one- and two-body Green's functions
\begin{subequations}
\begin{align}
\label{eq:G1}
2020-05-26 12:23:56 +02:00
G(1,2) & = - i \mel{N}{T [ \hpsi(1) \hpsi^{\dagger}(2) ] }{N},
2020-05-26 09:37:00 +02:00
\\
\label{eq:G2}
2020-05-26 12:23:56 +02:00
G_2(1,2;1',2') & = - \mel{N}{T [ \hpsi(1) \hpsi(2) \hpsi^{\dagger}(2') \hpsi^{\dagger}(1') ]}{N},
2020-05-26 09:37:00 +02:00
\end{align}
\end{subequations}
and
2020-05-25 15:53:06 +02:00
\begin{equation}
\Xi(3,5;4,6) = i \fdv{[v_\text{H}(3) \delta(3,4) + \Sigma_\text{xc}(3,4)]}{G(6,5)}
\end{equation}
2020-05-25 22:51:04 +02:00
is the BSE kernel that takes into account the self-consistent variation of the Hartree potential
2020-05-25 15:53:06 +02:00
\begin{equation}
2020-05-25 22:51:04 +02:00
v_\text{H}(1) = - i \int d2 \, v(1,2) G(2,2^+),
2020-05-25 15:53:06 +02:00
\end{equation}
2020-05-25 22:51:04 +02:00
[where $\delta$ is Dirac's delta function and $v$ is the bare Coulomb operator] and the exchange-correlation self-energy $ \Sigma_\text{xc}$ with respect to the variation of $G$.
2020-05-26 22:09:30 +02:00
In Eqs.~\eqref{eq:G1} and \eqref{eq:G2}, the field operators $\Hat{\psi}(\bx t)$ and $\Hat{\psi}^{\dagger}(\bx't')$ remove and add (respectively) an electron to the $N$-electron ground state $\ket{N}$ in space-spin-time positions ($\bx t$) and ($\bx't'$), while $T$ is the time-ordering operator.
2020-05-22 10:45:31 +02:00
2020-05-26 09:37:00 +02:00
The resolution of the dynamical BSE equation \cite{Strinati_1988} starts with the expansion of $L_0$ and $L$ [see Eqs.~\eqref{eq:L0} and \eqref{eq:L}] over the complete orthonormalized set of $N$-electron excited states $\ket{N,s}$ (with $\ket{N,0} \equiv \ket{N}$).
2020-05-25 15:53:06 +02:00
In the optical limit of instantaneous electron-hole creation and destruction, imposing $t_{2'} = t_2^+$ and $t_{1'} = t_1^+$, one gets
2020-05-22 08:49:43 +02:00
\begin{equation}
\begin{split}
2020-05-22 10:45:31 +02:00
iL(1,2; 1',2')
2020-05-26 12:23:56 +02:00
& = \theta(+\tau_{12}) \sum_{s > 0} \chi_s(\bx_1,\bx_{1'}) \tchi_s(\bx_2,\bx_{2'}) e^{ - i \Oms \tau_{12} }
2020-05-22 08:49:43 +02:00
\\
2020-05-26 12:23:56 +02:00
& - \theta(-\tau_{12}) \sum_{s > 0} \chi_s(\bx_2,\bx_{2'}) \tchi_s(\bx_1,\bx_{1'}) e^{ + i \Oms \tau_{12} },
2020-05-22 08:49:43 +02:00
\end{split}
\end{equation}
2020-05-26 12:23:56 +02:00
where $\tau_{12} = t_1 - t_2$, $\theta$ is the Heaviside step function, and
2020-05-22 10:45:31 +02:00
\begin{subequations}
2020-05-22 08:49:43 +02:00
\begin{align}
2020-05-26 12:23:56 +02:00
\chi_s(\bx_1,\bx_{2}) & = \mel{N}{T [\hpsi(\bx_1) \hpsi^{\dagger}(\bx_{2})] }{N,s},
2020-05-22 08:49:43 +02:00
\\
2020-05-26 12:23:56 +02:00
\tchi_s(\bx_1,\bx_{2}) & = \mel{N,s}{T [\hpsi(\bx_1) \hpsi^{\dagger}(\bx_{2})] }{N}.
2020-05-22 08:49:43 +02:00
\end{align}
2020-05-22 10:45:31 +02:00
\end{subequations}
2020-05-22 08:49:43 +02:00
The $\Oms$'s are the neutral excitation energies of interest.
2020-05-24 22:36:56 +02:00
2020-05-26 22:09:30 +02:00
Picking up the $e^{+i \Oms t_2 }$ component in $L(1,2; 1',2')$ and $L(6,2;5,2')$, simplifying further by $\tchi_s(\bx_2,\bx_{2'})$ on both side of the BSE [see Eq.~\eqref{eq:BSE}], we are left with the search of the $e^{-i \Oms t_1 }$ Fourier component associated with the right-hand side of a modified dynamical BSE, which reads
2020-05-25 15:53:06 +02:00
\begin{multline} \label{eq:BSE_2}
2020-05-26 17:13:24 +02:00
\mel{N}{T [ \hpsi(\bx_1) \hpsi^{\dagger}(\bx_{1}') ] } {N,s} e^{ - i \Oms t_1 }
2020-05-26 12:23:56 +02:00
\theta ( \tau_{12} )
2020-05-25 15:53:06 +02:00
\\
2020-05-25 22:51:04 +02:00
= \int d3456 \, L_0(1,4;1',3) \Xi(3,5;4,6)
\\
2020-05-26 12:23:56 +02:00
\times \mel{N}{T [\hpsi(6) \hpsi^{\dagger}(5)] }{N,s}
2020-05-25 22:51:04 +02:00
\theta [\min(t_5,t_6) - t_2].
2020-05-25 15:53:06 +02:00
\end{multline}
2020-05-26 17:13:24 +02:00
For the lowest neutral excitation energies falling in the fundamental gap of the system (\ie, $\Oms < \EgFun$ due to excitonic effects), $L_0(1,2;1',2')$ cannot contribute to the $e^{-i \Oms t_1 }$ response since its lowest excitation energy is precisely the fundamental gap [see Eq.~\eqref{eq:Egfun}].
2020-05-26 12:23:56 +02:00
Consequently, special care has to be taken for high-lying excited states (like core or Rydberg excitations) where additional terms have to be taken into account (see Refs.~\onlinecite{Strinati_1982,Strinati_1984}).
2020-05-24 22:36:56 +02:00
2020-05-25 22:51:04 +02:00
Dropping the (space/spin) variables, the Fourier components with respect to $t_1$ of $L_0(1,4;1',3)$ reads
2020-05-22 10:45:31 +02:00
\begin{align} \label{eq:iL0}
[iL_0]( \omega_1 )
= \int \frac{d\omega}{2\pi} \; G\qty(\omega - \frac{\omega_1}{2} ) G\qty( {\omega} + \frac{\omega_1}{2} )
2020-05-26 22:09:30 +02:00
e^{ i \omega \tau_{34} } e^{ i \omega_1 t^{34} },
2020-05-22 08:49:43 +02:00
\end{align}
2020-05-26 22:09:30 +02:00
with $\tau_{34} = t_3 - t_4$ and $t^{34} = (t_3 + t_4)/2$.
2020-05-24 22:36:56 +02:00
We now adopt the Lehman representation of the one-body Green's function in the quasiparticle approximation, \ie,
2020-05-25 22:51:04 +02:00
\begin{equation} \label{eq:G-Lehman}
2020-05-26 22:47:22 +02:00
G(\bx_1,\bx_2 ; \omega) = \sum_p \frac{ \MO{p}(\bx_1) \MO{p}^*(\bx_2) } { \omega - \e{p} + i \eta \times \text{sgn} (\e{p} - \mu) },
2020-05-22 10:45:31 +02:00
\end{equation}
2020-05-25 22:51:04 +02:00
where $\mu$ is the chemical potential.
2020-05-26 22:47:22 +02:00
The $\e{p}$'s in Eq.~\eqref{eq:G-Lehman} are quasiparticle energies (\ie, proper addition/removal energies) and the $\MO{p}$'s are their associated one-body (spin)orbitals.
2020-05-26 12:23:56 +02:00
%where the $\eps_{p}$'s are proper addition/removal energies such that
%\begin{equation}
% e^{i \hH \tau} \ha_p^{\dagger} \ket{N} = e^{ i (E_0^N + \e{p} ) \tau } \ha_p^{\dagger} \ket{N},
%\end{equation}
%$\hH$ being the exact many-body Hamiltonian.
2020-05-25 22:51:04 +02:00
In the following, $i$ and $j$ are occupied orbitals, $a$ and $b$ are unoccupied orbitals, while $p$, $q$, $r$, and $s$ indicate arbitrary orbitals.
%\titou{namely $GW$ quasiparticle energies and input Hartree-Fock molecular orbitals in the present study. (T2: shall we really mention this here?)}
2020-05-26 22:47:22 +02:00
Projecting the Fourier component $L_0(\bx_1,4;\bx_{1'},3; \omega_1 = \Oms )$ onto $\MO{a}^*(\bx_1) \MO{i}(\bx_{1'})$ yields
2020-05-22 08:49:43 +02:00
\begin{multline}
2020-05-26 22:47:22 +02:00
\iint d\bx_1 d\bx_{1'} \, \MO{a}^*(\bx_1) \MO{i}(\bx_{1'}) L_0(\bx_1,4;\bx_{1'},3; \Oms)
2020-05-25 22:51:04 +02:00
\\
=
2020-05-26 22:47:22 +02:00
\frac{ \MO{a}^*(\bx_3) \MO{i}(\bx_4) e^{i \Oms t^{34} }} { \Oms - ( \e{a} - \e{i} ) + i \eta }
2020-05-26 12:23:56 +02:00
\qty[ \theta( \tau_{34} ) e^{i ( \e{i} + \hOms) \tau_{34} } + \theta( - \tau_{34} ) e^{i (\e{a} - \hOms \tau_{34}) } ].
2020-05-22 08:49:43 +02:00
\end{multline}
2020-05-26 10:01:32 +02:00
% and $(i,j)$/$(a,b)$ index occupied/virtual orbitals, respectively.
2020-05-26 12:23:56 +02:00
As a final step, we express the terms $\mel{N}{T [\hpsi(\bx_1) \hpsi^{\dagger}(\bx_{1}')] }{N,s}$ and $\mel{N}{T [\hpsi(6) \hpsi^{\dagger}(5)] }{N,s}$ from Eq.~\eqref{eq:BSE_2} in the standard electron-hole product (or single-excitation) space.
2020-05-26 10:01:32 +02:00
% with $(6,5) \rightarrow (5,5) \; \text{or} \; (3,4)$ when multiplied by $\delta(5,6)$ or $\delta(3,6) \delta(4,5)$, respectively.
This is done by expanding the field operators over a complete orbital basis of creation/destruction operators.
For example, we have
2020-05-22 08:49:43 +02:00
\begin{multline}
2020-05-26 17:13:24 +02:00
\mel{N}{T [\hpsi(6) \hpsi^{\dagger}(5)] }{N,s}
2020-05-22 08:49:43 +02:00
\\
2020-05-26 22:47:22 +02:00
= - \qty( e^{ -i \Omega_s \tau^{56} } ) \sum_{pq} \MO{p}(\bx_6) \MO{q}^*(\bx_5)
2020-05-22 10:45:31 +02:00
\mel{N}{\ha_q^{\dagger} \ha_p}{N,s}
2020-05-22 08:49:43 +02:00
\\
2020-05-26 17:13:24 +02:00
\times \qty[ \theta( \tau_{56} ) e^{- i ( \e{p} - \hOms ) \tau_{56} } + \theta( - \tau_{56} ) e^{ - i ( \e{q} + \hOms) \tau_{56} } ]
2020-05-22 08:49:43 +02:00
\end{multline}
2020-05-26 22:09:30 +02:00
with $\tau^{56} = (t_5 + t_6)/2$ and $\tau_{56} = t_5 -t_6$.
2020-05-26 17:13:24 +02:00
%with a similar expression for $\mel{N}{T [\hpsi(\bx_3) \hpsi^{\dagger}(\bx_4)] }{N,s}$.
2020-05-26 22:09:30 +02:00
2020-05-26 12:23:56 +02:00
Adopting now the $GW$ approximation for the exchange-correlation self-energy, \ie,
2020-05-22 08:49:43 +02:00
\begin{equation}
2020-05-26 12:23:56 +02:00
\Sigma_\text{xc}^{\GW}(1,2) = i G(1,2) W(1^+,2),
2020-05-22 08:49:43 +02:00
\end{equation}
2020-05-26 12:23:56 +02:00
leads to the following simplified BSE kernel
\begin{equation} \label{eq:Xi_GW}
\Xi(3,5;4,6) = v(3,6) \delta(3,4) \delta(5,6) - W(3^+,4) \delta(3,6) \delta(4,5),
\end{equation}
where $W$ is the dynamically-screened Coulomb operator.
The $GW$ quasiparticle energies $\eGW{p}$ are good approximations to the removal/addition energies $\e{p}$ introduced in Eq.~\eqref{eq:G-Lehman}.
%Selecting $(p,q)=(j,b)$ yields the largest components
%$X_{jb}^{s} = \mel{N}{\ha_j^{\dagger} \ha_b}{N,s}$, while $(p,q)=(b,j)$ yields much weaker
%$Y_{jb}^{s} = \mel{N}{\ha_b^{\dagger} \ha_j}{N,s}$ contributions.
%Neglecting the $Y_{jb}^{s}$ weights leads to the Tamm-Dancoff approximation (TDA).
%Working out similar expressions for $\mel{N}{T [\hpsi(5) \hpsi^{\dagger}(5)] }{N,s}$ and $\mel{N}{T [\hpsi(\bx_1) \hpsi^{\dagger}(\bx_{1'})] }{N,s}$,
2020-05-26 22:47:22 +02:00
Substituting Eq.~\eqref{eq:Xi_GW} into Eq.~\eqref{eq:BSE_2}, working out similar expressions for the remaining terms, and projecting onto $\MO{a}^*(\bx_1) \MO{i}(\bx_{1'})$, one gets after a few tedious manipulations (see {\SI}) the dynamical BSE (dBSE):
2020-05-26 12:23:56 +02:00
\begin{equation} \label{eq:BSE-final}
2020-05-22 08:49:43 +02:00
\begin{split}
2020-05-26 12:23:56 +02:00
( \eGW{a} - \eGW{i} - \Oms ) X_{ia}^{s}
2020-05-26 22:47:22 +02:00
& + \sum_{jb} \qty[ \ERI{ia}{jb} - \widetilde{W}_{ij,ab}(\Oms) ] X_{jb}^{s} \\
& + \sum_{jb} \qty[ \ERI{ia}{bj} - \widetilde{W}_{ib,aj}(\Oms) ] Y_{jb}^{s}
2020-05-26 22:09:30 +02:00
= 0,
2020-05-22 08:49:43 +02:00
\end{split}
\end{equation}
2020-05-26 22:09:30 +02:00
with $X_{jb}^{s} = \mel{N}{\ha_j^{\dagger} \ha_b}{N,s}$ and $Y_{jb}^{s} = \mel{N}{\ha_b^{\dagger} \ha_j}{N,s}$.
Neglecting the term $Y_{jb}^{s}$ in the dBSE, which is much smaller than $X_{jb}^{s}$, leads to the well-known Tamm-Dancoff approximation (TDA).
In Eq.~\eqref{eq:BSE-final},
2020-05-26 12:23:56 +02:00
\begin{equation}
2020-05-26 22:47:22 +02:00
\ERI{pq}{rs} = \iint d\br d\br' \, \MO{p}^*(\br) \MO{q}(\br) v(\br -\br') \MO{r}^*(\br') \MO{s}(\br'),
2020-05-26 12:23:56 +02:00
\end{equation}
2020-05-26 22:47:22 +02:00
are the bare two-electron integrals in the spatial orbital basis $\lbrace \MO{p}(\br{}) \rbrace$, and
2020-05-22 08:49:43 +02:00
\begin{multline}
\widetilde{W}_{ij,ab}(\Oms)
= \frac{ i }{ 2 \pi} \int d\omega \; e^{-i \omega 0^+ } W_{ij,ab}(\omega)
\\
2020-05-26 12:23:56 +02:00
\times \qty[ \frac{1}{ \Omega_{ib}^s - \omega + i \eta } + \frac{1}{ \Omega_{ja}^{s} + \omega + i\eta } ],
2020-05-22 08:49:43 +02:00
\end{multline}
2020-05-26 22:09:30 +02:00
is an effective dynamically-screened Coulomb potential, \cite{Romaniello_2009b} where $\Om{pq}{s} = \Oms - ( \eGW{q} - \eGW{p} )$ and
2020-05-26 12:23:56 +02:00
\begin{equation}
2020-05-26 22:09:30 +02:00
W_{pq,rs}({\omega})
2020-05-26 22:47:22 +02:00
= \iint d\br d\br' \, \MO{p}(\br) \MO{q}^*(\br) W(\br ,\br'; \omega) \MO{r}^*(\br') \MO{s}(\br').
2020-05-26 12:23:56 +02:00
\end{equation}
2020-05-24 20:49:05 +02:00
\xavier{A second coupled equation for the $(X_{ia}^{s}, Y_{ia}^{s} )$ vector can be obtained by projecting now onto the $\mel{N}{T \hpsi(\bx_1) \hpsi^{\dagger}(\bx_{1'})}{N,s}$ left-hand side and right-hand-side of the BSE, leading to : }
2020-05-26 22:47:22 +02:00
In the present study, we consider the exact spectral representation of $W(\omega)$ at the random-phase approximation (RPA) level, which reads
2020-05-22 08:49:43 +02:00
\begin{multline}
2020-05-26 22:47:22 +02:00
\label{eq:W}
2020-05-22 08:49:43 +02:00
W_{ij,ab}(\omega)
2020-05-26 22:47:22 +02:00
= \ERI{ij}{ab} + 2 \sum_m \sERI{ij}{m} \sERI{ab}{m}
2020-05-22 08:49:43 +02:00
\\
2020-05-26 22:09:30 +02:00
\times \qty[ \frac{1}{ \omega-\Om{m}{\RPA} + i\eta } - \frac{1}{ \omega + \Om{m}{\RPA} - i\eta } ]
2020-05-22 08:49:43 +02:00
\end{multline}
2020-05-26 22:09:30 +02:00
where
\begin{equation}
\label{eq:sERI}
2020-05-26 22:47:22 +02:00
\sERI{pq}{m} = \sum_{ia} \ERI{pq}{ia} (\bX{m}{\RPA} + \bY{m}{\RPA})_{ia}
2020-05-26 22:09:30 +02:00
\end{equation}
are the spectral weights.
2020-05-26 22:47:22 +02:00
In Eqs.~\eqref{eq:W} and \eqref{eq:sERI}, $\OmRPA{m}{}$ and $(\bX{m}{\RPA} + \bY{m}{\RPA})$ are RPA neutral excitations and their corresponding transition vectors computed by solving the (static) linear response problem
\begin{equation}
\label{eq:LR-RPA}
\begin{pmatrix}
\bA{\RPA} & \bB{\RPA} \\
-\bB{\RPA} & -\bA{\RPA} \\
\end{pmatrix}
\cdot
\begin{pmatrix}
\bX{m}{\RPA} \\
\bY{m}{\RPA} \\
\end{pmatrix}
=
\OmRPA{m}
\begin{pmatrix}
\bX{m}{\RPA} \\
\bY{m}{\RPA} \\
\end{pmatrix},
\end{equation}
with
\begin{subequations}
\begin{align}
\label{eq:LR_RPA-A}
\A{ia,jb}{\RPA} & = \delta_{ij} \delta_{ab} (\e{a} - \e{i}) + 2 \ERI{ia}{jb},
\\
\label{eq:LR_RPA-B}
\B{ia,jb}{\RPA} & = 2 \ERI{ia}{bj},
\end{align}
\end{subequations}
where the $\e{p}$'s are taken as the HF orbital energies in the case of $G_0W_0$ or as the $GW$ quasiparticle energies in the case of self-consistent schemes such as ev$GW$.
2020-05-26 22:09:30 +02:00
Because $\Om{m}{\RPA} > 0$, we have
2020-05-22 08:49:43 +02:00
\begin{multline}
\widetilde{W}_{ij,ab}( \Oms )
2020-05-26 22:47:22 +02:00
= \ERI{ij}{ab} + 2 \sum_m^{OV} \sERI{ij}{m} \sERI{ab}{m}
2020-05-22 08:49:43 +02:00
\\
2020-05-22 10:45:31 +02:00
\times \qty( \frac{1}{\Om{ib}{s} - \Om{m}{\RPA} + i\eta} + \frac{1}{\Om{ja}{s} - \Om{m}{\RPA} + i\eta} )
2020-05-22 08:49:43 +02:00
\end{multline}
2020-05-26 22:09:30 +02:00
\titou{Due to excitonic effects, the lowest BSE excitation energy, ${\Omega}_1$, stands lower than the lowest RPA excitation energy, $\Omega_m^{RPA}$, so that
e.g. $( \Omega_{ib}^{s} - \Omega_m^{RPA} )$ is strictly negative and $\widetilde{W}_{ij,ab}( \Oms )$ presents no resonances.
Further, $\Omega_{ib}^{s}$ and $\Omega_{ja}^{s}$ are necessarily negative for in-gap low lying BSE excitations, such that e.g.
2020-05-17 22:39:03 +02:00
$$
2020-05-22 08:49:43 +02:00
\abs{ \frac{1}{\Omega_{ib}^{s} - \Omega_m^{RPA}} } < \frac{1}{ \Omega_m^{RPA}}
2020-05-17 22:39:03 +02:00
$$
2020-05-19 13:02:16 +02:00
This leads to reduced electron-hole screening, namely larger electron-hole stabilising binding energy, as compared to the standard adiabatic BSE, leading to smaller (red-shifted) excitation energies. }
2020-05-18 20:00:24 +02:00
2020-05-18 12:21:08 +02:00
%================================
2020-05-20 13:41:27 +02:00
\subsection{Perturbative dynamical correction}
2020-05-18 12:21:08 +02:00
%=================================
2020-05-19 14:02:43 +02:00
For a closed-shell system in a finite basis, to compute the BSE excitation energies, one must solve the following (non-linear) dynamical (\ie, frequency-dependent) response problem \cite{Strinati_1988}
2020-05-17 22:39:03 +02:00
\begin{equation}
2020-05-18 12:21:08 +02:00
\label{eq:LR-dyn}
2020-05-17 22:39:03 +02:00
\begin{pmatrix}
2020-05-26 22:47:22 +02:00
\bA{}(\omega) & \bB{}(\omega) \\
2020-05-25 08:11:03 +02:00
-\bB{}(\titou{-}\omega) & -\bA{}(\titou{-}\omega) \\
2020-05-17 22:39:03 +02:00
\end{pmatrix}
2020-05-18 12:21:08 +02:00
\cdot
2020-05-17 22:39:03 +02:00
\begin{pmatrix}
2020-05-18 12:21:08 +02:00
\bX{m}{}(\omega) \\
\bY{m}{}(\omega) \\
2020-05-17 22:39:03 +02:00
\end{pmatrix}
=
2020-05-18 12:21:08 +02:00
\omega
2020-05-17 22:39:03 +02:00
\begin{pmatrix}
2020-05-18 12:21:08 +02:00
\bX{m}{}(\omega) \\
\bY{m}{}(\omega) \\
2020-05-17 22:39:03 +02:00
\end{pmatrix},
\end{equation}
2020-05-19 14:02:43 +02:00
where the dynamical matrices $\bA{}(\omega)$ and $\bB{}(\omega)$ are of size $\Nocc \Nvir \times \Nocc \Nvir$, where $\Nocc$ and $\Nvir$ are the number of occupied and virtual orbitals (\ie, $\Norb = \Nocc + \Nvir$ is the total number of spatial orbitals), respectively, and $\bX{m}{}(\omega)$, and $\bY{m}{}(\omega)$ are (eigen)vectors of length $\Nocc \Nvir$.
2020-05-17 22:39:03 +02:00
In the following, the index $m$ labels the $\Nocc \Nvir$ single excitations, $i$ and $j$ are occupied orbitals, $a$ and $b$ are unoccupied orbitals, while $p$, $q$, $r$, and $s$ indicate arbitrary orbitals.
2020-05-19 14:02:43 +02:00
Note that, due to its non-linear nature, Eq.~\eqref{eq:LR-dyn} may provide more than one solution for each value of $m$. \cite{Romaniello_2009b,Sangalli_2011,Martin_2016}
2020-05-17 22:39:03 +02:00
2020-05-18 12:21:08 +02:00
The BSE matrix elements read
2020-05-17 22:39:03 +02:00
\begin{subequations}
\begin{align}
2020-05-18 12:21:08 +02:00
\label{eq:BSE-Adyn}
2020-05-26 22:47:22 +02:00
\A{ia,jb}{}(\omega) & = \delta_{ij} \delta_{ab} \eGW{ia} + 2 \sigma \ERI{ia}{jb} - \tW{ij,ab}{}(\omega),
2020-05-18 12:21:08 +02:00
\\
\label{eq:BSE-Bdyn}
2020-05-26 22:47:22 +02:00
\B{ia,jb}{}(\omega) & = 2 \sigma \ERI{ia}{bj} - \tW{ib,aj}{}(\omega),
2020-05-17 22:39:03 +02:00
\end{align}
\end{subequations}
2020-05-26 22:47:22 +02:00
where $\eGW{ia} = \eGW{a} - \eGW{i}$ are occupied-to-virtual differences of $GW$ quasiparticle energies, and $\sigma = 1 $ or $0$ for singlet and triplet excited states (respectively).
%\begin{equation}
% \ERI{pq}{rs} = \iint \frac{\MO{p}(\br{}) \MO{q}(\br{}) \MO{r}(\br{}') \MO{s}(\br{}')}{\abs*{\br{} - \br{}'}} \dbr{} \dbr{}'
%\end{equation}
%are the bare two-electron integrals in the molecular orbital basis $\lbrace \MO{p}(\br{}) \rbrace_{1 \le p \le \Norb}$, and the dynamically-screened Coulomb potential reads
%\begin{multline}
%\label{eq:W}
% \W{ij,ab}{}(\omega) = \ERI{ij}{ab} + 2 \sum_m^{\Nocc \Nvir} \sERI{ij}{m} \sERI{ab}{m}
% \\
% \times \qty(\frac{1}{\omega - \OmRPA{m}{} - \eGW{ib} + i \eta} + \frac{1}{\omega - \OmRPA{m}{} - \eGW{ja} + i \eta}).
%\end{multline}
2020-05-17 22:39:03 +02:00
2020-05-19 14:02:43 +02:00
Now, let us decompose, using basic perturbation theory, the non-linear eigenproblem \eqref{eq:LR-dyn} as a zeroth-order static (hence linear) reference and a first-order dynamic (hence non-linear) perturbation, such that
2020-05-25 08:11:03 +02:00
\begin{multline}
2020-05-19 14:02:43 +02:00
\label{eq:LR-PT}
2020-05-18 12:21:08 +02:00
\begin{pmatrix}
\bA{}(\omega) & \bB{}(\omega) \\
2020-05-25 08:11:03 +02:00
-\bB{}(\titou{-}\omega) & -\bA{}(\titou{-}\omega) \\
2020-05-18 12:21:08 +02:00
\end{pmatrix}
2020-05-25 08:11:03 +02:00
\\
2020-05-18 12:21:08 +02:00
=
\begin{pmatrix}
\bA{(0)} & \bB{(0)} \\
-\bB{(0)} & -\bA{(0)} \\
\end{pmatrix}
+
\begin{pmatrix}
2020-05-25 08:11:03 +02:00
\bA{(1)}(\omega) & \bB{(1)}(\omega) \\
-\bB{(1)}(\titou{-}\omega) & -\bA{(1)}(\titou{-}\omega) \\
2020-05-18 12:21:08 +02:00
\end{pmatrix}
2020-05-25 08:11:03 +02:00
\end{multline}
2020-05-19 16:25:21 +02:00
with
2020-05-18 12:21:08 +02:00
\begin{subequations}
\begin{align}
2020-05-19 14:02:43 +02:00
\label{eq:BSE-A0}
2020-05-18 12:21:08 +02:00
\A{ia,jb}{(0)} & = \delta_{ij} \delta_{ab} \eGW{ia} + 2 \ERI{ia}{jb} - \W{ij,ab}{\text{stat}},
\\
2020-05-19 14:02:43 +02:00
\label{eq:BSE-B0}
2020-05-19 16:25:21 +02:00
\B{ia,jb}{(0)} & = 2 \ERI{ia}{bj} - \W{ib,aj}{\text{stat}}.
2020-05-18 12:21:08 +02:00
\end{align}
\end{subequations}
and
2020-05-17 22:39:03 +02:00
\begin{subequations}
\begin{align}
2020-05-19 14:02:43 +02:00
\label{eq:BSE-A1}
2020-05-26 22:47:22 +02:00
\A{ia,jb}{(1)}(\omega) & = - \tW{ij,ab}{}(\omega) + \W{ij,ab}{\text{stat}},
2020-05-17 22:39:03 +02:00
\\
2020-05-19 14:02:43 +02:00
\label{eq:BSE-B1}
2020-05-26 22:47:22 +02:00
\B{ia,jb}{(1)}(\omega) & = - \tW{ib,aj}{}(\omega) + \W{ib,aj}{\text{stat}},
2020-05-17 22:39:03 +02:00
\end{align}
\end{subequations}
2020-05-19 16:25:21 +02:00
where we have defined the static version of the screened Coulomb potential
2020-05-18 12:21:08 +02:00
\begin{equation}
\label{eq:Wstat}
2020-05-26 22:47:22 +02:00
\W{ij,ab}{\text{stat}} = W_{ij,ab}(\omega = 0) = \ERI{ij}{ab} - 4 \sum_m^{\Nocc \Nvir} \frac{\sERI{ij}{m} \sERI{ab}{m}}{\OmRPA{m}{} - i \eta}.
2020-05-18 12:21:08 +02:00
\end{equation}
2020-05-19 16:25:21 +02:00
According to perturbation theory, the $m$th BSE excitation energy and its corresponding eigenvector can then decomposed as
2020-05-18 12:21:08 +02:00
\begin{subequations}
\begin{gather}
2020-05-19 16:25:21 +02:00
\Om{m}{} = \Om{m}{(0)} + \Om{m}{(1)} + \ldots,
2020-05-18 12:21:08 +02:00
\\
\begin{pmatrix}
\bX{m}{} \\
\bY{m}{} \\
\end{pmatrix}
=
\begin{pmatrix}
\bX{m}{(0)} \\
\bY{m}{(0)} \\
\end{pmatrix}
+
\begin{pmatrix}
\bX{m}{(1)} \\
\bY{m}{(1)} \\
\end{pmatrix}
2020-05-19 16:25:21 +02:00
+ \ldots.
2020-05-18 12:21:08 +02:00
\end{gather}
\end{subequations}
Solving the zeroth-order static problem yields
\begin{equation}
2020-05-19 16:25:21 +02:00
\label{eq:LR-BSE-stat}
2020-05-18 12:21:08 +02:00
\begin{pmatrix}
\bA{(0)} & \bB{(0)} \\
-\bB{(0)} & -\bA{(0)} \\
\end{pmatrix}
\cdot
\begin{pmatrix}
\bX{m}{(0)} \\
\bY{m}{(0)} \\
\end{pmatrix}
=
\Om{m}{(0)}
\begin{pmatrix}
\bX{m}{(0)} \\
\bY{m}{(0)} \\
\end{pmatrix},
\end{equation}
2020-05-19 16:25:21 +02:00
and, thanks to first-order perturbation theory, the first-order correction to the $m$th excitation energy is
2020-05-18 12:21:08 +02:00
\begin{equation}
2020-05-19 16:25:21 +02:00
\label{eq:Om1}
2020-05-18 12:21:08 +02:00
\Om{m}{(1)} =
\T{\begin{pmatrix}
\bX{m}{(0)} \\
\bY{m}{(0)} \\
\end{pmatrix}}
\cdot
\begin{pmatrix}
\bA{(1)}(\Om{m}{(0)}) & \bB{(1)}(\Om{m}{(0)}) \\
2020-05-25 08:11:03 +02:00
-\bB{(1)}(\titou{-}\Om{m}{(0)}) & -\bA{(1)}(\titou{-}\Om{m}{(0)}) \\
2020-05-18 12:21:08 +02:00
\end{pmatrix}
\cdot
\begin{pmatrix}
\bX{m}{(0)} \\
\bY{m}{(0)} \\
\end{pmatrix}.
\end{equation}
2020-05-19 16:25:21 +02:00
From a practical point of view, if one enforces the TDA, we obtain the very simple expression
2020-05-18 12:21:08 +02:00
\begin{equation}
2020-05-19 16:25:21 +02:00
\label{eq:Om1-TDA}
2020-05-18 12:21:08 +02:00
\Om{m}{(1)} = \T{(\bX{m}{(0)})} \cdot \bA{(1)}(\Om{m}{(0)}) \cdot \bX{m}{(0)}.
\end{equation}
2020-05-20 17:17:34 +02:00
This correction can be renormalized by computing, at basically no extra cost, the renormalization factor which reads, in the TDA,
2020-05-18 12:21:08 +02:00
\begin{equation}
2020-05-19 16:25:21 +02:00
\label{eq:Z}
2020-05-20 17:17:34 +02:00
Z_{m} = \qty[ 1 - \T{(\bX{m}{(0)})} \cdot \left. \pdv{\bA{(1)}(\omega)}{\omega} \right|_{\omega = \Om{m}{(0)}} \cdot \bX{m}{(0)} ]^{-1}.
2020-05-18 12:21:08 +02:00
\end{equation}
2020-05-20 17:17:34 +02:00
This finally yields
2020-05-18 12:21:08 +02:00
\begin{equation}
2020-05-19 17:38:29 +02:00
\Om{m}{\text{dyn}} = \Om{m}{\text{stat}} + \Delta\Om{m}{\text{dyn}} = \Om{m}{(0)} + Z_{m} \Om{m}{(1)}.
2020-05-18 12:21:08 +02:00
\end{equation}
2020-05-19 17:38:29 +02:00
with $\Om{m}{\text{stat}} \equiv \Om{m}{(0)}$ and $\Delta\Om{m}{\text{dyn}} = Z_{m} \Om{m}{(1)}$.
2020-05-18 12:21:08 +02:00
This is our final expression.
2020-05-17 22:39:03 +02:00
%%% FIG 1 %%%
%\begin{figure}
% \includegraphics[width=\linewidth]{}
%\caption{
%\label{fig:}
%}
%\end{figure}
%%% %%% %%%
2020-05-19 16:25:21 +02:00
In terms of computational cost, if one decides to compute the dynamical correction of the $M$ lowest excitation energies, one must perform, first, a conventional (static) BSE calculation and extract the $M$ lowest eigenvalues and their corresponding eigenvectors [see Eq.~\eqref{eq:LR-BSE-stat}].
These are then used to compute the first-order correction from Eq.~\eqref{eq:Om1} or Eq.~\eqref{eq:Om1-TDA}, which also require to construct and evaluate the dynamical part of the BSE Hamiltonian for each excitation one wants to dynamically correct.
The static BSE Hamiltonian is computed once during the static BSE calculation and does not dependent on the targeted excitation.
Searching iteratively for the lowest eigenstates, via the Davidson algorithm for instance, can be performed in $\order*{\Norb^4}$ computational cost.
2020-05-20 00:28:03 +02:00
Constructing the static and dynamic BSE Hamiltonians is much more expensive as it requires the complete diagonalization of the $(\Nocc \Nvir \times \Nocc \Nvir)$ RPA linear response matrix [see Eq.~\eqref{eq:LR-RPA}], which corresponds to a $\order*{\Nocc^3 \Nvir^3} = \order*{\Norb^6}$ computational cost.
Although it might be reduced to $\order*{\Norb^4}$ operations with standard resolution-of-the-identity techniques, \cite{Duchemin_2019,Duchemin_2020} this step is the computational bottleneck in our current implementation.
2020-05-19 14:02:43 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%
\section{Computational details}
\label{sec:compdet}
%%%%%%%%%%%%%%%%%%%%%%%%
2020-05-21 08:48:52 +02:00
All systems under investigation have close-shell singlet ground states.
We then adopt a restricted formalism throughout this work.
The $GW$ calculations performed to obtain the screened Coulomb operator and the quasiparticle energies are done using a (restricted) HF starting point.
2020-05-21 14:08:14 +02:00
Perturbative $GW$ (or {\GOWO}) \cite{Hybertsen_1985a, Hybertsen_1986} quasiparticle energies are employed as starting points to compute the BSE neutral excitations.
2020-05-19 16:25:21 +02:00
For both {\GOWO} and {\evGW}, the entire set of orbitals are corrected.
2020-05-19 14:02:43 +02:00
In the case of {\GOWO}, the quasiparticle energies are obtained by linearizing the frequency-dependent quasiparticle equation.
2020-05-21 14:08:14 +02:00
Further details about our implementation of {\GOWO} can be found in Refs.~\onlinecite{Loos_2018b,Veril_2018}.
2020-05-19 16:25:21 +02:00
As one-electron basis sets, we employ the augmented Dunning family (aug-cc-pVXZ) defined with cartesian Gaussian functions.
2020-05-19 14:02:43 +02:00
Finally, the infinitesimal $\eta$ is set to $100$ meV for all calculations.
2020-05-19 17:38:29 +02:00
For comparison purposes, we employ the theoretical best estimates and geometries of Refs.~\onlinecite{Loos_2018a,Loos_2019,Loos_2020b} from which coupled cluster (CC) excitation energies, namely, CC2 \cite{Christiansen_1995}, CCSD, \cite{Purvis_1982} and CC3, \cite{Christiansen_1995b} are also extracted.
2020-05-19 16:25:21 +02:00
All the BSE calculations have been performed with our locally developed $GW$ software, \texttt{QuAcK}, \cite{QuAcK} freely available on \texttt{github}, where the present perturbative correction has been implemented.
2020-05-19 14:02:43 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%
2020-05-19 16:25:21 +02:00
\section{Results and Discussion}
\label{sec:resdis}
2020-05-19 14:02:43 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%
2020-05-17 22:39:03 +02:00
2020-05-20 17:17:34 +02:00
%%% TABLE I %%%
\begin{table*}
\caption{
2020-05-20 17:24:51 +02:00
Singlet and triplet excitation energies (in eV) of \ce{N2} at the BSE@{\GOWO}@HF level for various basis sets.
2020-05-20 17:17:34 +02:00
\label{tab:N2}
}
\begin{ruledtabular}
\begin{tabular}{lddddddddd}
& \mc{3}{c}{aug-cc-pVDZ ($\Eg^{\GW} = 19.49$ eV)}
& \mc{3}{c}{aug-cc-pVTZ ($\Eg^{\GW} = 19.20$ eV)}
2020-05-20 21:15:44 +02:00
& \mc{3}{c}{aug-cc-pVQZ ($\Eg^{\GW} = 19.00$ eV)} \\
2020-05-20 17:17:34 +02:00
\cline{2-4} \cline{5-7} \cline{8-10}
2020-05-20 17:24:51 +02:00
State & \tabc{$\Om{m}{\stat}$} & \tabc{$\Delta\Om{m}{\dyn}$(TDA)} & \tabc{$\Delta\Om{m}{\dyn}$}
& \tabc{$\Om{m}{\stat}$} & \tabc{$\Delta\Om{m}{\dyn}$(TDA)} & \tabc{$\Delta\Om{m}{\dyn}$}
& \tabc{$\Om{m}{\stat}$} & \tabc{$\Delta\Om{m}{\dyn}$(TDA)} & \tabc{$\Delta\Om{m}{\dyn}$} \\
2020-05-20 17:17:34 +02:00
\hline
2020-05-21 07:29:08 +02:00
$^1\Pi_g(n \ra \pis)$ & 10.18 & -0.41 & -0.43 & 10.42 & -0.42 & -0.40 & 10.52 & -0.43 & -0.40 \\
$^1\Sigma_u^-(\pi \ra \pis)$ & 9.95 & -0.44 & -0.44 & 10.11 & -0.45 & -0.45 & 10.20 & -0.45 & -0.45 \\
$^1\Delta_u(\pi \ra \pis)$ & 10.57 & -0.41 & -0.40 & 10.75 & -0.42 & -0.41 & 10.85 & -0.42 & -0.42 \\
$^1\Sigma_g^+$(R) & 13.72 & -0.04 & -0.04 & 13.60 & -0.03 & -0.03 & 13.55 & -0.02 & -0.02 \\
$^1\Pi_u$(R) & 14.07 & -0.05 & -0.05 & 13.98 & -0.04 & -0.04 & 13.96 & -0.03 & -0.04 \\
$^1\Sigma_u^+$(R) & 13.80 & -0.08 & -0.08 & 13.98 & -0.07 & -0.08 & 14.08 & -0.06 & -0.06 \\
$^1\Pi_u$(R) & 14.22 & -0.04 & -0.03 & 14.24 & -0.03 & -0.03 & 14.26 & -0.03 & -0.02 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 07:29:08 +02:00
$^3\Sigma_u^+(\pi \ra \pis)$ & 9.21 & -1.01 & -0.71 & 9.50 & -1.04 & -0.73 & 9.61 & -1.04 & -0.71 \\
$^3\Pi_g(n \ra \pis)$ & 9.58 & -0.57 & -0.34 & 9.85 & -0.58 & -0.33 & 9.96 & -0.57 & -0.23 \\
$^3\Delta_u(\pi \ra \pis)$ & 9.97 & -0.92 & -0.58 & 10.19 & -0.95 & -0.36 & 10.29 & -0.95 & -0.70 \\
$^3\Sigma_u^-(\pi \ra \pis)$ & 10.71 & -0.81 & -0.68 & 10.89 & -0.82 & -0.30 & 11.00 & -0.83 & -0.53 \\
2020-05-20 17:17:34 +02:00
\end{tabular}
\end{ruledtabular}
\end{table*}
2020-05-20 13:49:15 +02:00
%%% TABLE I %%%
2020-05-21 23:44:49 +02:00
\begin{squeezetable}
2020-05-19 17:38:29 +02:00
\begin{table*}
\caption{
2020-05-20 13:49:15 +02:00
Singlet excitation energies (in eV) for various molecules obtained with the aug-cc-pVTZ basis set at various levels of theory.
2020-05-20 00:33:32 +02:00
The dynamical correction is computed in the TDA.
2020-05-21 12:31:11 +02:00
CT and R stand respectively for charge transfer and Rydberg.
2020-05-20 17:24:51 +02:00
\label{tab:BigTabSi}
2020-05-19 17:38:29 +02:00
}
\begin{ruledtabular}
2020-05-21 23:44:49 +02:00
\begin{tabular}{llddddddddddddddd}
& & \mc{5}{c}{BSE@{\GOWO}@HF} & \mc{5}{c}{Wave function-based methods} & \mc{5}{c}{Density-based methods} \\
\cline{3-7} \cline{8-12} \cline{13-17}
2020-05-20 17:30:49 +02:00
Mol. & State & \tabc{$\Eg^{\GW}$} & \tabc{$\Om{m}{\stat}$} & \tabc{$\Om{m}{\dyn}$} & \tabc{$\Delta\Om{m}{\dyn}$} & \tabc{$Z_{m}$}
2020-05-21 23:44:49 +02:00
& \tabc{CIS(D)} & \tabc{ADC(2)} & \tabc{CCSD} & \tabc{CC2} & \tabc{CC3}
& \tabc{B3LYP} & \tabc{PBE0} & \tabc{M06-2X} & \tabc{CAM-B3LYP} & \tabc{LC-$\omega$HPBE} \\
2020-05-19 17:38:29 +02:00
\hline
2020-05-21 23:44:49 +02:00
\ce{HCl} & $^1\Pi$(CT) & 13.43 & 8.30 & 8.19 & -0.11 & 1.009
& 6.07 & 7.97 & 7.91 & 7.96 & 7.84
& 7.33 & 7.59 & 7.56 & 7.52 & 7.96 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 23:44:49 +02:00
\ce{H2O} & $^1B_1(n \ra 3s)$ & 13.58 & 8.09 & 8.00 & -0.09 & 1.007
& 7.62 & 7.18 & 7.60 & 7.23 & 7.65
& 6.92 & 7.18 & 7.46 & 7.13 & 7.50 \\
& $^1A_2(n \ra 3p)$ & & 9.79 & 9.72 & -0.07 & 1.005
& 9.41 & 8.84 & 9.36 & 8.89 & 9.43
& 8.33 & 8.61 & 8.93 & 8.69 & 9.11 \\
& $^1A_1(n \ra 3s)$ & & 10.42 & 10.35 & -0.07 & 1.006
& 9.99 & 9.52 & 9.96 & 9.58 & 10.00
& 9.08 & 9.37 & 9.64 & 9.28 & 9.65 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 23:44:49 +02:00
\ce{N2} & $^1\Pi_g(n \ra \pis)$ & 19.20 & 10.42 & 9.99 & -0.42 & 1.031
& 9.66 & 9.48 & 9.41 & 9.44 & 9.34
& 9.23 & \\
& $^1\Sigma_u^-(\pi \ra \pis)$ & & 10.11 & 9.66 & -0.45 & 1.029
& 10.31 & 10.26 & 10.00 & 10.32 & 9.88
& & \\
& $^1\Delta_u(\pi \ra \pis)$ & & 10.75 & 10.33 & -0.42 & 1.030
& 10.85 & 10.79 & 10.44 & 10.86 & 10.29
& \\
& $^1\Sigma_g^+$(R) & & 13.60 & 13.57 & -0.03 & 1.003
& 13.67 & 12.99 & 13.15 & 12.83 & 13.01 \\
& $^1\Pi_u$(R) & & 13.98 & 13.94 & -0.04 & 1.004
& 13.64 & 13.32 & 13.43 & 13.15 & 13.22 \\
& $^1\Sigma_u^+$(R) & & 13.98 & 13.91 & -0.07 & 1.008
& 13.75 & 13.07 & 13.26 & 12.89 & 13.12 \\
& $^1\Pi_u$(R) & & 14.24 & 14.21 & -0.03 & 1.002
& 14.52 & 14.00 & 13.67 & 13.96 & 13.49 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 14:08:14 +02:00
\ce{CO} & $^1\Pi(n \ra \pis)$ & 16.46 & 9.54 & 9.19 & -0.34 & 1.029 & 8.78 & 8.69 & 8.59 & 8.64 & 8.49 \\
& $^1\Sigma^-(\pi \ra \pis)$ & & 10.25 & 9.90 & -0.35 & 1.023 & 10.13 & 10.03 & 9.99 & 10.30 & 9.99 \\
& $^1\Delta(\pi \ra \pis)$ & & 10.71 & 10.39 & -0.32 & 1.023 & 10.41 & 10.30 & 10.12 & 10.60 & 10.12 \\
& $^1\Sigma^+$(R) & & 11.88 & 11.85 & -0.03 & 1.005 & 11.48 & 11.32 & 11.22 & 11.11 & 10.94 \\
& $^1\Sigma^+$(R) & & 12.39 & 12.37 & -0.02 & 1.003 & 11.71 & 11.83 & 11.75 & 11.63 & 11.49 \\
& $^1\Pi$(R) & & 12.37 & 12.32 & -0.05 & 1.004 & 12.06 & 12.03 & 11.96 & 11.83 & 11.69 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 23:44:49 +02:00
\ce{HNO} & $^1A''(n \ra \pis)$ & 11.71 & 2.46 & 1.98 & -0.48 & 1.035
& 1.80 & 1.68 & 1.76 & 1.74 & 1.75
& 1.55 & 1.51 & 0.99 & 1.51 & 1.46 \\
& $^1A'$(R) & & 7.05 & 7.01 & -0.04 & 1.003
& 5.81 & 5.73 & 6.30 & 5.72 & 6.26
& 5.63 & 5.85 & 6.22 & 5.94 & 6.33 \\
2020-05-21 12:31:11 +02:00
\\
2020-05-22 08:49:43 +02:00
%T2: check state ordering in BSE calculation
2020-05-21 23:44:49 +02:00
\ce{C2H4} & $^1B_{3u}(\pi \ra 3s)$ & 11.49 & 7.64 & 7.62 & -0.03 & 1.004
& 7.35 & 7.34 & 7.42 & 7.29 & 7.35
& 6.63 & 6.88 & 6.94 & 6.93 & 7.57 \\
& $^1B_{1u}(\pi \ra \pis)$ & & 8.18 & 8.03 & -0.15 & 1.022
& 7.95 & 7.91 & 8.02 & 7.92 & 7.91
& 8.06 & 7.51 & 7.50 & 7.46 & 7.64 \\
& $^1B_{1g}(\pi \ra 3p)$ & & 8.29 & 8.26 & -0.03 & 1.003
& 8.01 & 7.99 & 8.08 & 7.95 & 8.03
& 7.18 & 7.45 & 7.47 & 7.54 & 8.15 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 14:08:14 +02:00
\ce{CH2O} & $^1A_2(n \ra \pis)$ & 12.00 & 5.03 & 4.68 & -0.35 & 1.027 & 4.04 & 3.92 & 4.01 & 4.07 & 3.97 \\
& $^1B_2(n \ra 3s)$ & & 7.87 & 7.85 & -0.02 & 1.001 & 6.64 & 6.50 & 7.23 & 6.56 & 7.18 \\
& $^1B_2(n \ra 3p)$ & & 8.76 & 8.72 & -0.04 & 1.003 & 7.56 & 7.53 & 8.12 & 7.57 & 8.07 \\
& $^1A_1(n \ra 3p)$ & & 8.85 & 8.84 & -0.01 & 1.000 & 8.16 & 7.47 & 8.21 & 7.52 & 8.18 \\
& $^1A_2(n \ra 3p)$ & & 8.87 & 8.85 & -0.02 & 1.002 & 8.04 & 7.99 & 8.65 & 8.04 & 8.64 \\
& $^1B_1(\si \ra \pis)$ & & 10.18 & 9.77 & -0.42 & 1.032 & 9.38 & 9.17 & 9.28 & 9.32 & 9.19 \\
& $^1A_1(\pi \ra \pis)$ & & 10.05 & 9.81 & -0.24 & 1.026 & 9.08 & 9.46 & 9.67 & 9.54 & 9.48 \\
2020-05-20 13:49:15 +02:00
\end{tabular}
\end{ruledtabular}
\end{table*}
2020-05-21 23:44:49 +02:00
\end{squeezetable}
2020-05-20 13:49:15 +02:00
%%% TABLE II %%%
2020-05-21 23:44:49 +02:00
\begin{squeezetable}
2020-05-20 13:49:15 +02:00
\begin{table*}
\caption{
Triplet excitation energies (in eV) for various molecules obtained with the aug-cc-pVTZ basis set at various levels of theory.
The dynamical correction is computed in the TDA.
2020-05-20 17:24:51 +02:00
\label{tab:BigTabTr}
2020-05-20 13:49:15 +02:00
}
\begin{ruledtabular}
2020-05-21 23:44:49 +02:00
\begin{tabular}{llddddddddddddddd}
& & \mc{5}{c}{BSE@{\GOWO}@HF} & \mc{5}{c}{Wave function-based methods} & \mc{5}{c}{Density-based methods} \\
\cline{3-7} \cline{8-12} \cline{13-17}
2020-05-20 17:30:49 +02:00
Mol. & State & \tabc{$\Eg^{\GW}$} & \tabc{$\Om{m}{\stat}$} & \tabc{$\Om{m}{\dyn}$} & \tabc{$\Delta\Om{m}{\dyn}$} & \tabc{$Z_{m}$}
2020-05-21 23:44:49 +02:00
& \tabc{CIS(D)} & \tabc{ADC(2)} & \tabc{CCSD} & \tabc{CC2} & \tabc{CC3}
& \tabc{B3LYP} & \tabc{PBE0} & \tabc{M06-2X} & \tabc{CAM-B3LYP} & \tabc{LC-$\omega$HPBE} \\
2020-05-20 13:49:15 +02:00
\hline
2020-05-21 23:44:49 +02:00
\ce{H2O} & $^3B_1(n \ra 3s)$ & 13.58 & 8.14 & 7.98 & -0.15 & 1.014
& 7.25 & 6.86 & 7.20 & 6.91 & 7.28
& 6.55 & 6.75 & 7.12 & 6.72 & 7.04 \\
& $^3A_2(n \ra 3p)$ & & 9.97 & 9.89 & -0.07 & 1.008
& 9.24 & 8.72 & 9.20 & 8.77 & 9.26
& 8.22 & 8.45 & 8.77 & 8.54 & 8.92 \\
& $^3A_1(n \ra 3s)$ & & 10.28 & 10.13 & -0.15 & 1.012
& 9.54 & 9.15 & 9.49 & 9.20 & 9.56
& 8.60 & 8.82 & 9.24 & 8.79 & 9.11 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 14:08:14 +02:00
\ce{N2} & $^3\Sigma_u^+(\pi \ra \pis)$ & 19.20 & 9.50 & 8.46 & -1.04 & 1.060 & 8.20 & 8.15 & 7.66 & 8.19 & 7.68 \\
& $^3\Pi_g(n \ra \pis)$ & & 9.85 & 9.27 & -0.58 & 1.050 & 8.33 & 8.20 & 8.09 & 8.19 & 8.04 \\
& $^3\Delta_u(\pi \ra \pis)$ & & 10.19 & 9.24 & -0.95 & 1.060 & 9.30 & 9.25 & 8.91 & 9.30 & 8.87 \\
& $^3\Sigma_u^-(\pi \ra \pis)$ & & 10.89 & 10.06 & -0.82 & 1.058 & 10.29 & 10.23 & 9.83 & 10.29 & 9.68 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 14:08:14 +02:00
\ce{CO} & $^3\Pi(n \ra \pis)$ & 16.46 & 8.10 & 7.33 & -0.77 & 1.055 & 6.51 & 6.45 & 6.36 & 6.42 & 6.30 \\
& $^3\Sigma^+(\pi \ra \pis)$ & & 9.61 & 9.04 & -0.57 & 1.037 & 8.63 & 8.54 & 8.34 & 8.72 & 8.45 \\
& $^3\Delta(\pi \ra \pis)$ & & 10.20 & 9.69 & -0.50 & 1.036 & 9.44 & 9.33 & 9.23 & 9.56 & 9.30 \\
& $^3\Sigma_u^-(\pi \ra \pis)$ & & 10.79 & 10.38 & -0.42 & 1.034 & 10.10 & 10.01 & 9.81 & 10.27 & 9.82 \\
& $^3\Sigma_u^+$(R) & & 11.48 & 11.38 & -0.10 & 1.010 & 10.98 & 10.83 & 10.71 & 10.60 & 10.45 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 23:44:49 +02:00
\ce{HNO} & $^3A''(n \ra \pis)$ & 11.71 & 3.05 & 2.35 & -0.71 & 1.069
& 0.91 & 0.78 & 0.85 & 0.84 & 0.88
& -0.47 & -0.61 & 0.36 & -0.49 & -0.58 \\
& $^3A'(\pi \ra \pis)$ & & 6.69 & 6.70 & 0.01 & 1.000
& 5.72 & 5.46 & 5.49 & 5.44 & 5.59
& 4.73 & 4.46 & 5.27 & 4.55 & 4.57 \\
2020-05-21 12:31:11 +02:00
\\
2020-05-21 23:44:49 +02:00
\ce{C2H4} & $^3B_{1u}(\pi \ra \pis)$ & 11.49 & 6.54 & 5.85 & -0.69 & 1.065
& 4.62 & 4.59 & 4.46 & 4.59 & 4.53
& 4.07 & 3.84 & 4.54 & 3.92 & 3.55 \\
& $^3B_{3u}(\pi \ra 3s)$ & & 7.61 & 7.55 & -0.06 & 1.008
& 7.26 & 7.23 & 7.29 & 7.19 & 7.24
& 6.54 & 6.74 & 6.90 & 6.83 & 7.41 \\
& $^3B_{1g}(\pi \ra 3p)$ & & 8.34 & 8.31 & -0.03 & 1.003
& 7.97 & 7.95 & 8.03 & 7.91 & 7.98
& 7.14 & 7.34 & 7.46 & 7.45 & 7.53 \\
2020-05-20 17:24:51 +02:00
\\
2020-05-21 14:08:14 +02:00
\ce{CH2O} & $^3A_2(n \ra \pis)$ & 12.00 & 5.53 & 5.05 & -0.47 & 1.049 & 3.58 & 3.46 & 3.56 & 3.59 & 3.57 \\
& $^3A_1(\pi \ra \pis)$ & & 8.15 & 7.32 & -0.83 & 1.067 & 6.27 & 6.20 & 5.97 & 6.30 & 6.05 \\
& $^3B_2(n \ra 3s)$ & & 7.51 & 7.54 & 0.03 & 0.994 & 6.66 & 6.39 & 7.08 & 6.44 & 7.03 \\
& $^3B_2(n \ra 3p)$ & & 8.62 & 8.61 & -0.00 & 0.998 & 7.52 & 7.41 & 7.94 & 7.45 & 7.92 \\
& $^3A_1(n \ra 3p)$ & & 8.75 & 8.69 & -0.06 & 1.007 & 7.68 & 7.40 & 8.09 & 7.44 & 8.08 \\
& $^3B_1(n \ra 3d)$ & & 8.82 & 8.82 & -0.01 & 1.000 & 8.57 & 8.39 & 8.43 & 8.52 & 8.41 \\
2020-05-20 00:28:03 +02:00
\end{tabular}
2020-05-19 17:38:29 +02:00
\end{ruledtabular}
\end{table*}
2020-05-21 23:44:49 +02:00
\end{squeezetable}
2020-05-19 17:38:29 +02:00
2020-05-20 17:17:34 +02:00
%%% TABLE III %%%
2020-05-21 12:31:11 +02:00
%\begin{table}
% \caption{
% Excitation energies (in eV) of CN3 obtained with the aug-cc-pVDZ basis set at various levels of theory.
% %$\Eg^{\GW} = 13.79$ eV.
% \label{tab:CN3}
% }
% \begin{ruledtabular}
% \begin{tabular}{lcc}
% & \mc{2}{c}{Excitation} \\
% Method & $^1B_2(\pi \ra \pis)$ & $^3B_2(\pi \ra \pis)$ \\
% \hline
% BSE@{\GOWO}@HF & 7.66 & 6.52 \\
% dBSE(TDA)@{\GOWO}@HF & 7.51 & 6.11 \\
% FCI & 7.14 & 5.47 \\
% \end{tabular}
% \end{ruledtabular}
%\end{table}
2020-05-20 17:17:34 +02:00
2020-05-17 22:39:03 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%
\section{Conclusion}
\label{sec:conclusion}
%%%%%%%%%%%%%%%%%%%%%%%%
This is the conclusion
%%%%%%%%%%%%%%%%%%%%%%%%
\acknowledgements{
%%%%%%%%%%%%%%%%%%%%%%%%
2020-05-20 17:17:34 +02:00
PFL thanks the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation programme (Grant agreement No.~863481) for financial support.
2020-05-17 22:39:03 +02:00
This work was performed using HPC resources from GENCI-TGCC (Grant No.~2019-A0060801738) and CALMIP (Toulouse) under allocation 2020-18005.
Funding from the \textit{``Centre National de la Recherche Scientifique''} is acknowledged.
This work has also been supported through the EUR grant NanoX ANR-17-EURE-0009 in the framework of the \textit{``Programme des Investissements d'Avenir''.}}
%%%%%%%%%%%%%%%%%%%%%%%%
2020-05-21 12:31:11 +02:00
%\section*{Supporting Information}
2020-05-17 22:39:03 +02:00
%%%%%%%%%%%%%%%%%%%%%%%%
2020-05-21 12:31:11 +02:00
%See {\SI} for plenty of stuff
2020-05-17 22:39:03 +02:00
\bibliography{BSEdyn}
\end{document}