FarDFT/Abstract/FarDFT_Abstract.tex
2019-11-14 11:33:04 +01:00

139 lines
4.1 KiB
TeX

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% This is a LaTeX template for abstracts for WATOC 2017 in Munich, Germany
%
% Author instructions are below
%
% Do not change the setup
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentclass[a4paper,fontsize=10pt]{scrartcl}
%%%%%%%%%%%%%%%%
% Preamble %
% DO NOT TOUCH %
%%%%%%%%%%%%%%%%
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{txfonts}
\usepackage[left=1.25in,right=1.25in,top=1.0in,bottom=2.10in]{geometry}
\usepackage{ifthen}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% Here you can load your own packages if needed.
%
% \usepackage{whatever}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\pagestyle{empty}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% DO NOT CHANGE ANY OF THE FOLLOWING DEFINITIONS
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\setlength{\parindent}{0cm}
\renewcommand\refname{}
\newcommand{\Title}[1]{
\begin{center}
\large{
\textbf{
#1
\vspace{1.0\baselineskip}
}
}
\end{center}
}
\newcount{\numauthors}
\numauthors=0%
\newcommand{\AddAuthor}[2]{%
\advance\numauthors by 1%
\large{%%
\ifnum\numauthors=1%
\textbf{#1}\textsuperscript{#2}%
\else%
\textbf{, #1}\textsuperscript{#2}%
\fi%
}%
}%
\newcount{\numaddress}
\numaddress=0%
\newcommand{\AddAddress}[2]{%
\advance\numaddress by 1%
\textsuperscript{#2}%
\normalsize{%
\textit{#1}%
}%
\\%
}%
\newenvironment{Authors}{
\begin{center}
}{
\end{center}
}
\newenvironment{Address}{
\begin{center}
}{
\end{center}
}
\newenvironment{Abstract}{
{~}
\vspace{
\baselineskip
}
\newline{}
\normalsize
}{
}
%%%%%%%%%%%%%%%%%%%%%
% Beginning of Abstract
%%%%%%%%%%%%%%%%%%%%%
% All formatting will be dealt with by the functions \Title, \AddAuthor, \AddAddress, ...
\begin{document}
% Your title goes here
\Title{\Large Weight-dependent exchange-correlation local-density approximation for molecules}
\begin{Authors}
% For every author add an \AddAuthor command
% Superscript for affiliation goes in as second argument.
% leave empty if no affiliation
\AddAuthor{Clotilde Marut}{1}%
\AddAuthor{Pierre-Fran\c{c}ois Loos}{1}%
\end{Authors}
%
\begin{Address}
% Your address goes here. For every address add an \AddAddress command
% Superscript is the second argument
\AddAddress{Laboratoire de Chimie et Physique Quantiques, Universit\'e de Toulouse, CNRS, UPS, France}{1}%
\end{Address}
\begin{Abstract}
% Your abstract goes here
In this paper, we will report a first generation of local, weight-dependent exchange-correlation density-functional approximations (DFAs) for molecules.
These density-functional approximations for ensembles (eDFAs) incorporate information about both ground and excited states in the context of density-functional theory for ensembles (eDFT) \cite{Gross_1988, Gross_1988a, Oliveira_1988}.
They are specially designed for the computation of single and double excitations within eDFT, and can be seen as a natural extension of the ubiquitous local-density approximation (LDA) to ensembles.
The resulting eDFAs, dubbed eLDA, which are based on both finite and infinite uniform electron gas models, automatically incorporate the infamous derivative discontinuity contributions to the excitation energies through their explicit ensemble weight dependence \cite{Levy_1995, Perdew_1983}.
Their accuracy is illustrated by computing single and double excitations for the H$_2$ molecule.
% Here is an example of a bibliography
\bibliographystyle{unsrt}
\bibliography{FarDFT}
% include figures the usual way:
% \begin{figure}[h]
% \includegraphics[width=6cm]{TOC}
% \centering
% \caption{
% \label{fig:iAC}
% An example of complex adiabatic connection.}
% \end{figure}
%%%%%%%%%%%%%%%%%%%%%%%%%%%
% End of Abstract %
% No text after this line %
%%%%%%%%%%%%%%%%%%%%%%%%%%%
\end{Abstract}
\end{document}