Skip to content

Commit

Permalink
Gottesman refs
Browse files Browse the repository at this point in the history
  • Loading branch information
valbert4 committed Jan 21, 2025
1 parent 03d62ac commit da61ae4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,16 @@ physical: oscillators
logical: qubits

name: 'Dual-rail quantum code'
introduced: '\cite{arxiv:quant-ph/9505011,arxiv:quant-ph/9604031}'
introduced: '\cite{arxiv:quant-ph/9505011,arxiv:quant-ph/9604031,arxiv:quant-ph/9702001}'

description: |
Two-mode bosonic code encoding a logical qubit in Fock states with one excitation.
The logical-zero state is represented by \(|10\rangle\), while the logical-one state is represented by \(|01\rangle\).
This encoding is often realized in temporal or spatial modes, corresponding to a \textit{time-bin} or \textit{frequency-bin} encoding.
Two different types of photon polarization can also be used.
This code is a DFS \cite{arxiv:quant-ph/9807004,arxiv:quant-ph/9902041,arxiv:quant-ph/9908064,arxiv:quant-ph/0007013} with respect to phase errors \cite{arxiv:quant-ph/0210072}.
protection: |
This is an error-detecting code against one photon loss event; it is often used in photonic quantum devices because of its ease of realization. A single loss event can be detected because, after the loss occurs, the output state \(|00\rangle\) is orthogonal to the codespace. Recovery is not possible, so a successful run of a quantum circuit is conditioned on not losing a photon during the circuit.
Expand All @@ -25,8 +27,9 @@ features:
encoders:
- 'Optimal control pulses \cite{arxiv:2311.04423}'
general_gates:
- 'General gates are performed using beamsplitters \cite{doi:10.1038/s41467-023-41104-0} and Kerr nonlinearities.
Universal quantum computing can be achieved using the KLM protocol \cite{doi:10.1038/35051009} with only linear optical elements and photon detectors.'
- 'General gates are performed using two-body Hamiltonian rotations \cite{arxiv:quant-ph/0210072}.'
- 'Bosonic gates include beamsplitters \cite{doi:10.1038/s41467-023-41104-0} and Kerr nonlinearities. Universal quantum computing can be achieved using the KLM protocol \cite{doi:10.1038/35051009} with only linear optical elements and photon detectors.'
- 'Bang-bang dynamical decoupling protocol \cite{arxiv:quant-ph/0210072}.'
- 'A probabilistic CZ gate via a non-linear sign-shift gate, which transforms the Fock states \( \alpha|0\rangle+\beta|1\rangle+\gamma|2\rangle\) into \(\alpha|0\rangle+\beta|1\rangle-\gamma|2\rangle \), followed by measurement \cite{arxiv:quant-ph/0307015}.'
- 'Error-detecting \(CCZ\) and \(cSWAP\) gates using three-level ancilla \cite{arxiv:2212.11196}.'

Expand Down
2 changes: 1 addition & 1 deletion codes/quantum/qubits/small_distance/iceberg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description: |
Admits a basis such that each codeword is a superposition of a computational basis state labeled by an even-weight bitstring \(b\) and a state labeled by the negation of \(b\).
Its all-zero logical state is a conventional GHZ state.
Removing the \(Z\)-type generator expands the number of codewords to include superpositions of odd-weight bitstrings and their negations.
Removing the \(Z\)-type generator expands the number of codewords to include superpositions of odd-weight bitstrings and their negations \cite{arxiv:quant-ph/0301105}.
All of its automorphisms lie in the \hyperref[topic:clifford]{Clifford group} \cite[Thm. 13]{arxiv:quant-ph/9704043}.
Expand Down

0 comments on commit da61ae4

Please sign in to comment.