Skip to content

Commit 9e8208a

Browse files
author
Tamara
committed
~
1 parent 5e25b60 commit 9e8208a

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

codes/classical/spherical/polytope/8d/witting_polytope.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ description: |
2323
See \cite[pg. 132]{preset:coxeterComplex} for a complex representation.
2424
2525
protection: |
26-
Code yields an optimal solution to the kissing problem in 4D \cite{preset:Schlafli1901,arxiv:math/0309430} and saturates the Levenshtein bound \cite{doi:10.1016/0097-3165(79)90074-8}.
26+
Code yields an optimal solution to the kissing problem in 8D \cite{preset:Schlafli1901,arxiv:math/0309430} and saturates the Levenshtein bound \cite{doi:10.1016/0097-3165(79)90074-8}.
2727
2828
notes:
2929
- 'The Witting polytope yields 40 states of a qudit of dimension 4 and a non-probabilistic version of Bell''s theorem \cite{manual:{R. Penrose, "On Bell non-locality without probabilities: some curious geometry." Quantum Reflections (2000): 1-27.},doi:10.1016/0039-3681(93)90061-N,doi:10.1119/1.19336,arxiv:1701.06512}.'

codes/quantum/oscillators/fock_state/rotation/squeezed_vacuum.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ description: |
2929
This operator elongates the vacuum state along direction \(\theta\) in phase space.
3030
3131
protection: |
32-
In Fock space, the logical states occupy photon numbers \(n \equiv 2k \pmod{2m}\) for \(k \in \{0, m/2\}\), yielding natural number distributions that are interleaved by \(\Delta n = m\).
32+
In Fock space, the logical states occupy photon numbers in distinct congruence classes \(n \equiv 0 \pmod{2m}\) and \(n \equiv m \pmod{2m}\), yielding photon-number distributions that are interleaved by \(\Delta n = m\).
3333
The code distance against single-photon loss is \(d = m\), where \(m\) is the number of legs (squeezed vacuum states in superposition).
3434
The code provides protection against both photon loss and dephasing noise, with a fundamental trade-off: increasing \(m\) improves loss tolerance at the cost of higher dephasing sensitivity.
3535
@@ -63,7 +63,7 @@ features:
6363
- 'Logical operations within a single mode can be performed using Gaussian operations (displacement, rotation, squeezing) combined with conditional control from an ancilla qubit.'
6464

6565
decoders:
66-
- 'The interleaved photon-number structure, \(n \equiv 2k \pmod{2m}\), enables photon-number-resolving measurements to identify single-photon loss events, which can then be corrected.'
66+
- 'The interleaved photon-number structure, with support on distinct classes modulo \(2m\), enables photon-number-resolving measurements to identify single-photon loss events, which can then be corrected.'
6767

6868

6969
# Circuit QED: Recent proposals demonstrate controlled-squeezing gates using driven

codes/quantum/qubits/stabilizer/css/quantum_parity.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ alternative_names:
1515
- 'Subspace Shor code'
1616

1717
description: |
18-
A \([[m_1 m_2,1,\min(m_1,m_2)]]\) CSS code family obtained from concatenating an \(m_1\)-qubit phase-flip repetition code with an \(m_2\)-qubit bit-flip repetition code.
18+
A \([[m_1 m_2,1,\min(m_1,m_2)]]\) CSS code family obtained from concatenating an \(m_1\)-qubit bit-flip repetition code with an \(m_2\)-qubit phase-flip repetition code.
1919
2020
Logical codewords are
2121
\begin{align}
@@ -54,7 +54,7 @@ realizations:
5454
- 'QPCs have been discussed independently in the context of superconducting circuits \cite[Eq. (1)]{arxiv:cond-mat/0403712}\cite[Eqs. (8-10)]{doi:10.1088/0034-4885/75/7/072001}, and aspects of such designs have been realized in experiments \cite{arxiv:0802.2295}.'
5555

5656
notes:
57-
- 'Non-determinisitic linear-optical encoding \cite{arxiv:quant-ph/0501184} whose success probability \(P_{E}\) is determined by the efficiency \(\eta\) of the photonic encoding circuit. A threshold \(\eta > 0.82 \) exists for the efficiency, above which \(P_{E}\to 1\) as \(m_1\to\infty\) given particular \(m_2\).'
57+
- 'Non-deterministic linear-optical encoding \cite{arxiv:quant-ph/0501184} whose success probability \(P_{E}\) is determined by the efficiency \(\eta\) of the photonic encoding circuit. A threshold \(\eta > 0.82 \) exists for the efficiency, above which \(P_{E}\to 1\) as \(m_1\to\infty\) given particular \(m_2\).'
5858

5959
relations:
6060
parents:
@@ -67,7 +67,7 @@ relations:
6767
- code_id: bacon_shor
6868
detail: 'Bacon-Shor codes reduce to QPCs when all \(X\)-type gauge generators are fixed \cite[pg. 6]{arxiv:1809.01193}.'
6969
- code_id: majorana_stab
70-
detail: 'QPCs for \(m_1=m_2\) can be conveniantly expressed in terms of mutually commuting Majorana operators \cite{arxiv:quant-ph/0003137}.'
70+
detail: 'QPCs for \(m_1=m_2\) can be conveniently expressed in terms of mutually commuting Majorana operators \cite{arxiv:quant-ph/0003137}.'
7171
- code_id: constant_excitation
7272
detail: 'QPCs for even \(m_1\) can be made into CE codes by a Pauli transformation (e.g., \(XIXI\cdots XI\)) applied to each block of \(m_1\) qubits.'
7373
- code_id: ampdamp

0 commit comments

Comments
 (0)