-
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
4 changed files
with
73 additions
and
3 deletions.
There are no files selected for viewing
44 changes: 44 additions & 0 deletions
44
codes/quantum/oscillators/fock_state/constant_excitation/two-mode_binomial.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,44 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: two-mode_binomial | ||
physical: oscillators | ||
logical: qudits | ||
|
||
name: 'Two-mode binomial code' | ||
introduced: '\cite{doi:doi:10.1103/PhysRevA.56.1114}' | ||
|
||
description: | | ||
Two-mode constant-energy CLY code whose coefficients are square-roots of binomial coefficients. | ||
The simplest two-mode \(S=1\) code is an analogue of the "0-2-4" single-mode binomial code, with codewords | ||
\begin{align} | ||
\begin{split} | ||
|\overline{0}\rangle&=\frac{1}{\sqrt{2}}\left(|40\rangle+|04\rangle\right)\\ | ||
|\overline{1}\rangle&=|22\rangle~. | ||
\end{split} | ||
\end{align} | ||
The general codewords are | ||
\begin{align} | ||
|\overline{\mu}\rangle=\frac{1}{2^{J}}\sum_{m=0}^{2J}\left(-1\right)^{\mu m}\sqrt{{2J \choose m}}\left|2J-(S+1)m,(S+1)m\right\rangle~, | ||
\end{align} | ||
with spacing \(S\) and dephasing error parameter \(N\) such that \(J = \frac{1}{2}(N+1)(S+1)\) \cite{arXiv:1602.00008}. | ||
The \(S=0\) version can be obtained by applying a \(50:50\) beamsplitter to the highest-weight Fock state \(|2J,0\rangle\) \cite{arxiv:1512.07605}. | ||
relations: | ||
parents: | ||
- code_id: chuang-leung-yamamoto | ||
cousins: | ||
- code_id: binomial | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2023-11-17' |
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
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,28 @@ | ||
####################################################### | ||
## This is a code entry in the error correction zoo. ## | ||
## https://github.com/errorcorrectionzoo ## | ||
####################################################### | ||
|
||
code_id: ea_mds | ||
|
||
|
||
name: 'EQ MDS code' | ||
introduced: '\cite{arxiv:quant-ph/9610043}' | ||
|
||
description: | | ||
EQ code that satisfies the generalization of the quantum Singleton bound to EQ codes \cite[Thm. 6]{arxiv:2010.07902}. | ||
relations: | ||
parents: | ||
- code_id: eaqecc | ||
cousins: | ||
- code_id: quantum_mds | ||
|
||
|
||
# Begin Entry Meta Information | ||
_meta: | ||
# Change log - most recent first | ||
changelog: | ||
- user_id: VictorVAlbert | ||
date: '2023-11-17' |
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