REVIEW 3 major objections 6 minor 11 cited by
Fast simulation of fermions with reconfigurable qubits
T0 review · 3 major / 6 minor · reviewed 2026-08-04 · deepseek-v4-flash
Pith's one-line read Fermionic circuits can be simulated on reconfigurable qubits with logarithmic overhead, and with constant overhead for structured circuits such as the fermionic fast Fourier transform.
desk verdict Fresh interleave gadget gives O(log N) fermionic permutations, but the cost model hides feedforward and reconfiguration latency. read the letter →
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
The reading
What carries the argument
The interleave operation: a fermionic permutation that preserves order within two contiguous blocks A and B. The circuit applies a CNOT cascade to block B, permutes qubits, applies one layer of CZ gates from A to the nearest left B-mode, then reverses; the CNOT cascade is compiled to constant depth using ancillas, mid-circuit measurement, and feedforward. This broadcasts O(N) CZ gates into O(N^2) effective crossings. Recursive mergesort-style decomposition of arbitrary permutations into log N interleaves converts this into the O(log N) depth bound.
What would settle it
Measure, on a reconfigurable qubit platform or a simulator with realistic timing, the wall-clock latency of one interleave layer including measurement, classical parity computation, feedforward, and qubit movement as a function of N. If this latency grows faster than O(log N) (e.g., linearly), the claimed constant-depth interleave is not realized in that hardware model, and the O(log N) permutation bound fails. A more targeted check: for a specific permutation with N=8 or 16, simulate the full CNOT cascade with classically computed corrections and compare the output to the exact fermionic SWAP
Extended reading notes
Core claim
The central claim is Theorem 1: an arbitrary fermionic circuit on N modes with T layers of two-mode gates can be simulated by a qubit circuit of O(N) qubits and depth O(T log N). The simulation works by dynamically changing which Jordan-Wigner encoding is in use: before each layer, a fermionic permutation reorders the modes so that every tunneling gate acts between adjacent qubits. The paper's technical core is a fast implementation of these fermionic permutations. An interleave—a permutation that only crosses two contiguous blocks—can be done in constant depth with O(N) Clifford gates and ancillas, because a CNOT cascade broadcasts a single layer of CZ gates into all the crossings of an O(N
Load-bearing premise
The paper assumes that all classical computation needed to compute feedforward corrections between a measurement and the conditional Pauli gate—up to O(N) logic operations—and any physical qubit reconfiguration takes no more time than O(log N); if feedforward latency or move time grows with N, the depth bounds shrink to linear.
Editorial extensions
If this is right
- Any parallel fermionic circuit of depth T can be compiled to a qubit circuit of depth O(T log N), so fermionic statistics add only logarithmic overhead even in the worst case.
- The fermionic fast Fourier transform can be implemented in depth O(log N) with O(1) overhead per qubit, a factor of N/log N improvement over swap-network encodings.
- Sparse Sachdev-Ye-Kitaev Hamiltonians and translation-invariant materials models can be Trotterized or block-encoded with O(log N) depth per cycle, reducing gate counts by orders of magnitude at hundreds of modes.
- Translation-invariant free-fermion states, including chiral topological insulators, p/d-wave superconductors, and critical states, can be prepared exactly in O(log L) depth on an L^D lattice.
- Because the encoding circuits are Clifford and use only Pauli preparation and measurement, they are compatible with error-corrected, fault-tolerant implementations at modest cost.
Reading between the lines
- If classical feedforward latency can be hidden under gate execution or pipelined, the practical overhead might be even smaller than the paper's asymptotic bound suggests; a hardware-aware cost model would test this.
- The deformation machinery (deletions and duplications of O(1)-overhead permutations) suggests a general design principle: algorithms should be co-designed around a small toolbox of structured fermionic permutations, not compiled from arbitrary permutations afterward.
- The equivalence proven here tightens the computational gap between fermionic and qubit models; one testable consequence is that fermionic advantage in quantum simulation, if any, must come from something other than statistics alone, such as memory or gate locality.
- On architectures without native non-local connectivity or with slow feedforward, the overhead could revert to linear; the practical crossover size depends on the device and is a concrete benchmark to measure.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a dynamical Jordan-Wigner encoding for simulating arbitrary fermionic circuits on qubit processors. The central claim (Theorem 1) is that any T-layer, N-mode fermionic circuit can be simulated by O(N) qubits in depth O(T log N), and that structured circuits such as the fermionic fast Fourier transform can be simulated with O(1) overhead per layer. The key technical ingredient is a new compilation of fermionic permutation operators F_p: an arbitrary permutation is decomposed into O(log N) interleaves, each implemented by O(N) Clifford gates, O(N) ancillas, mid-circuit measurement, and classical feedforward, compressing the O(N^2) FSWAP network into O(N) gates. Applications to sparse SYK models, translation-invariant state preparation, and fault-tolerant compilation are discussed. The algebraic proofs of Lemmas 1 and the interleave construction are given in the Supplemental Material, with an extended toolbox of O(1)-overhead reflections and deformations.
Significance. If the cost model is accepted, the result is significant: it gives a constructive, parameter-free fermion-to-qubit compilation whose per-operation overhead is logarithmic for arbitrary circuits and constant for a useful class of structured permutations. This would substantially improve over the linear overhead of swap-network approaches and would make several simulation subroutines, including the FFFT and translation-invariant free-fermion state preparation, asymptotically faster. The paper's proofs are algebraic and detailed in the SI, and the numerical evidence for the interleave-SYK construction is suggestive. The strength of the contribution is, however, tied to the physical interpretation of 'depth'; the idealized cost model in Definition 2 is the main point of fragility.
major comments (3)
- [Methods, Definition 2; Lemma 1; Discussion] The above is the core concern.
- [Lemma 2, proof after Eq. (10)] This is a rigor issue in the central derivation, not a conceptual error.
- [SI Appendix A, Eq. (A10) and subsequent edge-case discussion] The SI proof is convincing in outline, but the omitted details are load-bearing for Lemma 1.
minor comments (6)
- [Abstract and Section 'Fast Fermion Permutations'] The abstract states O(1) overhead for 'circuits with additional structure, including important subroutines like the fermionic fast Fourier transform.' As written, the 1D FFFT has depth O(log N), not O(1); the intended meaning is O(1) overhead per FFFT layer. Please state this explicitly to avoid confusion.
- [Eq. (7) and surrounding text] The notation L(i) Delta L(j) is used for the symmetric difference of intervals. This is defined in the text, but the reader must constantly re-derive that A Delta B means (A \ B) union (B \ A). A short sentence reminding the reader, or a diagram, would improve clarity.
- [Methods, Definition 2] Definition 2 permits 'any classical computation involving O(N) classical logic operations' to be free, but does not state whether this is O(N) sequential operations, O(N) parallel processors, or O(N) work with O(log N) depth. The distinction matters for the physical interpretation of the theorem. Please specify the parallel classical complexity model.
- [Figure 2 caption and SI, Fig. 14] The text says the CNOT cascade can be compiled into a 'depth-2 CNOT circuit' using one ancilla per CNOT. This is a standard measurement-based construction, but the number of ancillas, the measurement pattern, and the exact feedforward rule are not shown. A short derivation or a reference to the specific result in [49, 92] would help.
- [SYK numerical results, Fig. 4(c) and Fig. 7] The paper states that numerical optimization is used for random permutations and for the interleave-SYK model, but no code, data, or statistical details are provided. In a theory paper this is not fatal, but adding a reproducibility statement would strengthen the claims.
- [Throughout] There are several typos: 'pratical' in the Introduction, 'signficant' in the Fig. 1 caption, and 'analagous' in the Methods. A careful proofread is recommended.
Circularity Check
No significant circularity: central compilation proof is constructive and self-contained; only caveats are the Definition 2 cost model that makes classical feedforward free and a minor non-load-bearing self-citation for hardware reconfiguration.
full rationale
The core result (Theorem 1) is derived from explicit constructions, not from fitted inputs or self-citations. Lemma 3 characterizes any fermionic permutation F_p as exactly the CZ circuit over mode pairs that change relative order under the Jordan-Wigner encoding; Lemma 1 shows the interleave realizes that CZ circuit via CNOT/CZ identities, compressing the CNOT cascade with measurement-based techniques from Ref. [92], an external reference. Lemma 2 gives a constructive mergesort-style decomposition of an arbitrary permutation into log N interleaves, proven in the text. No parameter is fit to data and then renamed a prediction, no uniqueness theorem is imported from the authors, and no ansatz is smuggled in by citation. The FFFT and state-preparation applications simply reuse this proven toolbox. Two caveats are noted without being circular: (1) Definition 2 declares 'any classical computation involving O(N) classical logic operations' to be free between measurement and conditional Pauli gates, so all depth claims are logical-layer depths under that cost model; if physical feedforward latency must be counted, the O(1)-depth interleave and hence Theorem 1's logarithmic bound are conditional on that model. (2) In the Discussion, Ref. [89] (co-authored by M. D. Lukin) is cited for O(log N) physical reconfiguration overhead on neutral-atom arrays; this supports the hardware claim but is not load-bearing for the mathematical theorem. The internal algebra is sound, so there is no circularity; score 1 reflects the absence of circularity with a cost-model caveat.
Assumptions & free parameters
assumptions (5)
- domain assumption The computation model permits non-local connectivity, mid-circuit measurement, and O(N)-scale classical feedforward that is 'fast' (does not contribute to reported depth). Definition 2.
- standard math Any Clifford circuit with O(1) gates per qubit can be parallelized into an O(1)-depth circuit with O(1) ancillas per qubit using measurement and feedforward.
- domain assumption The fermionic circuit model (Definition 1), with parallel layers of two-mode gates, faithfully represents the simulation tasks of interest.
- domain assumption Physical qubit permutations in reconfigurable hardware can be performed with O(log N) asymptotic overhead.
- standard math Jordan-Wigner mapping properties (Eqs. 5-8), including the CZ-circuit equivalence for changing orderings (Lemma 3).
Cite this review
Pith. "Pith review of Fast simulation of fermions with reconfigurable qubits." pith.science (2026). https://pith.science/paper/AYCT6WUW
@misc{pith2026250908898,
author = {Pith},
title = {Pith review of: Fast simulation of fermions with reconfigurable qubits},
year = {2026},
howpublished = {\url{https://pith.science/paper/AYCT6WUW}},
note = {Machine review of arXiv:2509.08898}
}
read the original abstract
Performing large-scale, accurate quantum simulations of many-fermion systems is a central challenge in quantum science, with applications in chemistry, materials, and high-energy physics. Despite significant progress, realizing generic fermionic algorithms with qubit systems incurs significant space-time overhead, scaling as O(N) for N fermionic modes. Here we present a method for faster fermionic simulation with asymptotic space-time overhead of O(log(N)) in the worst case, and O(1) for circuits with additional structure, including important subroutines like the fermionic fast Fourier transform. This exponential reduction is achieved by using reconfigurable quantum systems with non-local connectivity, mid-circuit measurement, and classical feedforward, to generate dynamical fermion-to-qubit mappings. We apply this technique to achieve efficient compilation for key simulation tasks, including Hamiltonian simulation of the sparse Sachdev-Ye-Kitaev model and periodic materials, as well as free-fermion state-preparation. Moreover, we show that the algorithms themselves can be adapted to use only the O(1)-overhead structures to further reduce resource overhead. These techniques can lower gate counts by orders of magnitude for practical system sizes and are natively compatible with error corrected computation, making them ideal for early fault-tolerant quantum devices. Our results tightly bound the computational gap between fermionic and qubit models and open new directions in quantum simulation algorithm design and implementation.
Figures
Figures from the paper (12 more)
Forward citations
Cited by 11 Pith papers
-
Asymptotically Optimal Depth Fermionic Permutation on 2D Grid Quantum Architecture without Ancillas
A fermionic permutation protocol on 2D nearest-neighbor grids achieves the optimal O(sqrt(N)) depth with O(N sqrt(N)) gates, no ancillas, and extends to Jordan-Wigner, Bravyi-Kitaev, and Parity encodings via Hilbert-c...
-
Unleashing Emergent Fermions with Rydberg Atom Simulators
Rydberg atom simulators can be reconfigured to realize antiperiodic boundary conditions and fermionic Kibble-Zurek ramps for probing emergent fermions.
-
Fermion lattices can be simulated by same-size qubit lattices with $\mathcal{O}(1)$ interaction overhead
Fermion lattices can be simulated on same-size qubit lattices with O(1) interaction overhead by dynamically reorienting the Jordan-Wigner transformation.
-
Spectral functions on a quantum computer through system-environment interaction
A new quantum circuit method computes spectral functions A(k,ω) by simulating ARPES-like system-environment coupling, cutting sampling overhead by O(N) and demonstrated on a 54-qubit ion-trap processor for a 27-site chain.
-
COSMA: Communication-aware Optimization of Fermionic Simulation Kernels for Modular Quantum Architectures
COSMA jointly optimizes fermion-to-qubit mapping, Pauli scheduling, and multi-core allocation, cutting inter-core transfer cost by up to 2.5× (median ~1.7×) on molecular Trotter kernels.
-
High-fidelity entangling gates and nonlocal circuits with neutral atoms
Neutral-atom system delivers state-of-the-art CZ gate fidelity of 99.854% (99.941% postselected) and demonstrates coherent rearrangement for nonlocal quantum circuits.
-
Exclusive Scattering Channels from Entanglement Structure in Real-Time Simulations
Introduces an entanglement-based technique using Schmidt decompositions to isolate exclusive scattering channels in Matrix Product State simulations of quantum field theories, demonstrated for heavy particle detection...
-
Quantum sensing with critical systems: impact of symmetry, imperfections, and decoherence
Symmetry generators give optimal readouts for critical-state quantum sensors, and such sensors stay at or above the standard quantum limit under spin-flip, dephasing, and qubit-loss noise, with non-unitary deformation...
-
Efficient Simulation of Sparse, Non-Local Fermion Models
An auxiliary-fermion encoding removes Jordan-Wigner strings for sparse non-local fermion models, achieving asymptotically optimal Trotter circuit depth on qubits after one-time state preparation.
-
Distribution Complexity of Electronic Structure Simulations on Quantum Supercomputers
An algorithm is presented for estimating distribution complexity of electronic structure Hamiltonians, with O(N^3) entanglement estimation per fragment and quadratic/exponential reductions in distribution cost for qua...
-
Strategic Plan for Neutral Atom Quantum Computation
If qubit-count growth (~1.8x/yr) and gate-error reduction (~0.62x/yr) continue, neutral-atom quantum computers could reach practical quantum advantage within a decade, this roadmap projects.
Reference graph
Works this paper leans on
-
[1]
The ordering of modes at timetis described bym t(i)
Switching Jordan-Wigner encodings We start by defining in detail the operation that is required to switch between two Jordan-Wigner encodings. The ordering of modes at timetis described bym t(i). For eachiandt, letL t(i) ={j|m t(j)< mt(i), j= 1, ..., N}denote the set of all modes to the left ofiduring stept. The Jordan-Wigner encoding of the majorana ferm...
-
[2]
2b implements a correct fermionic permutationF p
Proof of Correctness of Interleave Circuit Next, we prove Lemma 1, by showing that the interleave circuit depicted in Figure. 2b implements a correct fermionic permutationF p. In particular, the approach we take here is to directly show equivalence with the CZ circuit defined in Lemma 3 using simple circuit identities. Note that a more general framework i...
-
[3]
Diagonal entries are defined up to multiples of 2, so can be mapped to to{0,1}
Composition of two circuits is described by matrix addition,C Z(A1) +CZ(A2) =C Z(A1 +A 2). Diagonal entries are defined up to multiples of 2, so can be mapped to to{0,1}. Off-diagonal entries are defined up to integers, and can be mapped to{0,1/2}. Definition 5.AnN-qubit circuitC X (P)composed entirely of CNOT gates is specified by a matrixP∈F N×N 2 . Two...
-
[4]
adjacent
Deformations of structured permutations The examples above are specific operations that can be performed withO(1) overhead. In practice, to compile generic permutations, and more complex structures, it is helpful to consider permutations which are simple deforma- tions of these structures. To enable this, we define two kinds of deformations: deletions and...
-
[32]
Our approach is to represent CZ circuits as quadratic polynomials [93], whose coefficients are encoded into matrices
F ormalism for working with CNOT + CZ circuits To start, we introduce some formalism and definitions, which we will use to generate efficient algorithms and protocols for constructing CZ circuits relevant for implementing fast fermionic permutations. Our approach is to represent CZ circuits as quadratic polynomials [93], whose coefficients are encoded int...
-
[33]
2.C Z(A)acts on a computational basis state|x⟩=|x 1⟩|x2⟩...|xn⟩by applying a phaseC Z(A)|x⟩= (−1) fA(x)|x⟩ wheref A(x) =x T Ax= P ij xiAijxj
We often decomposeA=A 0 + 1 2 (B+B T ), whereA 0 ∈F N 2 is a diagonal matrix andB∈F N(N−1)/2 2 is a lower-triangular matrix. 2.C Z(A)acts on a computational basis state|x⟩=|x 1⟩|x2⟩...|xn⟩by applying a phaseC Z(A)|x⟩= (−1) fA(x)|x⟩ wheref A(x) =x T Ax= P ij xiAijxj
-
[35]
In particular,C X (P)X j = Q i(Xi)Pij CX (P)
The matrixPcaptures howX-operators transform. In particular,C X (P)X j = Q i(Xi)Pij CX (P)
-
[36]
In particular,C X (P)|x⟩=|x ′⟩where(x ′)i =P j Pijxj, or equivalentlyx ′ =P x
Similarly,Pcaptures how computational basis states transform. In particular,C X (P)|x⟩=|x ′⟩where(x ′)i =P j Pijxj, or equivalentlyx ′ =P x
Show all 45 references
-
[37]
Lemma 4.A CZ circuitC Z(A)conjugating by a CNOT circuitC X (P)is equivalent to a CZ circuitC Z(A)where A=P T APis defined below
Composition of twoC X circuits is equivalent to matrix multiplication,C X (P1)CX (P2) =C X (P1P2). Lemma 4.A CZ circuitC Z(A)conjugating by a CNOT circuitC X (P)is equivalent to a CZ circuitC Z(A)where A=P T APis defined below. 19 Proof.Letxbe a bit-string. By definition, the ...
-
[38]
2D reflection
General purpose algorithm for compiling a fermionic permutation Our key technical result is a way of compressing the CZ circuits arising from fermionic permutation, into more efficient ones constructed by conjugating CZ circuits with CNOT circuits. In the main text, we present...
-
[40]
Particle-number conserving TIFF states Consider first the case of a particle-number conserving TIFF state, i.e., a Slater determinant, with a unit cell composed of a finite number of modes that repeat periodically in space. Such a state corresponds, e.g., to the ground state o...
-
[41]
These states involve pairing of modes in momentum space, related by reflectionk,-k
Superconducting TIFF states With a slight modification, our protocol can be also used to prepare TI superconducting states inO(logL) depth. These states involve pairing of modes in momentum space, related by reflectionk,-k. To see this, let as first consider the mean-field Ham...
-
[42]
(D17) Here,c † R,α andc R,α are the fermionic creation and annihilation operators, respectively, at unit cellRand internal indexα∈ {1,
Generic TIFF state Finally, we consider the most general quadratic fermionic Hamiltonian in real space, given by H= X R,R′ X α,β tαβ(R−R ′)c† R,αcR′,β + 1 2 ∆αβ(R−R ′)c† R,αc† R′,β + H.c. .(D17) Here,c † R,α andc R,α are the fermionic creation and annihilation operators, respe...
-
[43]
It turns out that fermionic permutationsF p areClifford circuits, which are among the least-expensive operations in standard fault-tolerant architectures [71, 95]
Encoding fermionic permutations into error-correcting codes When working with encoded information, not all single and two-qubit operations are equal in terms of resources [57, 90]. It turns out that fermionic permutationsF p areClifford circuits, which are among the least-expe...
-
[44]
This is in sharp contrast to an architecture based on local FSW AP networks, which requires depthN/2 andO(N 2) total Clifford gates
Compiling the fermionic fast fourier transform (FFFT) into a fault-tolerant gateset Our approach to implementing fermionic permutations enables an asymptotic reduction in the Clifford cost of implementing the FFFT, by enabling the interleave fermionic permutation ofNmodes to b...
2016
-
[45]
In Figure
Considerations arising from 2D FFFT The advantage of the dynamical JW approach over FSW AP networks becomes even more dramatic when considering more complex applications of the FFFT, for example to perform higher-dimensional FFFT. In Figure. 4, we discuss the 2D FFFT, and expa...
-
[85]
& Williamson, D
Ren, Y., Tantivasadakarn, N. & Williamson, D. J. Effi- cient preparation of solvable anyons with adaptive quan- tum circuits.Physical Review X15(2025)
2025
-
[86]
Christos, M.et al.A model of d-wave superconductiv- ity, antiferromagnetism, and charge order on the square lattice.Proc. Natl. Acad. Sci. U.S.A.120, e2302701120 (2023)
2023
-
[87]
P., Berg, E., Kivelson, S
Arovas, D. P., Berg, E., Kivelson, S. A. & Raghu, S. The hubbard model.Annu. Rev. Condens. Matter Phys.13, 239–274 (2022)
2022
-
[88]
& Gull, E
Qin, M., Sch¨ afer, T., Andergassen, S., Corboz, P. & Gull, E. The hubbard model: A computational perspec- tive.Annu. Rev. Condens. Matter Phys.13, 275–302 (2022)
2022
-
[89]
B., Bluvstein, D., Lukin, M
Tan, D. B., Bluvstein, D., Lukin, M. D. & Cong, J. Compiling quantum circuits for dynamically field- programmable neutral atoms array processors.Quan- tum8, 1281 (2024)
2024
-
[90]
Preprint at https://arxiv.org/abs/2506.20661 (2025)
Bluvstein, D.et al.Architectural mechanisms of a uni- versal fault-tolerant quantum computer. Preprint at https://arxiv.org/abs/2506.20661 (2025)
2025
-
[91]
M., Su, Y., Tran, M
Childs, A. M., Su, Y., Tran, M. C., Wiebe, N. & Zhu, S. Theory of trotter error with commutator scaling.Phys. Rev. X11, 011020 (2021)
2021
-
[92]
& Woerner, S
B¨ aumer, E. & Woerner, S. Measurement-based long- range entangling gates in constant depth.Phys. Rev. Res.7, 023120 (2025)
2025
-
[93]
Quantum circuits and low-degree poly- nomials overF 2.J
Montanaro, A. Quantum circuits and low-degree poly- nomials overF 2.J. Phys. A50, 084002 (2017)
2017
-
[94]
Haldane, F. D. M. Model for a quantum hall effect without landau levels: Condensed-matter realization of the ”parity anomaly”.Phys. Rev. Lett.61, 2015–2018 (1988)
2015
-
[95]
A game of surface codes: Large-scale quan- tum computing with lattice surgery.Quantum3, 128 (2019)
Litinski, D. A game of surface codes: Large-scale quan- tum computing with lattice surgery.Quantum3, 128 (2019)
2019
-
[96]
D.et al.Improved Fault-Tolerant Quan- tum Simulation of Condensed-Phase Correlated Elec- trons via Trotterization.Quantum4, 296 (2020)
Kivlichan, I. D.et al.Improved Fault-Tolerant Quan- tum Simulation of Condensed-Phase Correlated Elec- trons via Trotterization.Quantum4, 296 (2020)
2020
-
[97]
& Fowler, A
Gidney, C. & Fowler, A. G. Efficient magic state facto- ries with a catalyzed ccz to 2t transformation.Quantum 3, 135 (2019)
2019
-
[98]
& Kitaev, A
Bravyi, S. & Kitaev, A. Universal quantum computa- tion with ideal clifford gates and noisy ancillas.Phys. Rev. A71, 022316 (2005)
2005
-
[99]
Fault-tolerant postselected quantum computation: Threshold analysis
Knill, E. Fault-tolerant postselected quantum computation: Threshold analysis. Preprint at https://arxiv.org/abs/quant-ph/0404104 (2004)
2004 arXiv
-
[100]
Fault-tolerant postselected quan- tum computation: Schemes
Knill, E. Fault-tolerant postselected quan- tum computation: Schemes. Preprint at https://arxiv.org/abs/quant-ph/0402171 (2004)
2004 arXiv
-
[101]
Magic state distillation: Not as costly as you think.Quantum3, 205 (2019)
Litinski, D. Magic state distillation: Not as costly as you think.Quantum3, 205 (2019). 15
2019
-
[102]
& Reichardt, B
Paetznick, A. & Reichardt, B. W. Universal fault- tolerant quantum computation with only transversal gates and error correction.Phys. Rev. Lett.111, 090505 (2013)
2013
-
[103]
T., Duclos-Cianci, G
Anderson, J. T., Duclos-Cianci, G. & Poulin, D. Fault- tolerant conversion between the steane and reed-muller quantum codes.Phys. Rev. Lett.113, 080501 (2014)
2014
-
[104]
Gauge color codes: Optimal transversal gates and gauge fixing in topological stabilizer codes
Bombin, H. Gauge color codes: Optimal transversal gates and gauge fixing in topological stabilizer codes. Preprint at https://arxiv.org/abs/1311.0879 (2015)
2015 arXiv
-
[105]
Dimensional jump in quantum error cor- rection
Bombin, H. Dimensional jump in quantum error cor- rection. Preprint at https://arxiv.org/abs/1412.5079 (2016)
2016 arXiv
-
[106]
E., Kubica, A
Beverland, M. E., Kubica, A. & Svore, K. M. Cost of universality: A comparative study of the overhead of state distillation and code switching with color codes. PRX Quantum2, 020341 (2021)
2021
-
[107]
& Seetharam, K
Bomb ´ ın, H., Pant, M., Roberts, S. & Seetharam, K. I. Fault-tolerant postselection for low-overhead magic state preparation.PRX Quantum5, 010302 (2024)
2024
-
[108]
& Noh, K
Chamberland, C. & Noh, K. Very low overhead fault- tolerant magic state preparation using redundant ancilla encoding and flag qubits.npj Quantum Inf.6(2020)
2020
-
[109]
& Jones, C
Gidney, C., Shutty, N. & Jones, C. Magic state cultiva- tion: growing t states as cheap as cnot gates. Preprint at https://arxiv.org/abs/2409.17595 (2024)
2024 arXiv
-
[110]
& Mosca, M
Kliuchnikov, V., Maslov, D. & Mosca, M. Fast and efficient exact synthesis of single qubit uni- taries generated by clifford and t gates. Preprint at https://arxiv.org/abs/1206.5236 (2013)
2013 arXiv
-
[111]
Ross, N. J. & Selinger, P. Optimal ancilla-free clif- ford+t approximation of z-rotations. Preprint at https://arxiv.org/abs/1403.2975 (2016)
2016 arXiv
-
[112]
& Svore, K
Paetznick, A. & Svore, K. M. Repeat-until-success: Non-deterministic decomposition of single-qubit uni- taries. Preprint at https://arxiv.org/abs/1311.1074 (2014)
2014 arXiv
-
[113]
& Svore, K
Bocharov, A., Roetteler, M. & Svore, K. M. Efficient synthesis of universal repeat-until-success quantum cir- cuits.Phys. Rev. Lett.114(2015). 16 Supplemental Material Appendix A: F ermionic Permutations The core technical result of this paper is a constructive procedure for e...
2015
Reviewed August 4, 2026 · model on record in the stance chip above.
Discussion (0). Sign in to comment.