Skip to content

Commit 57bd908

Browse files
committed
updated 02
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 529e065 commit 57bd908

6 files changed

Lines changed: 29 additions & 16 deletions

File tree

presentations/02/contour.tex

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -128,19 +128,19 @@ \subsection{The true density matrix}
128128
\fi
129129
}
130130

131-
\draw[decorate,decoration=brace]
132-
($(mu-2.south east)+(0,0)$) --
131+
\draw[<->]%decorate,decoration=brace]
132+
($(mu-2.south)+(0,0)$) --
133133
node[below left=6pt] {$\ncor^1_2,\color{bad}\ncor^2_1$}
134-
($(mu-1.south west)+(0,0)$);
135-
136-
\draw[decorate,decoration=brace]
137-
($(mu-3.south east)+(0,-.4)$) --
138-
node[below=6pt] {$\color{bad}\ncor^2_3\color{black},\color{ok}\ncor^3_2$}
139-
($(mu-2.south west)+(0,-.4)$);
140-
\draw[decorate,decoration=brace]
141-
($(mu-3.south east)+(0,-1.2)$) --
142-
node[below=6pt] {$\ncor^1_3,\color{ok}\ncor^3_1$}
143-
($(mu-1.south west)+(0,-1.2)$);
134+
($(mu-1.south)+(0,0)$);
135+
136+
\draw[<->]%decorate,decoration=brace]
137+
($(mu-3.south)+(0,-.4)$) --
138+
node[below=3pt] {$\color{bad}\ncor^2_3\color{black},\color{ok}\ncor^3_2$}
139+
($(mu-2.south)+(0,-.4)$);
140+
\draw[<->]
141+
($(mu-3.south)+(0,-1.3)$) --
142+
node[below=4pt] {$\ncor^1_3,\color{ok}\ncor^3_1$}
143+
($(mu-1.south)+(0,-1.3)$);
144144

145145
\node at ($(mu-3.south east) + (1.5, -0.5)$) {3 electrodes!};
146146

presentations/02/negf.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ \subsection{Density matrix}
102102
\subsection{Numeric integration}
103103

104104
\begin{frame}
105-
\framesubtitle{Numeric integration}
105+
\frametitle{Numeric integration}
106106
\framesubtitle{Equilibrium}
107107

108108
Calculation of $\DE^\varsigma$:

presentations/02/steps.tex

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,25 @@ \subsection{Electrodes}
2424
\item Decide $k$-point sampling in transverse direction (converge)
2525
\end{itemize}
2626

27+
\only<1-2>{
2728
\begin{center}
2829
\fbox{\incg[width=.4\linewidth]{elec}}
2930
\hskip 2ex
3031
\tdir
31-
\end{center}
32+
\end{center}}
33+
\only<3->{
34+
\begin{center}
35+
\fbox{\incg[width=.4\linewidth]{elec_rep_left}}
36+
\hskip 2ex
37+
\tdir
38+
\end{center}}
39+
40+
\vskip 2ex
41+
\uncover<2->{
42+
\begin{center}
43+
\large
44+
Is there anything special about this electrode?
45+
\end{center}}
3246

3347
\vskip 6ex
3448
\end{frame}

presentations/02/talk.tex

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@
2525

2626
\input negf.tex
2727
\input contour.tex
28-
2928
\input chemical.tex
30-
%\input pivoting.tex
3129
\input steps.tex
3230
\input summary.tex
3331

presentations/03/talk.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424

2525
\input hartree.tex
2626
\input algorithms.tex
27+
\input pivoting.tex
2728

2829
\end{document}

0 commit comments

Comments
 (0)