Add simulation results for all investigations
This commit is contained in:
@@ -480,10 +480,6 @@ standard circuit-based depolarizing noise model, etc.)}
|
||||
|
||||
\content{Use min-sum}
|
||||
|
||||
%%%%%%%%%%%%%%%%
|
||||
\subsection{Belief Propagation with Guided Decimation}
|
||||
\label{subsec:Belief Propagation with Guided Decimation}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
@@ -632,98 +628,19 @@ standard circuit-based depolarizing noise model, etc.)}
|
||||
width=\figwidth,
|
||||
height=\figheight,
|
||||
ymode=log,
|
||||
% xmode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-3, ymax=1e-1,
|
||||
ymin=1e-5, ymax=2e-1,
|
||||
grid=both,
|
||||
legend pos = north east,
|
||||
xtick={32,512,1024,2048,4096},
|
||||
% xtick={0.001,0.0015,...,0.004},
|
||||
xticklabels =
|
||||
{$32$,$512$,$1{,}024$,,$2{,}048$,,$3{,}072$,,$4{,}096$},
|
||||
xtick={32, 512, 1024, 1536, 2048, 2560, 3072, 3584, 4096},
|
||||
legend pos = south east,
|
||||
xtick={0.001,0.0015,...,0.004},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
scaled x ticks=false,
|
||||
xlabel={Number of BP iterations},
|
||||
ylabel={Per-round-LER},
|
||||
extra description/.code={
|
||||
\node[rotate=90, anchor=south]
|
||||
at ([xshift=10mm]current axis.east)
|
||||
{Warm s. (---), Cold s. (- - -)};
|
||||
},
|
||||
]
|
||||
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle,4/KITblue/diamond,5/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, densely dashed, forget plot, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeMinSumDecoder/p_0.0025/pass_soft_info_False/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle*,4/KITblue/diamond*,5/KITorange/square*} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeMinSumDecoder/p_0.0025/pass_soft_info_True/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
\addlegendentryexpanded{$W = \W$}
|
||||
}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{
|
||||
Comaprison of cold and warm-start sliding-window
|
||||
min-sum decoding of the $\llbracket 144, 12, 12 \rrbracket$ \ac{bb} code
|
||||
under circuit-level noise.
|
||||
The noise chosen model is standard circuit-based depolarizing
|
||||
noise and the physical error probabilty was fixed to
|
||||
$0.0025$.
|
||||
The step size was set to $F=1$.
|
||||
}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
width=\figwidth,
|
||||
height=\figheight,
|
||||
ymode=log,
|
||||
% xmode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-3, ymax=1e-1,
|
||||
grid=both,
|
||||
legend pos = north east,
|
||||
xtick={32,512,1024,2048,4096},
|
||||
% xtick={0.001,0.0015,...,0.004},
|
||||
xticklabels =
|
||||
{$32$,$512$,$1{,}024$,,$2{,}048$,,$3{,}072$,,$4{,}096$},
|
||||
xtick={32, 512, 1024, 1536, 2048, 2560, 3072, 3584, 4096},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
scaled x ticks=false,
|
||||
xlabel={Number of BP iterations},
|
||||
xlabel={Physical error rate},
|
||||
ylabel={Per-round-LER},
|
||||
extra description/.code={
|
||||
\node[rotate=90, anchor=south]
|
||||
@@ -735,12 +652,15 @@ standard circuit-based depolarizing noise model, etc.)}
|
||||
\foreach \F/\col/\mark in
|
||||
{3/KITred/triangle,2/KITblue/diamond,1/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, densely dashed, forget plot, \col]
|
||||
\addplot+[
|
||||
mark=\mark, densely dashed, mark options={fill=\col},
|
||||
\col, forget plot
|
||||
]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeMinSumDecoder/p_0.0025/pass_soft_info_False/F_\F/W_5/LERs.csv};
|
||||
{res/sim/WF/WindowingSyndromeMinSumDecoder/max_iter_200/pass_soft_info_False/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
@@ -750,10 +670,10 @@ standard circuit-based depolarizing noise model, etc.)}
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeMinSumDecoder/p_0.0025/pass_soft_info_True/F_\F/W_5/LERs.csv};
|
||||
{res/sim/WF/WindowingSyndromeMinSumDecoder/max_iter_200/pass_soft_info_True/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
@@ -763,80 +683,636 @@ standard circuit-based depolarizing noise model, etc.)}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{
|
||||
Comaprison of cold and warm-start sliding-window
|
||||
min-sum decoding of the $\llbracket 144, 12, 12 \rrbracket$ \ac{bb} code
|
||||
under circuit-level noise.
|
||||
The noise chosen model is standard circuit-based depolarizing
|
||||
noise and the physical error probabilty was fixed to
|
||||
$0.0025$.
|
||||
The window size was set to $F=5$.
|
||||
Comparison of the decoding performance of cold and warm-start
|
||||
decoding under the $\llbracket 144,12,12 \rrbracket$ \ac{bb}
|
||||
code for different step sizes.
|
||||
Decoding was performed using the min-sum algorithm ($200$
|
||||
iterations).
|
||||
The window size was fixed to $W=5$, $12$ rounds of syndrome
|
||||
extraction were performed and the noise model is
|
||||
standard circuit-based depolarizing noise.
|
||||
}
|
||||
\end{figure}
|
||||
|
||||
% \begin{figure}[H]
|
||||
% \centering
|
||||
% \begin{tikzpicture}
|
||||
% \begin{axis}[
|
||||
% width=\figwidth,
|
||||
% height=\figheight,
|
||||
% ymode=log,
|
||||
% legend style={
|
||||
% cells={anchor=west},
|
||||
% cells={align=left},
|
||||
% },
|
||||
% enlargelimits=false,
|
||||
% ymin=1e-5, ymax=2e-1,
|
||||
% grid=both,
|
||||
% legend pos = south east,
|
||||
% xtick={0.001,0.0015,...,0.004},
|
||||
% xticklabel style={/pgf/number format/fixed},
|
||||
% xticklabel style={/pgf/number format/precision=4},
|
||||
% scaled x ticks=false,
|
||||
% xlabel={Physical error rate},
|
||||
% ylabel={Per-round-LER},
|
||||
% extra description/.code={
|
||||
% \node[rotate=90, anchor=south]
|
||||
% at ([xshift=10mm]current axis.east)
|
||||
% {Warm s. (---), Cold s. (- - -)};
|
||||
% },
|
||||
% ]
|
||||
%
|
||||
% \foreach \W/\col in
|
||||
% {3/KITred,4/KITblue,5/KITorange} {
|
||||
% \edef\temp{\noexpand
|
||||
% \addplot+[mark=*, solid, mark options={fill=\col}, \col]
|
||||
% table[
|
||||
% col sep=comma, x=physical_p,
|
||||
% y=LER_per_round,
|
||||
% ]
|
||||
% {res/sim/WF/WindowingSyndromeSpaGdDecoder/max_iter_200/pass_soft_info_True/F_1/W_\W/LERs.csv};
|
||||
% }
|
||||
% \temp
|
||||
%
|
||||
% \addlegendentryexpanded{$W = \W$}
|
||||
%
|
||||
% \edef\temp{\noexpand
|
||||
% \addplot+[mark=o, densely dashed, \col, forget plot]
|
||||
% table[
|
||||
% col sep=comma, x=physical_p,
|
||||
% y=LER_per_round,
|
||||
% ]
|
||||
% {res/sim/WF/WindowingSyndromeSpaGdDecoder/max_iter_200/pass_soft_info_False/F_1/W_\W/LERs.csv};
|
||||
% }
|
||||
% \temp
|
||||
% }
|
||||
% \end{axis}
|
||||
% \end{tikzpicture}
|
||||
%
|
||||
% \caption{
|
||||
% Comparison of the decoding performance of the $\llbracket
|
||||
% 144,12,12 \rrbracket$ \ac{bb} code under min-sum decoding for
|
||||
% different window sizes. The noise model standard-circuit
|
||||
% based depolarizing noise. $12$ rounds of syndrome extraction
|
||||
% were performed.
|
||||
% }
|
||||
% \end{figure}
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\begin{subfigure}{0.48\textwidth}
|
||||
\centering
|
||||
\hspace*{-6mm}
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
width=8cm,
|
||||
height=6cm,
|
||||
ymode=log,
|
||||
% xmode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-3, ymax=1e-1,
|
||||
grid=both,
|
||||
legend pos = north east,
|
||||
xtick={32,512,1024,2048,4096},
|
||||
% xtick={0.001,0.0015,...,0.004},
|
||||
xticklabels =
|
||||
{$32$,$512$,$1{,}024$,,$2{,}048$,,$3{,}072$,,$4{,}096$},
|
||||
xtick={32, 512, 1024, 1536, 2048, 2560, 3072, 3584, 4096},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
x tick label style={rotate=45, anchor=north east,
|
||||
inner sep=1mm},
|
||||
scaled x ticks=false,
|
||||
xlabel={Number of BP iterations},
|
||||
ylabel={Per-round-LER},
|
||||
% extra description/.code={
|
||||
% \node[rotate=90, anchor=south]
|
||||
% at ([xshift=10mm]current axis.east)
|
||||
% {Warm s. (---), Cold s. (- - -)};
|
||||
% },
|
||||
]
|
||||
|
||||
% Results when passing all info
|
||||
% Results when passing only messages
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle,4/KITblue/diamond,5/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, densely dashed, forget plot, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeMinSumDecoder/p_0.0025/pass_soft_info_False/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle*,4/KITblue/diamond*,5/KITorange/square*} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark
|
||||
options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeMinSumDecoder/p_0.0025/pass_soft_info_True/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
\addlegendentryexpanded{$W = \W$}
|
||||
}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{Comparison of window sizes for $F=1$.}
|
||||
\end{subfigure}%
|
||||
\hfill%
|
||||
\begin{subfigure}{0.48\textwidth}
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
width=8cm,
|
||||
height=6cm,
|
||||
ymode=log,
|
||||
% xmode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-3, ymax=1e-1,
|
||||
grid=both,
|
||||
legend pos = north east,
|
||||
xtick={32,512,1024,2048,4096},
|
||||
% xtick={0.001,0.0015,...,0.004},
|
||||
xticklabels =
|
||||
{$32$, $512$,$1{,}024$,,$2{,}048$,,$3{,}072$,,$4{,}096$},
|
||||
xtick={32, 512, 1024, 1536, 2048, 2560, 3072, 3584, 4096},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
x tick label style={rotate=45, anchor=north east,
|
||||
inner sep=1mm},
|
||||
scaled x ticks=false,
|
||||
xlabel={Number of BP iterations},
|
||||
yticklabels={\empty},
|
||||
% ylabel={Per-round-LER},
|
||||
extra description/.code={
|
||||
\node[rotate=90, anchor=south]
|
||||
at ([xshift=10mm]current axis.east)
|
||||
{Warm s. (---), Cold s. (- - -)};
|
||||
},
|
||||
]
|
||||
|
||||
\foreach \F/\col/\mark in
|
||||
{3/KITred/triangle,2/KITblue/diamond,1/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, densely dashed, forget plot, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeMinSumDecoder/p_0.0025/pass_soft_info_False/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
|
||||
\foreach \F/\col/\mark in
|
||||
{3/KITred/triangle*,2/KITblue/diamond*,1/KITorange/square*} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark
|
||||
options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeMinSumDecoder/p_0.0025/pass_soft_info_True/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
\addlegendentryexpanded{$F = \F$}
|
||||
}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{Comparison of step sizes for $W=5$.}
|
||||
\end{subfigure}
|
||||
|
||||
\caption{
|
||||
Comparison of cold and warm-start sliding-window
|
||||
min-sum decoding for the $\llbracket 144, 12, 12 \rrbracket$
|
||||
\ac{bb} code
|
||||
under circuit-level noise.
|
||||
$12$ rounds of syndrome extraction were performed and
|
||||
standard circuit-based depolarizing noise was chosen as the noise model.
|
||||
The physical error probabilty was fixed to $0.0025$.
|
||||
}
|
||||
\end{figure}
|
||||
|
||||
%%%%%%%%%%%%%%%%
|
||||
\subsection{Belief Propagation with Guided Decimation}
|
||||
\label{subsec:Belief Propagation with Guided Decimation}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\hspace*{-6mm}
|
||||
\begin{subfigure}{0.5\textwidth}
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
width=8cm,
|
||||
height=6cm,
|
||||
ymode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-5, ymax=2e-1,
|
||||
grid=both,
|
||||
legend pos = south east,
|
||||
xtick={0.001,0.0015,...,0.004},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
x tick label style={rotate=45, anchor=north east,
|
||||
inner sep=1mm},
|
||||
scaled x ticks=false,
|
||||
xlabel={Physical error rate},
|
||||
ylabel={Per-round-LER},
|
||||
% extra description/.code={
|
||||
% \node[rotate=90, anchor=south]
|
||||
% at ([xshift=10mm]current axis.east)
|
||||
% {Warm s. (---), Cold s. (- - -)};
|
||||
% },
|
||||
]
|
||||
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle,4/KITblue/diamond,5/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[
|
||||
mark=\mark, densely dashed, mark
|
||||
options={fill=\col},
|
||||
\col, forget plot
|
||||
]
|
||||
table[
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/WF/WindowingSyndromeSpaGdDecoder/max_iter_5000/pass_soft_info_False/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle*,4/KITblue/diamond*,5/KITorange/square*} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark
|
||||
options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/WF/WindowingSyndromeSpaGdDecoderPassDecimation/max_iter_5000/pass_soft_info_True/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
\addlegendentryexpanded{$W = \W$}
|
||||
}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{Comparison of window sizes for $F=1$.}
|
||||
\end{subfigure}%
|
||||
\hfill%
|
||||
\begin{subfigure}{0.5\textwidth}
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
width=8cm,
|
||||
height=6cm,
|
||||
ymode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-5, ymax=2e-1,
|
||||
grid=both,
|
||||
legend pos = south east,
|
||||
xtick={0.001,0.0015,0.002,...,0.004},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
x tick label style={rotate=45, anchor=north east,
|
||||
inner sep=1mm},
|
||||
scaled x ticks=false,
|
||||
xlabel={Physical error rate},
|
||||
yticklabels={\empty},
|
||||
% ylabel={Per-round-LER},
|
||||
extra description/.code={
|
||||
\node[rotate=90, anchor=south]
|
||||
at ([xshift=10mm]current axis.east)
|
||||
{Warm s. (---), Cold s. (- - -)};
|
||||
},
|
||||
]
|
||||
|
||||
\foreach \F/\col/\mark in
|
||||
{3/KITred/triangle,2/KITblue/diamond,1/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[
|
||||
mark=\mark, densely dashed, mark
|
||||
options={fill=\col},
|
||||
\col, forget plot
|
||||
]
|
||||
table[
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/WF/WindowingSyndromeSpaGdDecoder/max_iter_5000/pass_soft_info_False/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
|
||||
\foreach \F/\col/\mark in
|
||||
{3/KITred/triangle*,2/KITblue/diamond*,1/KITorange/square*} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark
|
||||
options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/WF/WindowingSyndromeSpaGdDecoderPassDecimation/max_iter_5000/pass_soft_info_True/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
\addlegendentryexpanded{$F = \F$}
|
||||
}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{Comparison of step sizes for $W=5$.}
|
||||
\end{subfigure}
|
||||
|
||||
\caption{
|
||||
Comparison of the decoding performance of cold and warm-start
|
||||
decoding under the $\llbracket 144,12,12 \rrbracket$ \ac{bb}.
|
||||
Decoding was performed using the \ac{bpgd} algorithm with
|
||||
$T=1$ and no limit on the number of outer iterations.
|
||||
The information used for the warm-start intialization
|
||||
included both the messages on the Tanner graph and decimation
|
||||
information.
|
||||
$12$ rounds of syndrome extraction were performed and
|
||||
standard circuit-based depolarizing noise was chosen as the noise model.
|
||||
}
|
||||
\end{figure}
|
||||
|
||||
\content{LER over max iterations for windowed BPGD with decimation info passing}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\hspace*{-6mm}
|
||||
\begin{subfigure}{0.5\textwidth}
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
width=8cm,
|
||||
height=6cm,
|
||||
ymode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-5, ymax=2e-1,
|
||||
grid=both,
|
||||
legend pos = south east,
|
||||
xtick={0.001,0.0015,...,0.004},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
x tick label style={rotate=45, anchor=north east,
|
||||
inner sep=1mm},
|
||||
scaled x ticks=false,
|
||||
xlabel={Physical error rate},
|
||||
ylabel={Per-round-LER},
|
||||
% extra description/.code={
|
||||
% \node[rotate=90, anchor=south]
|
||||
% at ([xshift=10mm]current axis.east)
|
||||
% {Warm s. (---), Cold s. (- - -)};
|
||||
% },
|
||||
]
|
||||
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle,4/KITblue/diamond,5/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[
|
||||
mark=\mark, densely dashed, mark
|
||||
options={fill=\col},
|
||||
\col, forget plot
|
||||
]
|
||||
table[
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/WF/WindowingSyndromeSpaGdDecoder/max_iter_5000/pass_soft_info_False/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle*,4/KITblue/diamond*,5/KITorange/square*} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark
|
||||
options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/WF/WindowingSyndromeSpaGdDecoder/max_iter_5000/pass_soft_info_True/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
\addlegendentryexpanded{$W = \W$}
|
||||
}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{Comparison of window sizes for $F=1$.}
|
||||
\end{subfigure}%
|
||||
\hfill%
|
||||
\begin{subfigure}{0.5\textwidth}
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
width=8cm,
|
||||
height=6cm,
|
||||
ymode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-5, ymax=2e-1,
|
||||
grid=both,
|
||||
legend pos = south east,
|
||||
xtick={0.001,0.0015,0.002,...,0.004},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
x tick label style={rotate=45, anchor=north east,
|
||||
inner sep=1mm},
|
||||
scaled x ticks=false,
|
||||
xlabel={Physical error rate},
|
||||
yticklabels={\empty},
|
||||
% ylabel={Per-round-LER},
|
||||
extra description/.code={
|
||||
\node[rotate=90, anchor=south]
|
||||
at ([xshift=10mm]current axis.east)
|
||||
{Warm s. (---), Cold s. (- - -)};
|
||||
},
|
||||
]
|
||||
|
||||
\foreach \F/\col/\mark in
|
||||
{3/KITred/triangle,2/KITblue/diamond,1/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[
|
||||
mark=\mark, densely dashed, mark
|
||||
options={fill=\col},
|
||||
\col, forget plot
|
||||
]
|
||||
table[
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/WF/WindowingSyndromeSpaGdDecoder/max_iter_5000/pass_soft_info_False/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
|
||||
\foreach \F/\col/\mark in
|
||||
{3/KITred/triangle*,2/KITblue/diamond*,1/KITorange/square*} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark
|
||||
options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=physical_p,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/WF/WindowingSyndromeSpaGdDecoder/max_iter_5000/pass_soft_info_True/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
\addlegendentryexpanded{$F = \F$}
|
||||
}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{Comparison of step sizes for $W=5$.}
|
||||
\end{subfigure}
|
||||
|
||||
\caption{
|
||||
Comparison of the decoding performance of cold and warm-start
|
||||
decoding for the $\llbracket 144,12,12 \rrbracket$ \ac{bb}
|
||||
under circuit-level noise.
|
||||
Decoding was performed using the \ac{bpgd} algorithm with
|
||||
$T=1$ and no limit on the number of outer iterations.
|
||||
The information used for the warm-start intialization
|
||||
included only the messages on the Tanner graph.
|
||||
$12$ rounds of syndrome extraction were performed and
|
||||
standard circuit-based depolarizing noise was chosen as the noise model.
|
||||
}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}[H]
|
||||
\centering
|
||||
\hspace*{-6mm}
|
||||
\begin{subfigure}{0.48\textwidth}
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
width=8cm,
|
||||
height=6cm,
|
||||
ymode=log,
|
||||
% xmode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-3, ymax=1e-1,
|
||||
grid=both,
|
||||
legend pos = north east,
|
||||
xtick={32,512,1024,2048,4096},
|
||||
% xtick={0.001,0.0015,...,0.004},
|
||||
xticklabels =
|
||||
{$32$,$512$,$1{,}024$,,$2{,}048$,,$3{,}072$,,$4{,}096$},
|
||||
xtick={32, 512, 1024, 1536, 2048, 2560, 3072, 3584, 4096},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
x tick label style={rotate=45, anchor=north east,
|
||||
inner sep=1mm},
|
||||
scaled x ticks=false,
|
||||
xlabel={Number of BP iterations},
|
||||
ylabel={Per-round-LER},
|
||||
% extra description/.code={
|
||||
% \node[rotate=90, anchor=south]
|
||||
% at ([xshift=10mm]current axis.east)
|
||||
% {Warm s. (---), Cold s. (- - -)};
|
||||
% },
|
||||
]
|
||||
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle,4/KITblue/diamond,5/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, densely dashed, forget plot, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeSpaGdDecoder/p_0.0025/pass_soft_info_False/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
|
||||
\foreach \W/\col/\mark in
|
||||
{3/KITred/triangle*,4/KITblue/diamond*,5/KITorange/square*} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark
|
||||
options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeSpaGdDecoder/p_0.0025/pass_soft_info_True/F_1/W_\W/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
\addlegendentryexpanded{$W = \W$}
|
||||
}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{Comparison of window sizes for $F=1$.}
|
||||
\end{subfigure}%
|
||||
\hfill%
|
||||
\begin{subfigure}{0.48\textwidth}
|
||||
\centering
|
||||
\begin{tikzpicture}
|
||||
\begin{axis}[
|
||||
width=8cm,
|
||||
height=6cm,
|
||||
ymode=log,
|
||||
% xmode=log,
|
||||
legend style={
|
||||
cells={anchor=west},
|
||||
cells={align=left},
|
||||
},
|
||||
enlargelimits=false,
|
||||
ymin=1e-3, ymax=1e-1,
|
||||
grid=both,
|
||||
legend pos = north east,
|
||||
xtick={32,512,1024,2048,4096},
|
||||
% xtick={0.001,0.0015,...,0.004},
|
||||
xticklabels =
|
||||
{$32$,$512$,$1{,}024$,,$2{,}048$,,$3{,}072$,,$4{,}096$},
|
||||
xtick={32, 512, 1024, 1536, 2048, 2560, 3072, 3584, 4096},
|
||||
xticklabel style={/pgf/number format/fixed},
|
||||
xticklabel style={/pgf/number format/precision=4},
|
||||
x tick label style={rotate=45, anchor=north east,
|
||||
inner sep=1mm},
|
||||
scaled x ticks=false,
|
||||
xlabel={Number of BP iterations},
|
||||
% ylabel={Per-round-LER},
|
||||
yticklabels={\empty},
|
||||
extra description/.code={
|
||||
\node[rotate=90, anchor=south]
|
||||
at ([xshift=10mm]current axis.east)
|
||||
{Warm s. (---), Cold s. (- - -)};
|
||||
},
|
||||
]
|
||||
|
||||
\foreach \F/\col/\mark in
|
||||
{3/KITred/triangle,2/KITblue/diamond,1/KITorange/square} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, densely dashed, forget plot, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeSpaGdDecoder/p_0.0025/pass_soft_info_False/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
}
|
||||
|
||||
\foreach \F/\col/\mark in
|
||||
{3/KITred/triangle*,2/KITblue/diamond*,1/KITorange/square*} {
|
||||
\edef\temp{\noexpand
|
||||
\addplot+[mark=\mark, solid, mark
|
||||
options={fill=\col}, \col]
|
||||
table[
|
||||
col sep=comma, x=max_iter,
|
||||
y=LER_per_round,
|
||||
]
|
||||
{res/sim/max_iter/WindowingSyndromeSpaGdDecoder/p_0.0025/pass_soft_info_True/F_\F/W_5/LERs.csv};
|
||||
}
|
||||
\temp
|
||||
|
||||
\addlegendentryexpanded{$F = \F$}
|
||||
}
|
||||
\end{axis}
|
||||
\end{tikzpicture}
|
||||
|
||||
\caption{
|
||||
Comparison of step sizes for $W=5$.
|
||||
}
|
||||
\end{subfigure}
|
||||
|
||||
\caption{
|
||||
Comparison of the decoding performance of cold and warm-start
|
||||
decoding for the $\llbracket 144,12,12 \rrbracket$ \ac{bb}
|
||||
under circuit-level noise.
|
||||
Decoding was performed using the \ac{bpgd} algorithm with
|
||||
$T=1$ and no limit on the number of outer iterations.
|
||||
The information used for the warm-start intialization
|
||||
included only the messages on the Tanner graph.
|
||||
$12$ rounds of syndrome extraction were performed and
|
||||
standard circuit-based depolarizing noise was chosen as the noise model.
|
||||
}
|
||||
\end{figure}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user