Make detector XOR graphic red
This commit is contained in:
@@ -49,10 +49,11 @@
|
|||||||
\usepackage{braket}
|
\usepackage{braket}
|
||||||
\usepackage{quantikz}
|
\usepackage{quantikz}
|
||||||
\usepackage{nicematrix}
|
\usepackage{nicematrix}
|
||||||
|
\usepackage{xpatch}
|
||||||
|
|
||||||
\title{Fault Tolerant Quantum Error Correction}
|
\title{Fault Tolerant Quantum Error Correction}
|
||||||
\subtitle{Master's Thesis Midterm Presentation}
|
\subtitle{Master's Thesis Midterm Presentation}
|
||||||
\author[Tsouchlos]{Andreas Tsouchlos}
|
\author[Andreas]{Andreas Tsouchlos}
|
||||||
\date[]{}
|
\date[]{}
|
||||||
|
|
||||||
\DeclareFieldFormat{note}{}
|
\DeclareFieldFormat{note}{}
|
||||||
@@ -77,6 +78,14 @@
|
|||||||
\newcommand{\Y}{\textcolor{kit-red}{\bm{Y}}}
|
\newcommand{\Y}{\textcolor{kit-red}{\bm{Y}}}
|
||||||
\newcommand{\I}{\bm{I}}
|
\newcommand{\I}{\bm{I}}
|
||||||
|
|
||||||
|
\xpatchcmd{\fullwire}
|
||||||
|
{\arrow[arrows,start anchor=#2startone,end anchor=#2endone]
|
||||||
|
{#1}\arrow[arrows,start anchor=#2starttwo,end anchor=#2endtwo,#4] {#1}}
|
||||||
|
{\arrow[arrows,start anchor=#2startone,end anchor=#2endone,#4]
|
||||||
|
{#1}\arrow[arrows,start anchor=#2starttwo,end anchor=#2endtwo,#4] {#1}}
|
||||||
|
{\typeout{Successfully patched fullwire for classical wires}}
|
||||||
|
{\typeout{Failed to patch fullwire for classical wires}}
|
||||||
|
|
||||||
%
|
%
|
||||||
%
|
%
|
||||||
% Acronyms
|
% Acronyms
|
||||||
@@ -120,7 +129,7 @@
|
|||||||
|
|
||||||
\DeclareAcronym{scldpc}{
|
\DeclareAcronym{scldpc}{
|
||||||
short=SC-LDPC,
|
short=SC-LDPC,
|
||||||
long=spatially - coupled low - density parity - check
|
long=spatially-coupled low-density parity-check
|
||||||
}
|
}
|
||||||
|
|
||||||
%
|
%
|
||||||
@@ -819,7 +828,7 @@
|
|||||||
\hspace*{-75mm}
|
\hspace*{-75mm}
|
||||||
\scalebox{0.85}{
|
\scalebox{0.85}{
|
||||||
\parbox{.5\linewidth}{%
|
\parbox{.5\linewidth}{%
|
||||||
\vspace*{22.5mm}
|
\vspace*{22.6mm}
|
||||||
\begin{gather*}
|
\begin{gather*}
|
||||||
\bm{\Omega} =
|
\bm{\Omega} =
|
||||||
\left(
|
\left(
|
||||||
@@ -1100,34 +1109,46 @@
|
|||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
% TODO: Journal not showing for derks_designing_2025
|
% TODO: Journal not showing for derks_designing_2025
|
||||||
\begin{frame}
|
\begin{frame}[fragile]
|
||||||
\frametitle{The Detector Error Matrix I}
|
\frametitle{The Detector Error Matrix I}
|
||||||
|
|
||||||
\vspace*{-17mm}
|
\vspace*{-17mm}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item A detector is a parity constraint on a set of
|
\item \schlagwort{Detector error matrix} $\bm{H}$ contains
|
||||||
measurement outcomes \citereference{derks_designing_2025}
|
modified error patterns
|
||||||
\item Each column of the \schlagwort{detector error matrix} $\bm{H}$
|
\item Repetition of errors mitigated by XORing measurements
|
||||||
corresponds to a detector pattern an error produces
|
|
||||||
\item We can mitigate the propagation of errors into
|
|
||||||
subsequent rounds by XORing the measurements, i.e.,
|
|
||||||
defining detectors appropriately; this is equivalent to
|
|
||||||
row additions
|
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\begin{minipage}{0.5\textwidth}
|
\begin{minipage}{0.5\textwidth}
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
|
\newcommand{\redwire}[1]{
|
||||||
|
\wire[r][#1][style={draw=red, line width=2pt, double}]{q}
|
||||||
|
}
|
||||||
|
\newcommand{\inwire}{
|
||||||
|
\wire[l][1][style={draw=red, line width=2pt}]{q}
|
||||||
|
}
|
||||||
|
\newcommand{\redtarg}{
|
||||||
|
\targ[style={draw=red,line width=2pt}]{}%
|
||||||
|
\setwiretype{n}%
|
||||||
|
}
|
||||||
|
\newcommand{\redctrl}[1]{
|
||||||
|
\ctrl[style={draw=red,fill=red, line width=2pt}]{0}%
|
||||||
|
\wire[d][#1][style={draw=red, line width=2pt, double}]{q}
|
||||||
|
}
|
||||||
|
\newcommand{\redmeter}{\meter[style={draw=red,fill=red!20}]{}}
|
||||||
|
\newcommand{\redgate}[1]{\gate[style={draw=red,fill=red!20}]{\textcolor{red}{#1}}}
|
||||||
|
|
||||||
\centering
|
\centering
|
||||||
|
|
||||||
% tex-fmt: off
|
% tex-fmt: off
|
||||||
\begin{quantikz}[row sep=4mm, column sep=4mm, wire types={n,n,n,n,n,n}]
|
\begin{quantikz}[row sep=4mm, column sep=4mm, wire types={n,n,n,n,n,n}]
|
||||||
& \meter{}\wire[l][1]{q}\wire[r][1]{c} & \setwiretype{c} & & & \ctrl[vertical wire=c]{2} & & \gate{D_1} \\
|
& \meter{}\wire[l][1]{q}\wire[r][1]{c} & \setwiretype{c} & & & \ctrl[vertical wire=c]{2} & & \gate{D_1} \\
|
||||||
& \meter{}\wire[l][1]{q}\wire[r][1]{c} & \setwiretype{c} & & & & \ctrl[vertical wire=c]{2} & \gate{D_2} \\
|
& \meter{}\wire[l][1]{q}\wire[r][1]{c} & \setwiretype{c} & & & & \ctrl[vertical wire=c]{2} & \gate{D_2} \\
|
||||||
& \meter{}\wire[l][1]{q}\wire[r][1]{c} & \setwiretype{c} & \ctrl[vertical wire=c]{2} & & \targ{} & & \gate{D_3} \\
|
& \redmeter{}\inwire\redwire{6} & & \redctrl{2} & & \targ{} & & \redgate{D_3} \\
|
||||||
& \meter{}\wire[l][1]{q}\wire[r][1]{c} & \setwiretype{c} & & \ctrl[vertical wire=c]{2} & & \targ{} & \gate{D_4} \\
|
& \redmeter{}\inwire\redwire{6} & & & \redctrl{2} & & \targ{} & \redgate{D_4} \\
|
||||||
& \meter{}\wire[l][1]{q}\wire[r][1]{c} & \setwiretype{c} & \targ{} & & & & \gate{D_5} \\
|
& \redmeter{}\inwire\redwire{2} & & \redtarg\wire[r][4]{c} & & & & \gate{D_5} \\
|
||||||
& \meter{}\wire[l][1]{q}\wire[r][1]{c} & \setwiretype{c} & & \targ{} & & & \gate{D_6}
|
& \redmeter{}\inwire\redwire{3} & & & \redtarg\wire[r][3]{c} & & & \gate{D_6}
|
||||||
\end{quantikz}
|
\end{quantikz}
|
||||||
% tex-fmt: on
|
% tex-fmt: on
|
||||||
\end{figure}
|
\end{figure}
|
||||||
@@ -1150,6 +1171,11 @@
|
|||||||
\end{align*}
|
\end{align*}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
|
||||||
|
\begin{itemize}
|
||||||
|
\item A detector is a parity constraint on a set of
|
||||||
|
measurement outcomes \citereference{derks_designing_2025}
|
||||||
|
\end{itemize}
|
||||||
|
|
||||||
\vspace*{5mm}
|
\vspace*{5mm}
|
||||||
|
|
||||||
\addreferences
|
\addreferences
|
||||||
@@ -1168,7 +1194,7 @@
|
|||||||
% qubit state)}
|
% qubit state)}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\vspace*{5mm}
|
\vspace*{2mm}
|
||||||
|
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
@@ -1182,7 +1208,7 @@
|
|||||||
|
|
||||||
% tex-fmt: off
|
% tex-fmt: off
|
||||||
\begin{quantikz}[row sep=2mm, column sep=4mm, wire types={q,q,q,n,n,n}]
|
\begin{quantikz}[row sep=2mm, column sep=4mm, wire types={q,q,q,n,n,n}]
|
||||||
& \gate[3]{SE_1} & & \gate[3]{SE_2} & & \gate[3]{SE_3} & & \gate[3]{SE_4} & \\
|
& \gate[3]{\text{SE}_1} & & \gate[3]{\text{SE}_2} & & \gate[3]{\text{SE}_3} & & \gate[3]{\text{SE}_4} & \\
|
||||||
\lstick{$\ket{\psi}$} & & & & & & & & & \setwiretype{n} & \ldots \\
|
\lstick{$\ket{\psi}$} & & & & & & & & & \setwiretype{n} & \ldots \\
|
||||||
& \wire[d][3]{c} & & \wire[d][1]{c} & & \wire[d][1]{c} & & \wire[d][1]{c} & \\
|
& \wire[d][3]{c} & & \wire[d][1]{c} & & \wire[d][1]{c} & & \wire[d][1]{c} & \\
|
||||||
& \ctrl[wire=c]{0}\wire[r][1]{c} & \wire[d][1]{c} & \ctrl[vertical wire=c]{1}\wire[r][1]{c} & \wire[d][1]{c} & \ctrl[vertical wire=c]{1}\wire[r][1]{c} & \wire[d][1]{c} & \ctrl[vertical wire=c]{1}\wire[r][1]{c} & \\
|
& \ctrl[wire=c]{0}\wire[r][1]{c} & \wire[d][1]{c} & \ctrl[vertical wire=c]{1}\wire[r][1]{c} & \wire[d][1]{c} & \ctrl[vertical wire=c]{1}\wire[r][1]{c} & \wire[d][1]{c} & \ctrl[vertical wire=c]{1}\wire[r][1]{c} & \\
|
||||||
@@ -1193,30 +1219,24 @@
|
|||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item E.g., for \ac{bb} codes, the resulting detector
|
\item E.g., for \ac{bb} codes under circuit-level noise
|
||||||
error matrix under circuit-level noise has the form
|
|
||||||
\citereference{gong_toward_2024}
|
\citereference{gong_toward_2024}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\vspace*{-15mm}
|
\vspace*{-4mm}
|
||||||
|
|
||||||
\begin{align*}
|
\begin{align*}
|
||||||
\bm{H} =
|
\bm{H} =
|
||||||
\begin{pmatrix}
|
\begin{pmatrix}
|
||||||
\bm{H}_0 & \bm{H}_1 & \bm{0} & \bm{0} & \bm{0}
|
\bm{H}_0 & \bm{H}_1 & & & & & \\
|
||||||
& \bm{0} & \cdots \\
|
& \bm{H}_2 & \bm{H}_0 & \bm{H}_1 & & & \\
|
||||||
\bm{0} & \bm{H}_2 & \bm{H}_0 & \bm{H}_1 & \bm{0}
|
& & & \bm{H}_2 & \bm{H}_0 & \bm{H}_1 & \\
|
||||||
& \bm{0} & \\
|
& & & & & \bm{H}_2 & \\
|
||||||
\bm{0} & \bm{0} & \bm{0} & \bm{H}_2 & \bm{H}_0
|
& & & & & & & \ddots
|
||||||
& \bm{H}_1 & \\
|
|
||||||
\bm{0} & \bm{0} & \bm{0} & \bm{0} & \bm{0}
|
|
||||||
& \bm{H}_2 & \\
|
|
||||||
\vdots & & & &
|
|
||||||
& & \ddots
|
|
||||||
\end{pmatrix}
|
\end{pmatrix}
|
||||||
\end{align*}
|
\end{align*}
|
||||||
|
|
||||||
\vspace*{3mm}
|
\vspace*{5mm}
|
||||||
|
|
||||||
\addreferences
|
\addreferences
|
||||||
{gong_toward_2024}
|
{gong_toward_2024}
|
||||||
@@ -1348,17 +1368,15 @@
|
|||||||
\vspace*{-18mm}
|
\vspace*{-18mm}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Many window-based approaches exist to combat the
|
\item Decoding complexity addressed with window-based approaches
|
||||||
decoding complexity
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Parallel decoding of syndromes
|
\item Parallel decoding \citereference{skoric_parallel_2023}
|
||||||
\citereference{skoric_parallel_2023}
|
\item Sliding windows
|
||||||
\item Using sliding windows
|
|
||||||
\citereference{huang_improved_2023}
|
\citereference{huang_improved_2023}
|
||||||
\citereference{gong_toward_2024}
|
\citereference{gong_toward_2024}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\item To deal with the degraded \ac{bp} performance, it is
|
\item Degraded \ac{bp} performance addressed with
|
||||||
usually modified or extended
|
modification or extension
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \Ac{osd} post-processing
|
\item \Ac{osd} post-processing
|
||||||
\citereference{roffe_decoding_2020}
|
\citereference{roffe_decoding_2020}
|
||||||
@@ -1388,48 +1406,16 @@
|
|||||||
\begin{frame}[fragile]
|
\begin{frame}[fragile]
|
||||||
\frametitle{Sliding-Window Decoding}
|
\frametitle{Sliding-Window Decoding}
|
||||||
|
|
||||||
\vspace*{-18mm}
|
\vspace*{-15mm}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item The sliding window approach taken in
|
\item Approach taken in \citereference{gong_toward_2024}
|
||||||
\citereference{gong_toward_2024} resembles a \ac{scldpc}
|
resembles \acf{scldpc} code
|
||||||
code decoder
|
\item They try \ac{bp} + \ac{osd} and a modification of
|
||||||
\item However, they don't pass soft information between
|
\ac{bp} with guided decimation
|
||||||
windows (only update of syndrome based on hard decision
|
|
||||||
in previous window)
|
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\vspace*{-8mm}
|
|
||||||
|
|
||||||
\begin{figure}
|
\begin{figure}
|
||||||
\begin{subfigure}[b]{0.5\textwidth}
|
|
||||||
\begin{gather*}
|
|
||||||
\begin{pmatrix}
|
|
||||||
\bm{H}_0 & \bm{H}_1 & \bm{0} & \bm{0} &
|
|
||||||
\bm{0} & \bm{0} \\
|
|
||||||
\bm{0} & \bm{H}_2 & \bm{H}_0 & \bm{H}_1 &
|
|
||||||
\bm{0} & \bm{0} \\
|
|
||||||
\bm{0} & \bm{0} & \bm{0} & \bm{H}_2 &
|
|
||||||
\bm{H}_0 & \bm{H}_1
|
|
||||||
\end{pmatrix}
|
|
||||||
\begin{pmatrix}
|
|
||||||
\hat{\bm{e}}_0 \\
|
|
||||||
\vdots \\
|
|
||||||
\hat{\bm{e}}_5
|
|
||||||
\end{pmatrix}
|
|
||||||
=
|
|
||||||
\begin{pmatrix}
|
|
||||||
\bm{s}_1 \\
|
|
||||||
\bm{s}_2 \\
|
|
||||||
\bm{s}_3
|
|
||||||
\end{pmatrix} \\[5mm]
|
|
||||||
\bm{s}_2' = \bm{s}_2 + \bm{H}_2 \hat{\bm{e}}_1
|
|
||||||
\end{gather*}
|
|
||||||
|
|
||||||
\vspace*{2mm}
|
|
||||||
|
|
||||||
\caption{Equations for the decoding of the first window}
|
|
||||||
\end{subfigure}%
|
|
||||||
\begin{subfigure}[b]{0.5\textwidth}
|
\begin{subfigure}[b]{0.5\textwidth}
|
||||||
\newcommand{\pz}{\phantom{\bm{0}}}
|
\newcommand{\pz}{\phantom{\bm{0}}}
|
||||||
\[
|
\[
|
||||||
@@ -1477,14 +1463,45 @@
|
|||||||
|
|
||||||
\caption{Visualization of sliding window procedure}
|
\caption{Visualization of sliding window procedure}
|
||||||
\end{subfigure}%
|
\end{subfigure}%
|
||||||
|
\begin{subfigure}[b]{0.5\textwidth}
|
||||||
|
\begin{gather*}
|
||||||
|
\begin{pmatrix}
|
||||||
|
\bm{H}_0 & \bm{H}_1 & \bm{0} & \bm{0} &
|
||||||
|
\bm{0} & \bm{0} \\
|
||||||
|
\bm{0} & \bm{H}_2 & \bm{H}_0 & \bm{H}_1 &
|
||||||
|
\bm{0} & \bm{0} \\
|
||||||
|
\bm{0} & \bm{0} & \bm{0} & \bm{H}_2 &
|
||||||
|
\bm{H}_0 & \bm{H}_1
|
||||||
|
\end{pmatrix}
|
||||||
|
\begin{pmatrix}
|
||||||
|
\hat{\bm{e}}_0 \\
|
||||||
|
\vdots \\
|
||||||
|
\hat{\bm{e}}_5
|
||||||
|
\end{pmatrix}
|
||||||
|
=
|
||||||
|
\begin{pmatrix}
|
||||||
|
\bm{s}_1 \\
|
||||||
|
\bm{s}_2 \\
|
||||||
|
\bm{s}_3
|
||||||
|
\end{pmatrix} \\[5mm]
|
||||||
|
\bm{s}_2' = \bm{s}_2 + \bm{H}_2 \hat{\bm{e}}_1
|
||||||
|
\end{gather*}
|
||||||
|
|
||||||
|
\vspace*{2mm}
|
||||||
|
|
||||||
|
\caption{Equations for the decoding of the first window}
|
||||||
|
\end{subfigure}%
|
||||||
\end{figure}
|
\end{figure}
|
||||||
|
|
||||||
\begin{itemize}
|
\vspace*{3mm}
|
||||||
\item They try \ac{bp} + \ac{osd} and a modification of
|
|
||||||
\ac{bp} with guided decimation
|
|
||||||
\end{itemize}
|
|
||||||
|
|
||||||
\vspace*{5mm}
|
\visible<2->{
|
||||||
|
\begin{itemize}
|
||||||
|
\item However, no passing of soft information between windows
|
||||||
|
\end{itemize}
|
||||||
|
}
|
||||||
|
|
||||||
|
\vspace*{8mm}
|
||||||
|
|
||||||
\addreferences
|
\addreferences
|
||||||
{gong_toward_2024}
|
{gong_toward_2024}
|
||||||
@@ -1492,34 +1509,44 @@
|
|||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
%%%%%%%%%%%%%%%%
|
%%%%%%%%%%%%%%%%
|
||||||
\subsection{Proposed Research}
|
\subsection{Future Work}
|
||||||
\label{subsec:Proposed Research}
|
\label{subsec:Future Work}
|
||||||
|
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
\frametitle{Proposed Research}
|
\frametitle{Future Work}
|
||||||
|
|
||||||
\vspace*{-5mm}
|
\vspace*{-15mm}
|
||||||
|
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
|
\item Completed work
|
||||||
|
\begin{itemize}
|
||||||
|
\item Review of literature on fault-tolerant \ac{qec}
|
||||||
|
\item Identification of research gap
|
||||||
|
\end{itemize}
|
||||||
|
\vspace*{7mm}
|
||||||
\item Research gap
|
\item Research gap
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Existing literature into circuit-level noise
|
\item Existing literature into circuit-level noise
|
||||||
fails to properly consider the \ac{scldpc} like
|
fails to properly consider \ac{scldpc}-like
|
||||||
structure of the detector error matrix
|
structure
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
\vspace*{7mm}
|
\vspace*{7mm}
|
||||||
\item Proposed Methodology
|
\visible<2->{
|
||||||
|
\item Future directions
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item Adapt modified guided decimation decoder from
|
\item Adapt modified guided decimation decoder from
|
||||||
\citereference{gong_toward_2024} to pass soft information
|
\citereference{gong_toward_2024} to pass soft
|
||||||
|
information
|
||||||
\item Investigate performance of different
|
\item Investigate performance of different
|
||||||
modifications of \ac{bp} for "inner decoder"
|
modifications of \ac{bp} for "inner decoder"
|
||||||
(e.g., quaternary neural \ac{bp}
|
(e.g., quaternary neural \ac{bp}
|
||||||
\citereference{miao_quaternary_2025})
|
\citereference{miao_quaternary_2025})
|
||||||
|
\item \ldots
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\vspace*{15mm}
|
\vspace*{10mm}
|
||||||
|
|
||||||
\addreferences
|
\addreferences
|
||||||
{gong_toward_2024}
|
{gong_toward_2024}
|
||||||
@@ -1536,18 +1563,6 @@
|
|||||||
\subsection{The Code and Other Parameters}
|
\subsection{The Code and Other Parameters}
|
||||||
\label{subsec:The Code and Other Parameters}
|
\label{subsec:The Code and Other Parameters}
|
||||||
|
|
||||||
% TODO: I have to mention somewhere that I am interested in decoder
|
|
||||||
% design specifically
|
|
||||||
\begin{frame}
|
|
||||||
\frametitle{Memory and Stability experiments}
|
|
||||||
|
|
||||||
\begin{itemize}
|
|
||||||
\item \red{What is a memory experiment? Communications Engineering
|
|
||||||
view (what are my inputs and outpus? What do I expect?)}
|
|
||||||
\item \red{What is a stability experiment?}
|
|
||||||
\end{itemize}
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
\frametitle{Noise Models and Figures of Merit}
|
\frametitle{Noise Models and Figures of Merit}
|
||||||
|
|
||||||
@@ -1579,8 +1594,11 @@
|
|||||||
\label{subsec:Proposed Methodology}
|
\label{subsec:Proposed Methodology}
|
||||||
|
|
||||||
\begin{frame}
|
\begin{frame}
|
||||||
\frametitle{Proposed Simulation Methodology}
|
\frametitle{Conclusion}
|
||||||
|
|
||||||
|
\vspace*{-15mm}
|
||||||
|
|
||||||
|
\begin{minipage}[c]{0.65\textwidth}
|
||||||
\begin{itemize}
|
\begin{itemize}
|
||||||
\item \red{Noise model}
|
\item \red{Noise model}
|
||||||
\item \red{Memory or stability experiment}
|
\item \red{Memory or stability experiment}
|
||||||
@@ -1589,24 +1607,10 @@
|
|||||||
\citereference{gong_toward_2024}}
|
\citereference{gong_toward_2024}}
|
||||||
\item \red{Comparison with surface code}
|
\item \red{Comparison with surface code}
|
||||||
\end{itemize}
|
\end{itemize}
|
||||||
|
|
||||||
\vspace*{15mm}
|
|
||||||
|
|
||||||
\addreferences
|
|
||||||
{gong_toward_2024}
|
|
||||||
\stopreferences
|
|
||||||
\end{frame}
|
|
||||||
|
|
||||||
\begin{frame}[t]
|
|
||||||
\frametitle{Questions}
|
|
||||||
|
|
||||||
\begin{minipage}[c]{0.65\textwidth}
|
|
||||||
\centering
|
|
||||||
|
|
||||||
\LARGE Thank you for your attention!\\ Any questions?
|
|
||||||
\end{minipage}%
|
\end{minipage}%
|
||||||
\begin{minipage}[c]{0.35\textwidth}
|
\begin{minipage}[c]{0.35\textwidth}
|
||||||
\centering
|
\centering
|
||||||
|
\pause
|
||||||
\begin{figure}[H]
|
\begin{figure}[H]
|
||||||
\centering
|
\centering
|
||||||
|
|
||||||
@@ -1616,7 +1620,6 @@
|
|||||||
\end{tikzpicture}
|
\end{tikzpicture}
|
||||||
\end{figure}
|
\end{figure}
|
||||||
\end{minipage}
|
\end{minipage}
|
||||||
|
|
||||||
\end{frame}
|
\end{frame}
|
||||||
|
|
||||||
\appendix
|
\appendix
|
||||||
|
|||||||
Reference in New Issue
Block a user