Skip to content

Commit 8415e91

Browse files
committed
presentatian clean-up
1 parent 7f322fa commit 8415e91

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

presentations/01/electrodes.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -413,10 +413,10 @@ \subsection{Electrodes}
413413
}
414414
\uncover<3->{
415415
\fill (.5,0) circle (\mysize) node[above right] {1};
416-
\fill (1.5,0) circle (\mysize) node[above right] {2};
417-
\fill (2.5,0) circle (\mysize) node[above right] {3};
418-
\fill (.5,1) circle (\mysize) node[above right] {4};
419-
\fill (1.5,1) circle (\mysize) node[above right] {5};
416+
\fill (1.5,0) circle (\mysize) node[above right] {3};
417+
\fill (2.5,0) circle (\mysize) node[above right] {5};
418+
\fill (.5,1) circle (\mysize) node[above right] {2};
419+
\fill (1.5,1) circle (\mysize) node[above right] {4};
420420
\fill (2.5,1) circle (\mysize) node[above right] {6};
421421
}
422422
\foreach \x in {-2.5,-1.5,-.5,3.5,4.5,5.5} {

presentations/01/negf.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,8 +150,8 @@ \subsection{Transmission}
150150

151151
The sum of bond-currents crossing \emph{any} device cross-section is equal to the
152152
current between the leads. Without the prefactor $e/h$ this also applies for the
153-
bond-transmissions\footnote{TBtrans calculates bond-\emph{transmissions}, although
154-
they are named \emph{currents}.}.
153+
bond-transmissions\footnote{TBtrans calculates bond-\emph{transmissions} (without the
154+
prefactor $e/h$), although they are named \emph{currents}.}.
155155

156156
The bond-currents obey Kirchoff's laws.
157157

presentations/01/se.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ \subsection{Semi-infinity}
4646
Describes interaction of a system to a semi-infinite region
4747

4848
\item%
49-
Self-energy calculations \emph{require} no more than nearest neighbour interactions between unit-cells!
49+
Self-energy calculations \emph{require} no more than nearest neighbour interactions between unit-cells
5050

5151
\begin{align*}
5252
\SE_{\mrc 11}(E) &= \VV^\dagger\big[E+\im\eta-\HH\big]^{-1}\VV

presentations/02/sisl.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ \subsection{Calculating DOS}
101101

102102
\begin{verbatim}
103103
H = sisl.Hamiltonian.read('RUN.fdf')
104-
mp = sisl.MonkhorstPack(H, [nx, ny, nz]).asaverage()
104+
mp = sisl.MonkhorstPack(H, [nx, ny, nz]).apply.average
105105
E = np.linspace(-4, 4, 1000)
106106
DOS = mp.DOS(E)
107107
\end{verbatim}

presentations/04/hartree.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ \subsection{Boundary conditions}
7373

7474
\begin{block}<+->{Boundary conditions}
7575

76-
The electrode Hartree potential are the boundary conditions.
76+
The electrode Hartree potential is the boundary condition.
7777

7878
In TranSiesta this is accomplished by fixing the electrostatic potential at one of the
7979
electrode planes.

0 commit comments

Comments
 (0)