Skip to content

Commit df54f33

Browse files
committed
updated 03
Signed-off-by: Nick Papior <nickpapior@gmail.com>
1 parent 3cc02f5 commit df54f33

3 files changed

Lines changed: 28 additions & 81 deletions

File tree

presentations/03/algorithms.tex

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,33 @@ \subsection{Pivoting for BTD}
265265
\end{framenologo}
266266

267267

268+
\subsection{The omnipotent pivoting scheme?}
269+
270+
\begin{frame}
271+
\frametitle{Pivoting for optimal BTD}
272+
\framesubtitle{Analyzing the sparsity pattern}
273+
274+
\begin{center}
275+
\texttt{transiesta -fdf TS.Analyze RUN.fdf}
276+
\end{center}
277+
278+
\begin{itemize}[<+->]
279+
\item Analysing all build-in pivoting schemes
280+
281+
\item Extremely fast
282+
283+
\item Atomic and/or orbital pivoting allowed (similar pivoting table)
284+
285+
\item Can be run on a single core machine for, practically any size of system(!)
286+
287+
\item Before starting big calculations, always do this analyse step! It takes
288+
\emph{no} time and can save you many hours of computational time.
289+
290+
\item Example, select the one which uses the least amount of memory
291+
292+
\end{itemize}
293+
294+
\end{frame}
268295

269296

270297
\subsection{Efficient calculation of the spectral function}

presentations/03/pivoting.tex

Lines changed: 0 additions & 80 deletions
This file was deleted.

presentations/common.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
%\logo{\includegraphics[width=\logosize]{SIESTA_small}}
2323

2424
% Explicitly set the compatibility version
25-
%\pgfplotsset{compat=1.15}
25+
\pgfplotsset{compat=1.15}
2626

2727

2828
\usetikzlibrary{%

0 commit comments

Comments
 (0)