lectures 1 2021

This commit is contained in:
Pierre-Francois Loos 2021-04-24 21:23:53 +02:00
parent 2cdd6427a6
commit 9b6e724e17
26 changed files with 1411 additions and 0 deletions

File diff suppressed because it is too large Load Diff

BIN
2021/Lecture_1/fig/Be.pdf Normal file

Binary file not shown.

BIN
2021/Lecture_1/fig/C.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

BIN
2021/Lecture_1/fig/CNRS.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 138 KiB

BIN
2021/Lecture_1/fig/ERC.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
2021/Lecture_1/fig/LCPQ.pdf Normal file

Binary file not shown.

BIN
2021/Lecture_1/fig/MP2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

BIN
2021/Lecture_1/fig/SBG.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 126 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

BIN
2021/Lecture_1/fig/UPS.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 516 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

View File

@ -0,0 +1,182 @@
\documentclass[aspectratio=169,9pt]{beamer}
% ***********
% * PACKAGE *
% ***********
\usepackage{amsmath,amssymb,amsfonts,pgfpages,graphicx,subfigure,xcolor,bm,multirow,microtype,wasysym,multimedia,hyperref,tabularx,amscd,pgfgantt,mhchem}
\usetikzlibrary{shapes.gates.logic.US,trees,positioning,arrows}
\usetheme{Pittsburgh}
\usecolortheme{seahorse}
\usepackage{mathpazo,libertine}
\usepackage{algorithmicx,algorithm,algpseudocode}
\algnewcommand\algorithmicassert{\texttt{assert}}
\algnewcommand\Assert[1]{\State \algorithmicassert(#1)}
%\algrenewcommand{\algorithmiccomment}[1]{$\triangleright$ #1}
%\usepackage[version=4]{mhchem}
\usepackage{amsmath,amsfonts,amssymb,bm,microtype,graphicx,wrapfig,geometry,physics,eurosym,multirow,pgfgantt}
\usepackage{hyperref}
\hypersetup{
colorlinks=true,
linkcolor=cyan,
filecolor=magenta,
urlcolor=blue,
citecolor=purple
}
% operators
\newcommand{\hI}{\Hat{1}}
\newcommand{\hH}{\Hat{H}}
\newcommand{\hT}[2]{\Hat{T}_{#1}^{#2}}
\newcommand{\bH}{\mathbold{H}}
\newcommand{\br}{\mathbold{r}}
\newcommand{\la}{\lambda}
\newcommand{\si}{\sigma}
\newcommand{\cJ}{\mathcal{J}}
\newcommand{\cK}{\mathcal{K}}
% wave functions
\newcommand{\PsiO}{\Psi_0}
\newcommand{\PsiHF}{\Psi_\text{RHF}}
\newcommand{\PsiFCI}{\Psi_\text{FCI}}
\newcommand{\PsiCC}{\Psi_\text{CC}}
\newcommand{\PsiCCD}{\Psi_\text{CCD}}
\newcommand{\amp}[2]{t_{#1}^{#2}}
\newcommand{\Det}[2]{\Psi_{#1}^{#2}}
% energies
\newcommand{\EHF}{E_\text{HF}}
\newcommand{\EO}{E_\text{0}}
\newcommand{\ECC}{E_\text{CC}}
\newcommand{\EVCC}{E_\text{VCC}}
\newcommand{\ECCD}{E_\text{CCD}}
\newcommand{\nEl}{n}
\newcommand{\nBas}{N}
\newcommand{\ba}{\bm{a}}
\newcommand{\bb}{\bm{b}}
\newcommand{\bA}{\bm{A}}
\newcommand{\bB}{\bm{B}}
\newcommand{\bo}{\bm{0}}
\newcommand{\sbra}[1]{[ #1 |}
\newcommand{\sket}[1]{| #1 ]}
\newcommand{\sexpval}[1]{[ #1 ]}
\newcommand{\sbraket}[2]{[ #1 | #2 ]}
\newcommand{\smel}[3]{[ #1 | #2 | #3 ]}
\definecolor{darkgreen}{RGB}{0, 180, 0}
\definecolor{fooblue}{RGB}{0,153,255}
\definecolor{fooyellow}{RGB}{234,187,0}
\definecolor{lavender}{rgb}{0.71, 0.49, 0.86}
\definecolor{inchworm}{rgb}{0.7, 0.93, 0.36}
\newcommand{\violet}[1]{\textcolor{lavender}{#1}}
\newcommand{\orange}[1]{\textcolor{orange}{#1}}
\newcommand{\purple}[1]{\textcolor{purple}{#1}}
\newcommand{\blue}[1]{\textcolor{blue}{#1}}
\newcommand{\green}[1]{\textcolor{darkgreen}{#1}}
\newcommand{\yellow}[1]{\textcolor{fooyellow}{#1}}
\newcommand{\red}[1]{\textcolor{red}{#1}}
\newcommand{\highlight}[1]{\textcolor{fooblue}{#1}}
\newcommand{\pub}[1]{\small \textcolor{purple}{#1}}
\newcommand{\mc}{\multicolumn}
\newcommand{\mycirc}[1][black]{\Large\textcolor{#1}{\ensuremath\bullet}}
\usepackage{tikz}
\usetikzlibrary{arrows,positioning,shapes.geometric}
\usetikzlibrary{decorations.pathmorphing}
\tikzset{snake it/.style={
decoration={snake,
amplitude = .4mm,
segment length = 2mm},decorate}}
% *************
% * HEAD DATA *
% *************
\title[$GW$/BSE methods in chemistry]{
\purple{$GW$/BSE methods in chemistry: \\
Computational aspects}
}
\author[PF Loos]{Pierre-Fran\c{c}ois LOOS}
\date{Online ISTPC 2021 school --- April 27th, 2021}
\institute[CNRS@LCPQ]{
Laboratoire de Chimie et Physique Quantiques (UMR 5626),\\
Universit\'e de Toulouse, CNRS, UPS, Toulouse, France.
}
\titlegraphic{
\includegraphics[width=0.4\textwidth]{fig/jarvis}
\\
\vspace{0.05\textheight}
\includegraphics[height=0.05\textwidth]{fig/UPS}
\hspace{0.2\textwidth}
\includegraphics[height=0.05\textwidth]{fig/ERC}
\hspace{0.2\textwidth}
\includegraphics[height=0.05\textwidth]{fig/LCPQ}
\hspace{0.2\textwidth}
\includegraphics[height=0.05\textwidth]{fig/CNRS}
}
\begin{document}
%%% SLIDE 1 %%%
\begin{frame}
\titlepage
\end{frame}
%
%%% SLIDE 2 %%%
\begin{frame}{Today's program}
\begin{itemize}
\item
\end{itemize}
\end{frame}
%
%%% FINAL SLIDE %%%
%-----------------------------------------------------
\section{Books}
%-----------------------------------------------------
\begin{frame}{Good books}
\begin{columns}
\begin{column}{0.7\textwidth}
\begin{itemize}
\item Introduction to Computational Chemistry (Jensen)
\\
\vspace{1cm}
\item Essentials of Computational Chemistry (Cramer)
\\
\vspace{1cm}
\item Modern Quantum Chemistry (Szabo \& Ostlund)
\\
\vspace{1cm}
\item Molecular Electronic Structure Theory (Helgaker, Jorgensen \& Olsen)
\\
\vspace{1cm}
\end{itemize}
\end{column}
\begin{column}{0.3\textwidth}
\centering
\includegraphics[height=0.3\textwidth]{fig/Jensen}
\\
\bigskip
\includegraphics[height=0.3\textwidth]{fig/Cramer}
\\
\bigskip
\includegraphics[height=0.3\textwidth]{fig/Szabo}
\\
\bigskip
\includegraphics[height=0.3\textwidth]{fig/Helgaker}
\end{column}
\end{columns}
\end{frame}
\end{document}

BIN
2021/Lecture_2/fig/CNRS.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 121 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
2021/Lecture_2/fig/ERC.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 101 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
2021/Lecture_2/fig/LCPQ.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 MiB

BIN
2021/Lecture_2/fig/UPS.pdf Normal file

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 40 KiB