REVIEW 4 major objections 8 minor 39 references
Reviewed by Pith at T0; open to challenge.
T0 review · glm-5.2
Quantum search cuts resetting-sequence finding from exponential to square-root
2026-07-09 01:23 UTC pith:XKOV3D5B
load-bearing objection First quantum circuit construction for FA reset sequences; core idea sound but complexity analysis incomplete the 4 major comments →
A quantum model for synchronizing finite state transition systems
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central mechanism is the permutative unitary operator Delta, which encodes a finite automaton's transition function into a reversible quantum operation. By applying Delta in superposition across all input sequences of length l and all n initial states, the algorithm produces a quantum state where identical state-collections naturally combine, enabling Grover's amplitude amplification to locate a resetting sequence in O(sqrt(k^l)) steps. The key insight is that the superposition-over-all-inputs-and-all-states construction factors the output space into at most n^n distinct state-collections (rather than k^l individual sequences), and that a Grover oracle checking whether all elements of a
What carries the argument
Permutative unitary operator Delta (encoding FA transitions as reversible quantum gates via ancilla registers), superposition over all input sequences and all initial states, Grover amplitude amplification targeting state-collections where all reached states are identical (Eq. 28).
Load-bearing premise
The paper assumes that the permutative unitary operator Delta can be constructed and applied efficiently for arbitrary finite automata, and that the resulting quantum circuit's qubit and gate overhead remains practical. The construction requires O(n*l*mu) ancilla qubits and does not analyze the gate complexity of the Grover oracle that checks whether all reached states are identical.
What would settle it
If the gate complexity of the Grover oracle (checking Eq. 28) or the cost of implementing Delta grows superpolynomially in n or l, the quadratic speedup over brute force would not translate into a practical advantage for realistic automaton sizes.
If this is right
- For partial automata, where the shortest resetting sequence can be exponential in length and checking existence is PSPACE-complete, this approach offers a concrete quadratic speedup over the only general-purpose classical method (brute-force search).
- The method could be adapted to find other types of testing sequences used in conformance testing of reactive systems, as the authors note, since the superposition-and-search structure is not specific to resetting sequences.
- The factoring of k^l input sequences into at most n^n distinct state-collections means that for small automata with large input alphabets, the effective search space may be much smaller than k^l, potentially offering more than just a quadratic gain in those regimes.
- The construction provides a template for encoding any deterministic transition system as a quantum circuit, which could be reused for other automata-theoretic problems such as distinguishing sequence generation or state equivalence checking.
Where Pith is reading between the lines
- The practical value of the quadratic speedup depends heavily on the gate cost of implementing the Grover oracle (checking Eq. 28: that all n state registers hold the same value). For n states, this oracle requires O(n * nu) comparison gates per iteration, and the paper does not bound this cost — if it grows with n, the speedup could erode for automata with many states.
- The space overhead of O(n * l * mu + n * nu + l * kappa) qubits could be substantial: for a partial automaton where the shortest resetting sequence length l is Theta(n^2 * 4^(n/3)), the qubit count itself becomes exponential in n, which would make the circuit impractical even before considering gate depth.
- The claim of a quadratic speedup is relative to brute-force search only. For complete automata, Eppstein's polynomial-time algorithm already finds resetting sequences, so the quantum approach would not be competitive in that restricted class — its value is specifically for the general (partial) FA case where no polynomial classical algorithm is known.
- The amplitude amplification step assumes a known number of solutions M'. The paper proposes using quantum counting to estimate M', but quantum counting itself has overhead and error bounds that are not analyzed — for very rare solutions, the combined counting-plus-search procedure may behave differently from ideal Grover.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a quantum algorithm for finding resetting sequences (RS) of finite automata (FA). The approach encodes an FA's transition function as a permutative unitary operator Δ (using ancilla registers to make non-permutative transition matrices reversible), applies Δ^l in superposition over all input sequences of length l and all n initial states, and then uses Grover amplitude amplification to search for collections of reached states where all n states are identical (Eq. 28), indicating a resetting sequence. The central claim is a quadratic speedup over classical brute-force search, which is the only general method applicable to arbitrary FAs. A working example with a 3-state FA is developed throughout, and an online simulator is mentioned as proof of concept.
Significance. The problem of finding resetting sequences is well-motivated and computationally hard (NP-hard for complete FAs, PSPACE-complete for partial FAs). Applying quantum search to this problem is a natural and previously unexplored direction, and the encoding of FA transition functions as permutative unitaries via ancilla embedding is a reasonable construction. The paper provides a detailed worked example (Table 1, Eqs. 6–25) that illustrates the full pipeline from transition table to Grover measurement. The approach is falsifiable: for a given FA, one can construct the circuit and check whether measurement yields a valid RS.
major comments (4)
- §4, Complexity analysis: The paper claims a quadratic speedup (O(√(k^l)) vs O(k^l)) but does not account for the per-iteration cost of the Grover diffusion operator. The initial state |Q̄_n⟩_l is prepared by applying Δ^l to a product state (Eq. 20); the reflection about this state requires applying (Δ^l)^{-1}, reflecting about |0...0⟩, and reapplying Δ^l. Each Grover iteration therefore costs 2·cost(Δ^l) + cost(oracle), not just cost(oracle). The paper states the simulation cost is O(l) (§4, point 2) and the Grover cost is √(k^l) iterations (§4, point 4), but never bounds cost(Δ^l) or cost(oracle) in gate complexity. Without this, the total quantum gate complexity is unbounded and the quadratic-speedup claim is incomplete. The polynomial overhead (in n, l, k, μ) likely does not dominate √(k^l) for large l, but this analysis must be presented explicitly.
- §3.6, Eq. 28: The Grover oracle that checks whether all n reached states are identical (|S^p⟩_{l,c} = |S^{p+1⟩}_{l,c} for p=0..n-2) is described conceptually but its quantum circuit and gate complexity are not specified. This oracle is load-bearing for the complexity claim. The paper should describe the oracle circuit (e.g., using n-1 controlled equality checks on ν-qubit registers with ancilla flags) and bound its gate count.
- §3.6, Eq. 27 (Box B): The paper claims that input sequences reaching the same collection of states 'combine' or 'factor' together. However, different input sequences generally produce different garbage qubits (|G⟩^c ≠ |G⟩^d), so the corresponding basis states remain distinct in the superposition. The grouping in Eq. 27 is notational, not a quantum mechanical combination of amplitudes. This affects the M/M' analysis: M' is the number of input sequences that are resetting sequences (not the number of distinct collections), and the paper should clarify this to avoid misestimating the Grover iteration count.
- The abstract and conclusion state that simulation results are provided 'as a proof of concept,' but no experimental results section appears in the manuscript. The worked example (Eqs. 24–29) is illustrative but does not constitute validation on a quantum simulator. If simulation results exist, they should be reported with details (FA sizes, sequence lengths, success probabilities, number of Grover iterations); if not, the claim should be softened.
minor comments (8)
- §3.5: The text states 'The example FA has two states' but Table 1 defines a 3-state FA (s0, s1, s2). This should be corrected.
- §3.2, Eq. 10: The result shows |X_1⟩|A_0⟩_1|S_1⟩_1 = |X_1⟩|G⟩|S_2⟩, but the text below says '|G⟩_1|S⟩_1 = |0⟩|S_1⟩ = |0⟩|1⟩' when applying x_2 from s_0. The subscripts and superscripts on garbage/state registers are inconsistent and sometimes confusing; a consistent indexing scheme would help.
- §3.2: The notation uses both |S_0⟩, |S_1⟩, ... and |0⟩, |1⟩, |2⟩ for states interchangeably. Using one convention consistently would improve readability.
- §4, point 3: The SWAP gate count formula 'C = 2l²μ' is introduced without clear derivation. The expression '2((k-1)κ) + 2j(lμ+ν)' mixes k (number of inputs) and j (state index) in a way that is hard to follow. This should be clarified.
- §3.6: The paper mentions using Quantum Counting [5] to find M' before applying Grover, but does not discuss the cost or error bounds of the quantum counting step, which itself requires O(√(M/M')) oracle calls.
- Figures 1–7 are referenced but some labels (e.g., |Q⟩, |Q̄⟩, |Q̄_n⟩) are small and hard to read. The circuit diagrams would benefit from clearer annotation of register widths.
- The abstract contains a typo: 'starting form an initial FA state' should be 'starting from an initial FA state.'
- §1: 'Epsstein' should be 'Eppstein'; 'Aemerican' should be 'American' (author affiliation).
Simulated Author's Rebuttal
We thank the referee for a careful and constructive report. All four major comments identify legitimate gaps in the manuscript that we will address in revision. Specifically: (1) we will add an explicit gate-complexity bound for cost(Δ^l) and the Grover diffusion operator, showing the per-iteration overhead is polynomial in n, l, k, μ and does not negate the quadratic speedup over O(k^l) brute-force search; (2) we will specify the equality-check oracle circuit and its gate count; (3) we will correct the M/M' analysis to clarify that M' counts resetting input sequences (not distinct collections), and that the grouping in Eq. 27 is notational; (4) we will either include a simulation results section with concrete data or soften the 'proof of concept' claim to match what is actually reported.
read point-by-point responses
-
Referee: §4 Complexity analysis: per-iteration cost of Grover diffusion (cost of Δ^l) not bounded; quadratic speedup claim incomplete without explicit gate complexity.
Authors: The referee is correct that the manuscript does not explicitly bound cost(Δ^l) or cost(oracle) in gate complexity, and that each Grover iteration requires applying (Δ^l), reflecting about |0...0⟩, and reapplying Δ^l, for a per-iteration cost of 2·cost(Δ^l) + cost(oracle). We will add this analysis in revision. Concretely: each application of Δ is a permutative unitary acting on κ + μ + ν qubits, implementable as a circuit of O(2^(κ+μ+ν)) elementary gates via standard reversible synthesis (e.g., the method of Soeken et al. [33] cited in the manuscript). Applying Δ sequentially l times gives cost(Δ^l) = O(l · 2^(κ+μ+ν)). Since κ = log₂k, μ = log₂m, ν = log₂n, this is O(l · k · m · n), which is polynomial in n, l, k, μ. The oracle cost (addressed in the next comment) is also polynomial. The total quantum gate complexity is therefore O(√(k^l) · [l · k · m · n + cost(oracle)]), which is O(√(k^l) · poly(n, l, k, μ)). For large l, the exponential term √(k^l) dominates, preserving the quadratic speedup over the O(k^l) classical brute-force search. We agree this must be stated explicitly and will add a dedicated complexity subsection. revision: yes
-
Referee: §3.6, Eq. 28: Grover oracle for checking all n reached states are identical is described conceptually but circuit and gate complexity not specified.
Authors: We agree the oracle circuit should be specified. The oracle checks |S^p⟩_{l,c} = |S^{p+1}⟩_{l,c} for p = 0,...,n-2, where each |S^p⟩ is encoded on ν qubits. The circuit consists of n-1 equality comparators, each comparing two ν-qubit registers. Each equality comparator uses ν controlled-XOR gates (to compute bitwise equality into an ancilla) followed by a multi-controlled Toffoli on ν ancilla flags, then uncomputation. One equality comparator costs O(ν) gates; the full oracle uses O(n·ν) gates plus O(n·ν) ancilla qubits for intermediate flags, with a final AND-reduction over n-1 comparator outputs costing O(n) additional gates. Total oracle cost: O(n·ν) = O(n·log₂n) gates per invocation. We will add this circuit description and gate bound to §3.6. revision: yes
-
Referee: §3.6, Eq. 27 (Box B): grouping is notational, not a quantum-mechanical combination of amplitudes; M' should count resetting input sequences, not distinct collections.
Authors: The referee is correct. Different input sequences generally produce different garbage qubits (|G⟩^c ≠ |G⟩^d), so the corresponding basis states remain distinct in the superposition. The grouping shown in Eq. 27 is notational—it organizes terms sharing the same reached-state collection for readability but does not represent amplitude combination at the quantum level. Consequently, M' in the Grover iteration count √(M/M') should be the number of input sequences that are resetting sequences (i.e., the number of marked items in the search space of k^l sequences), not the number of distinct collections. We will correct the M/M' analysis accordingly and clarify that the notational grouping in Eq. 27 does not reduce the effective search space for Grover's algorithm. The quadratic speedup claim is unaffected: Grover searches over k^l input sequences with M' marked solutions in O(√(k^l/M')) iterations, which is quadratic in the worst case M' = 1. revision: yes
-
Referee: Abstract and conclusion claim simulation results 'as a proof of concept' but no experimental results section appears in the manuscript.
Authors: The referee is correct that the manuscript does not contain a dedicated simulation results section. The worked example (Eqs. 24-29) is illustrative and does not constitute validation on a quantum simulator. We will address this in one of two ways depending on the status of our simulator at the time of resubmission: either (a) add a simulation results section reporting concrete data (FA sizes, sequence lengths, success probabilities, number of Grover iterations) from runs on a quantum simulator, or (b) if the simulator is not yet producing reportable results, soften the claim in the abstract and conclusion from 'we provide results of several simulated FAs on a quantum simulator' to a statement that the approach is illustrated through a worked example and that implementation on a quantum simulator is planned. In either case, the current mismatch between the claim and the manuscript content will be resolved. revision: yes
Circularity Check
No significant circularity; derivation is self-contained using standard external results (Grover, quantum counting, reversible embedding).
full rationale
The paper's central claim—a quadratic speedup over classical brute-force search for resetting sequences—follows directly from applying Grover's amplitude amplification algorithm to a search space of size k^l. Grover's algorithm and quantum counting are standard, externally verified results (cited [14], [5]). The transition encoding uses reversible embedding techniques citing external work (Soeken et al. [33]). No parameters are fitted to data and then 'predicted.' No self-citation chain is load-bearing: the authors cite their own prior work [36] only in the related-work survey of classical RS algorithms, not as a premise for the quantum construction. The complexity argument in §4 counts O(sqrt(k^l)) Grover iterations, which is the standard Grover bound applied to the stated search space. The skeptic's concern about unanalyzed per-iteration diffusion cost (implementing (Delta^l)^{-1}) is a correctness/completeness gap, not circularity: the paper does not define its complexity in terms of its own outputs, nor does it smuggle an ansatz through self-citation. The derivation chain is: encode FA transitions as permutative unitary Delta (external technique), apply in superposition (standard), search with Grover (external). Each step references independent, established results. The minor self-citations in the bibliography do not form a circular dependency for the central claim. Score 2 reflects the presence of non-load-bearing self-citation and the fact that the complexity argument is incomplete (but not circular).
Axiom & Free-Parameter Ledger
free parameters (1)
- l (sequence length) =
not fitted; chosen as input
axioms (4)
- standard math Any Boolean function can be embedded into a reversible (permutative) circuit using sufficient ancilla qubits
- standard math Grover's algorithm provides a quadratic speedup for unstructured search over N items
- domain assumption The Grover oracle for checking that all n reached states are identical (Eq. 28) can be implemented as a polynomial-size quantum circuit
- ad hoc to paper Garbage qubits from different input sequences do not interfere with amplitude amplification
read the original abstract
We propose a quantum model for finding a resetting input sequence (RS) which can take a finite state transition system (FA), to particular state independent of its current state. The complexity of finding such sequences for various types of FA can be NP-Hard or even PSPACE-Complete. To this end, we represent the FA states, inputs, and transition function in quantum space. Accordingly, we propose a model to represent the execution of an input sequence of a particular length $l$ starting form an initial FA state. The model is extended considering the application in superposition of all input sequences of length $l$ to an initial state of the FA. The model is further extended considering the application of all input sequences to all initial states of the FA capturing for every input sequence the collection (ordered list) of states reached by applying the sequence to all states of the FA. The amplitude amplification algorithm is then used as it combines similar collections of reached states while preserving all input sequences that reach these collections. A Grover search for a reached collection where its elements correspond to the same FA state provides a RS for the FA. Our approach offers a quadratic gain over the exponential complexity of traditional brute-force method, which is the only method that can be applied to a general FA class. As a proof of concept we provide results of several simulated FAs on a quantum simulator.
Figures
Reference graph
Works this paper leans on
-
[1]
Lucas V. R. Alves and Patr´ ıcia N. Pena. Secure recovery procedure for manufacturing systems using synchronizing automata and supervisory control theory.IEEE Transactions on Automation Science and Engineering, 19(1):486–496, 2022
work page 2022
-
[2]
Dimitry S. Ananichev and Mikhail V. Volkov. Synchronizing monotonic automata.Theor. Comput. Sci., 327(3):225–239, 2004
work page 2004
-
[3]
Quantum supremacy using a programmable superconducting processor.Nature, 574:505–510, 2019
Frank Arute and et al. Quantum supremacy using a programmable superconducting processor.Nature, 574:505–510, 2019
work page 2019
-
[4]
K. Benson. Evolving finite state machines with embedded genetic programming for automatic target detection. InProceedings of the 2000 Congress on Evolutionary Computation, pages 1543–1549, 2000
work page 2000
-
[5]
Springer Berlin Heidelberg, 1998
Gilles Brassard, Peter HØyer, and Alain Tapp.Quantum counting, page 820–831. Springer Berlin Heidelberg, 1998
work page 1998
-
[6]
J´ anˇCern` y. A note on homogeneous experiments with finite automata English.Matematicko-fyzik´ alny ˇ casopis, 14:208–216, 1964. 16
work page 1964
-
[7]
On directable automata.Kybernetika, 7(4):289– 298, 1971
J´ anˇCern` y, Alica Pirick´ a, and Blanka Rosenauerov´ a. On directable automata.Kybernetika, 7(4):289– 298, 1971
work page 1971
-
[8]
T. S. Chow. Testing software design modeled by finite-state machines.IEEE Trans. Software Eng., 4(3):178–187, 1978
work page 1978
-
[9]
Real-time sequence testing of an automotive electric machine control systems
Gunwant Dhadyalla, Chek Yang, James Marco, and Paul Jennings. Real-time sequence testing of an automotive electric machine control systems. 04 2018
work page 2018
-
[10]
Rita Dorofeeva, Khaled El-Fakih, Stephane Maag, Ana R Cavalli, and Nina Yevtushenko. FSM-based conformance testing methods: a survey annotated with experimental evaluation.Information and Software Technology, 52(12):1286–1297, 2010
work page 2010
- [11]
-
[12]
Improved upper bounds on synchronizing non- deterministic automata.Inf
Zsolt Gazdag, Szabolcs Iv´ an, and Judit Nagy-Gy¨ orgy. Improved upper bounds on synchronizing non- deterministic automata.Inf. Process. Lett., 109(17):986–990, 2009
work page 2009
-
[13]
Bal´ azs Gerencs´ er, Vladimir V. Gusev, and Rapha¨ el M. Jungers. Primitive sets of nonnegative matrices and synchronizing automata.SIAM Journal on Matrix Analysis and Applications, 39(1):83–98, 2018
work page 2018
-
[14]
Lov K. Grover. A fast quantum mechanical algorithm for database search. InProceedings of the Twenty- Eighth Annual ACM Symposium on Theory of Computing, STOC ’96, page 212–219, New York, NY, USA, 1996. ACM
work page 1996
-
[15]
Generating Shortest Synchronizing Sequences using Answer Set Programming
Canan G¨ uni¸ cen, Esra Erdem, and H¨ usn¨ u Yenig¨ un. Generating shortest synchronizing sequences using answer set programming.CoRR, abs/1312.6146, 2013
work page internal anchor Pith review Pith/arXiv arXiv 2013
-
[16]
Mul- ticore and manycore parallelization of cheap synchronizing sequence heuristics.J
Serta¸ c Karahoda, Osman Tufan Erenay, Kamer Kaya, Uraz Cengiz T¨ urker, and H¨ usn¨ u Yenig¨ un. Mul- ticore and manycore parallelization of cheap synchronizing sequence heuristics.J. Parallel Distributed Comput., 140:13–24, 2020
work page 2020
-
[17]
ˇCern´ y’s conjecture and the road colouring problem, pages 525–565
Jarkko Kari and Mikhail Volkov. ˇCern´ y’s conjecture and the road colouring problem, pages 525–565. 09 2021
work page 2021
-
[18]
A. Kisielewicz, J. Kowalski, and M. Szyku la. A fast algorithm finding the shortest reset words.Com- puting and Combinatorics, 7936:182–196
-
[19]
R. Kudlacik, A. Roman, and H. Wagner. Effective synchronizing algorithms.Expert Systems with Applications, 39(14):11746–11757, 2012
work page 2012
- [20]
-
[21]
Generating synchronizable test sequences based on finite state machine with distributed ports
Gang Luo, Rachida Dssouli, Gregor von Bochmann, Pallapa Venkataram, and Abderrazak Ghedamsi. Generating synchronizable test sequences based on finite state machine with distributed ports. In Proceedings of the IFIP TC6/WG6.1 Sixth International Workshop on Protocol Test Systems VI, page 139–153, 1993
work page 1993
- [22]
-
[23]
Michael A. Nielsen and Isaac L. Chuang.Quantum Computation and Quantum Information: 10th Anniversary Edition. Cambridge University Press, Cambridge, 2010
work page 2010
-
[24]
Jahromi, Sukhbinder Singh, and Rom´ an Or´ us
Siddhartha Patra, Saeed S. Jahromi, Sukhbinder Singh, and Rom´ an Or´ us. Efficient tensor network simulation of ibm’s largest quantum processors.Physical Review Research, 6(1), March 2024. 17
work page 2024
-
[25]
On achieving complete testability of synchronous sequential circuits with synchronizing sequences
Irith Pomeranz and Sudhakar M Reddy. On achieving complete testability of synchronous sequential circuits with synchronizing sequences. InProceedings., International Test Conference, pages 1007–1016. IEEE, 1995
work page 1995
-
[26]
O. Rafiq and L. Cacciari. Coordination algorithm for distributed testing.The Journal of Supercomput- ing, 24(2):203–211, 2003
work page 2003
-
[27]
Ran Raz and Shmuel Safra. A sub-constant error-probability low-degree test, and a sub-constant error- probability PCP characterization of NP. InSTOC, pages 475–484, 1997
work page 1997
-
[28]
A. Roman. New algorithms for finding short reset sequences in synchronizing automata. InInternational Enformatika Conference, IEC’05, August 26-28, 2005, Prague, Czech Republic, CDROM, pages 13–17, 2005
work page 2005
-
[29]
A. Roman and M. Szykula. Forward and backward synchronizing algorithms.Expert Syst. Appl., 42(24):9512–9527, 2015
work page 2015
-
[30]
N. Ege Sara¸ c, ¨Omer Faruk Altun, Kamil Tolga Atam, Serta¸ c Karahoda, Kamer Kaya, and H¨ usn¨ u Yenig¨ un. Boosting expensive synchronizing heuristics.Expert Systems with Applications, 167:114203, 2021
work page 2021
-
[31]
H. Shabana and M.V. Volkov. Careful synchronization of partial deterministic finite automata.Acta Informatica, 59:479–504, 2022
work page 2022
-
[32]
Peter W. Shor. Polynomial-time algorithms for prime factorization and discrete logarithms on a quantum computer.SIAM Journal on Computing, 26(5):1484–1509, 1997
work page 1997
-
[33]
Embedding of Large Boolean Functions for Reversible Logic
Mathias Soeken, Robert Wille, Oliver Kesz¨ ocze, D. Michael Miller, and Rolf Drechsler. Embedding of large boolean functions for reversible logic.CoRR, abs/1408.3586, 2014
work page internal anchor Pith review Pith/arXiv arXiv 2014
-
[34]
Synchronizing billion-scale automata.Informa- tion Sciences, 574:162–175, 2021
Mustafa Kemal Ta¸ s, Kamer Kaya, and H¨ usn¨ u Yenig¨ un. Synchronizing billion-scale automata.Informa- tion Sciences, 574:162–175, 2021
work page 2021
-
[35]
Exact synchronization for finite-state sources.Journal of Statistical Physics, 145:1181–1201, 2011
Nicholas F Travers and James P Crutchfield. Exact synchronization for finite-state sources.Journal of Statistical Physics, 145:1181–1201, 2011
work page 2011
-
[36]
Uraz Cengiz T¨ urker, Tongu¸ c¨Unl¨ uyurt, and H¨ usn¨ u Yenig¨ un. Effective algorithms for constructing minimum cost adaptive distinguishing sequences.Information and Software Technology, 74:69–85, 2016
work page 2016
-
[37]
Mikhail V. Volkov. Synchronizing automata and the ˇ cerny conjecture. InLATA, pages 11–27, 2008
work page 2008
-
[38]
Mikhail V. Volkov. Synchronizing automata preserving a chain of partial orders.Theor. Comput. Sci., 410(37):3513–3519, 2009
work page 2009
-
[39]
Quantum computational advantage using photons.Science, 370(6523):1460–1463, 2020
Han-Sen Zhong, Hui Wang, Yu-Hao Deng, Ming-Cheng Chen, Li-Chao Peng, Yi-Han Luo, Jian Qin, Dian Wu, Xing Ding, Yi Hu, et al. Quantum computational advantage using photons.Science, 370(6523):1460–1463, 2020. 18
work page 2020
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.