-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
38 changes: 38 additions & 0 deletions
38
codes/quantum/qubits/permutation_invariant/ampdamp_post_selected.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: ampdamp_post_selected | ||
physical: qubits | ||
logical: qubits | ||
|
||
name: 'Post-selected PI code' | ||
introduced: '\cite{arxiv:2410.00155}' | ||
|
||
description: | | ||
PI qubit code whose recovery succeeds at protecting against \hyperref[topic:ad]{AD} errors with a success probability less than one. | ||
The simplest code admits a codeword basis of | ||
\begin{align} | ||
\begin{split} | ||
|\overline{0}\rangle&=\frac{1}{\sqrt{3}}\left(|100\rangle+|010\rangle+|001\rangle\right)\\|\overline{1}\rangle&=|111\rangle~. | ||
\end{split} | ||
\end{align} | ||
The code violates the diagonal part of the \term{Knill-Laflamme conditions}. | ||
Nevertheless, the code admits a probabilistic recovery that protects against single losses and yields an infidelity of \hyperref[topic:asymptotics]{order} \(O(\gamma^2)\) in the noise rate \(\gamma\). | ||
The failure probability of the recovery is of the same \hyperref[topic:asymptotics]{order} as the probability of the single loss errors, i.e., \(O(\gamma)\). | ||
relations: | ||
parents: | ||
- code_id: qubit_permutation_invariant | ||
- code_id: ampdamp | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2024-10-05' |