diff --git a/src/qec-meeting-presentation/main.tex b/src/qec-meeting-presentation/main.tex new file mode 100644 index 0000000..f5acdca --- /dev/null +++ b/src/qec-meeting-presentation/main.tex @@ -0,0 +1,166 @@ +\documentclass[xcolor=dvipsnames,t,aspectratio=169]{beamer} +\setbeamersize{text margin left=1cm,text margin right=1cm,} + +\usepackage{subcaption} +\usepackage{minted} +\usepackage[minted, most]{tcolorbox} +\usepackage{amsmath} +\usepackage{bm} +\usepackage{siunitx} +\usepackage{graphics} +\usepackage{xfp} + +\usepackage[T1]{fontenc} +\usepackage[scaled=.92]{helvet} + +\usepackage{tikz} +\usetikzlibrary{positioning, arrows.meta, shapes.misc, +decorations.pathreplacing, calc} + +\usepackage{pgfplots} +\usepackage{pgffor} +\usepgfplotslibrary{groupplots} + +% \usetikzlibrary{external} +% \tikzexternalize + +% +% +% Set up the theme +% +% + +% General and beamer options + +\makeatletter +\addtobeamertemplate{author}{\centering}{} +\addtobeamertemplate{date}{\vspace*{-0.85cm}\centering}{} +\makeatother + +\setbeamertemplate{enumerate items}[circle] +\setbeamertemplate{itemize items}[circle] +\setbeamercolor{title}{fg=black} +\setbeamercolor{frametitle}{fg=black} + +\setbeamertemplate{footline}[frame number] +\setbeamertemplate{navigation symbols}{} + +% \AtBeginSection[]{ +% \begin{frame} +% \frametitle{Overview} +% \tableofcontents[currentsection] +% \end{frame} +% } +% +% \AtBeginSubsection[]{ +% \begin{frame} +% \frametitle{Overview} +% \tableofcontents[currentsubsection] +% \end{frame} +% } + +\fontfamily{cmss}\selectfont + +\newcommand\wider[2][3em]{% + \makebox[\linewidth][c]{% + \begin{minipage}{\dimexpr\textwidth+#1\relax} + \raggedright#2 + \end{minipage}% + }% +} + +% Code listings + +\usemintedstyle{gruvbox-dark} +\definecolor{gruvbox-bg}{HTML}{282828} + +% PGF color scheme + +\input{lib/latex-common/common.tex} +\pgfplotsset{colorscheme/rocket} + +% +% +% Configure document +% +% + +\title{Soft-Information Aware Sliding-Window Decoding} +\author{Andreas Tsouchlos} +\date{March 26, 2026} + +% +% +% Custom commands +% +% + +\newcommand{\red}[1]{\textcolor{red}{#1}} + +\newcommand{\linkpython}[1]{ + \scalebox{0.7}{ + \begingroup + \setbox0=\hbox{\includegraphics[scale=0.18]{\res/python-logo.pdf}}% + \parbox{\wd0}{\box0}\endgroup + \hspace{1mm} + \colorbox{gruvbox-bg}{% + \textcolor{white}{% + \texttt{#1}% + }% + }% + }% +} + +% +% +% Content +% +% + +\begin{document} + +\frame[plain]{\titlepage} +\setcounter{framenumber}{0} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Motivation and Core Idea} +\label{sec:Motivation and Core Idea} + +\begin{frame} + \frametitle{Syndrome Extraction Circuits for Fault-Tolerant QEC} +\end{frame} + +\begin{frame} + \frametitle{Windowed Decoding} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Current Results} +\label{sec:Current Results} + +\begin{frame} + \frametitle{An ``Upper Bound'' on the Performance} +\end{frame} + +\begin{frame} + \frametitle{Soft- vs. Hard-Information Decoding Behavior I} +\end{frame} + +\begin{frame} + \frametitle{Soft- vs. Hard-Information Decoding Behavior II} +\end{frame} + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +\section{Future Work and Open Questions} +\label{sec:Future Work and Open Questions} + +\begin{frame} + \frametitle{Future Work} +\end{frame} + +\begin{frame} + \frametitle{Questions} +\end{frame} + +\end{document} +