REVIEW 2 major objections 5 minor 42 references
A Quantum Roadmap for Softmax Attention: Exact Born-Rule Analogs for Softmax Attention on the Probability Simplex
T0 review · 2 major / 5 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Softmax attention on probability data can be reproduced exactly by a quantum circuit whose every learned parameter is a rotation angle.
desk verdict A careful, mostly correct quantum dictionary for a Hellinger-flavored attention layer whose abstract overstates the match to textbook softmax attention. 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 load-bearing objects are the angle-score bijection $\theta = 2\arccos(e^{z/2})$, which converts a classical score into a rotation angle so that measurement probability is the softmax weight; the identity $\beta = L$, which turns $L$ post-selected rounds into inverse temperature; the column-loading value channel, a Stinespring dilation whose partial-trace diagonal equals the classical output $Y_i$; and the gated single-ancilla residual, a linear combination of unitaries whose additive identity sits at the ancilla preparation angle $\eta = \pi/2$. These primitives are assembled from amplitude encoding, block-encoded $W_Q$ and $W_K$ contractions, a Hadamard-test overlap extraction, Born-rule cosine-squared softmax, the stochastic value channel, and the residual sandwich. The algebraic core of the dictionary is machine-checked in a formal proof assistant.
What would settle it
Take $x_1=(1/2,1/2)$ and $x_2=(1,0)$ with $W_Q=W_K=I$. The textbook attention score is $(1/2)/\sqrt{2}$, while the normalized amplitude overlap used by the circuit is $1/\sqrt{2}$; running the circuit and comparing its readout with exp-softmax on the textbook scores gives different distributions, showing that exactness holds for the amplitude-lift variant, not raw-feature attention.
Extended reading notes
Core claim
The paper's central discovery is that the exponential softmax is the interior of the cosine-squared measurement family on the simplex: under the bijection $\theta = 2\arccos(e^{z/2})$, the identity $\cos^2(\theta/2)/\sum_l \cos^2(\theta_l/2) = e^z/\sum_l e^{z_l}$ holds pointwise for $z \le 0$. This makes Born-rule readout a native softmax, and the construction composes that softmax with Hadamard-test overlaps for scores, a deterministic column-loading channel for values, and a single-ancilla residual gate. The master equivalence (Theorem 27) states that a quantum circuit with one measure-and-reload step per attention score reproduces the classical single-head gated attention layer exactly in the infinite-shot limit under the probability-simplex assumption. Exactness is conditional: the classical layer is the lifted-feature, normalized-score, row-shifted variant defined in Remark 2, not textbook attention on raw feature vectors. A finite-depth fully coherent exact circuit is provably impossible for affine score encodings; the coherent alternative is $\epsilon$-approximate via quantum singular value transformation.
Load-bearing premise
The equivalence is exact only for the redefined classical layer of Remark 2: features enter as amplitude lifts $\sqrt{x_i}$, scores are normalized unit-norm overlaps, and scores are row-shifted to be non-positive.
Editorial extensions
If this is right
- If Theorem 27 is correct, any single-head attention layer whose data are probability vectors admits a gate-level quantum implementation with no classical softmax normalization step: the simplex constraint is automatic from the Born rule.
- The softmax temperature is no longer a free hyperparameter in the quantum realization: $\beta = L$, the number of repeated post-selected rounds, so cooling the attention distribution costs shots and the post-selection rate reads off the Gibbs partition function.
- The cosine-squared softmax is a strict extension of exponential softmax: it can return exactly zero attention weights at finite angle $\theta = \pi$, which exponential softmax cannot do with finite scores.
- Exactness requires breaking full coherence with one measure-and-reload step per score; the paper proves that a finite-depth fully coherent version cannot be exact and is only $\epsilon$-close via quantum singular value transformation.
- For inference on classical data, no speedup is claimed: the per-layer shot budget is $\Omega(n^2/\varepsilon^2)$ naively, or $\Omega(n^2/\varepsilon)$ with amplitude estimation, so the contribution is structural exactness rather than efficiency.
Reading between the lines
- Editorial extension: the dictionary is not tied to exponential softmax specifically; any bijective score-to-angle map on a bounded domain would generate a legitimate Born-rule softmax family, and the paper's bijection is one such choice.
- Editorial extension: because the construction rewrites attention scores as normalized amplitude overlaps, it is best understood as a quantum-native attention variant defined in Hellinger-like geometry rather than a simulation of standard attention on raw features.
- Editorial extension: the cosine-squared softmax is a plausible classical drop-in attention nonlinearity for simplex-valued generative models, where it would add sparse-attention expressivity at finite parameters; the paper raises this as an empirical question, and we infer it is worth testing directly.
- Editorial extension: replacing the measure-and-reload sampler with amplitude estimation or other coherent score extraction creates a design trade-off between shot overhead, circuit depth, and exactness that the paper leaves open for later work.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper constructs a quantum circuit that, under Assumption 1 (inputs on the probability simplex) and the conventions of Remark 2 (amplitude-lift features, normalized unit-norm overlap scores, and a row shift to non-positive scores), exactly reproduces a classical single-head softmax attention layer with residual in the infinite-shot limit. Theorem 27 assembles amplitude encoding, block-encoded Q/K projections, Hadamard-test score extraction, a Born-rule cos^2-softmax with the angle-score bijection theta = 2 arccos(e^{z/2}), an L-stage post-selected temperature realization, a column-loading channel for the column-stochastic value matrix, and a single-ancilla gated residual. The paper also proves a boundary strict-extension of the cos^2 family to sparse attention, a finite-depth no-go for coherent QSVT realization of affinely encoded scores, an epsilon-approximate coherent QSVT alternative, and reports Lean 4 machine-checked proofs of the algebraic identities.
Significance. If the claims are read under their stated conventions, this is a careful and honest construction. The algebraic identities are correct, the scope limitations are stated explicitly, the absence of a speedup claim is candid, and the Lean-checked core is a genuine strength. The paper provides a useful dictionary that maps each mechanism of a simplex-valued attention layer to a specific quantum primitive, and it gives a precise boundary between what can be realized exactly with measure-and-reload and what cannot be realized exactly in finite-depth coherent QSVT. The finite-shot and gate-count analysis is correspondingly frank about the lack of practical advantage for single-layer inference on classical data.
major comments (2)
- [Theorem 27; Remark 2; Section 2.1] The exact equivalence is stated for a classical layer that has been redefined in several ways: the features presented to W_Q and W_K are the amplitude lifts sqrt(x_i) rather than x_i; the score is the normalized overlap Re<q_i|k_j> rather than Q_i^T K_j / sqrt(d); and the residual in Eq. (4) is the equal-weight convex combination (1/2)(Y_i + x_i), not the standard transformer residual x_i + Y_i. For W_Q = W_K = I the score reduces to the Bhattacharyya coefficient sum_m sqrt(x_im x_jm), not the inner product x_i dot x_j. Although Remark 2 states the first two conventions, the title and abstract present the result as a realization of "softmax attention" without these qualifications. Because the target layer is load-bearing for the central claim, the headline should be reframed and the abstract should state explicitly that the classical target is the amplitude-lift, normalized-score, convex-residual layer.
- [Theorem 27; Section 11, step 8] The statement that the Born-rule readout of Q(X) "equals" the classical layer needs a sampler-semantics clarification. Theorem 23 yields the output row Y_i only conditionally on the A-register outcome i, and a single run of the full circuit samples (i,j) from the joint distribution (1/n) A_ij rather than producing the full output matrix. Recovering all n rows requires either conditioning on A (which collapses the superposition) or n repeated runs. The theorem should state that the equivalence is distributional in the infinite-shot limit over these samples, rather than implying that a single circuit evaluation returns the entire classical output matrix deterministically.
minor comments (5)
- [Section 10; Code availability] The machine-checking claim cannot be independently verified because the repository URL and commit hash are placeholders ("<repository URL>, commit<hash>"). Please provide a permanent archive, such as a Zenodo DOI, with the Lake project pinned to the stated toolchain.
- [Abstract; Theorem 20] The abstract says the fully-coherent variant is epsilon-approximate "in the infinite depth limit," but Theorem 20 gives a finite-depth bound O(sqrt(max{c, log(1/epsilon)}) log(1/epsilon)); the abstract should be aligned with the finite-depth statement.
- [Section 8.1; Corollary 25] Calling eta = pi/2 the "standard transformer additive identity" is misleading because Eq. (4) uses the equal-weight convex combination (1/2)(Y_i + x_i), not x_i + Y_i; please use "equal-weight convex combination" or explicitly note that this is the simplex-adapted residual.
- [Remark 10; Theorem 27] The composed Hadamard-test form of Remark 10 requires estimating the post-selection rates a_q^2 and a_k^2 to recover the normalized score z_ij, so the "one measure-and-reload step per attention score" in Theorem 27 should mention that this auxiliary estimation may be part of the same step.
- [Section 12.3] The row-TV bound "E ||A_hat_i - A_i||_TV lesssim sqrt(n/N)" is stated without an explicit constant; please either state the universal constant or say the bound holds up to a constant independent of n and N.
Circularity Check
No circularity: all claimed equivalences are explicit constructions, with the only caveat being a stated scope convention that relabels the classical target rather than a derivation that feeds on its own conclusion.
full rationale
The derivation chain is self-contained and constructive. Theorem 13's angle-score bijection θ=2 arccos(e^{z/2}) is introduced as a parametrization, so cos²(θ/2)=e^z and the pointwise equality of cos²-softmax and exp-softmax follows by direct substitution; this is a construction, not a fitted prediction. Theorem 16 and Corollary 17 derive β=L by multiplying independent post-selection probabilities; no temperature parameter is fit. Theorem 23 is a direct partial-trace computation whose diagonal is Σ_j A_ij(W_V x_j); the column-loading channel is deliberately built to make that trace exact. Theorem 24 with Remark 26 derives the residual by an explicit LCU sandwich, using the incoherent trace-out variant so the probability-level diagonal is cos²(η/2)x + sin²(η/2)y, which at η=π/2 is the additive residual. There are no fitted parameters, no post-hoc data splits, and no load-bearing self-citations; the external citations (universality, QSVT, state synthesis) are standard results used only for parts the equivalence theorem explicitly says it does not depend on. The only caveat is scope, not circularity: Remark 2 explicitly redefines the classical layer to take amplitude-lift features and normalized Hadamard-overlap scores, so Theorem 27's target is not raw-feature dot-product attention; the equivalence is exact only under that disclosed convention. A stated convention that changes the theorem's domain is a validity limitation, not a reduction of the derivation to its own inputs.
Assumptions & free parameters
assumptions (5)
- domain assumption Assumption 1: input rows lie on the probability simplex and W_V is column-stochastic.
- domain assumption Density of the rotation-CRY ansatz in SU(2^{b+1}) (Lemma 8, part 3).
- standard math QSVT polynomial approximation theorem (Theorem 20).
- standard math Block-encoding existence for any contraction (Lemma 4).
- domain assumption State-preparation oracle model (Section 12.1).
Cite this review
Pith. "Pith review of A Quantum Roadmap for Softmax Attention: Exact Born-Rule Analogs for Softmax Attention on the Probability Simplex." pith.science (2026). https://pith.science/paper/AEKXKHGS
@misc{pith2026260811173,
author = {Pith},
title = {Pith review of: A Quantum Roadmap for Softmax Attention: Exact Born-Rule Analogs for Softmax Attention on the Probability Simplex},
year = {2026},
howpublished = {\url{https://pith.science/paper/AEKXKHGS}},
note = {Machine review of arXiv:2608.11173}
}
read the original abstract
The attention mechanism forms the foundation of many modern AI models such as the Transformer. In one subclass of problems where attention is used, inputs and outputs are bound to the probability simplex so that all outputs sum to one. In this setting, softmax attention admits an exact, component-by-component quantum realization. Attention scores are Hadamard-test statistics on block-encoded projections of amplitude-encoded inputs. The exponential softmax is the interior of a cosine-squared family generated by Born-rule measurement under an exact bijection, whose boundary expresses sparse attention with exact zeros at finite parameter values. The softmax temperature is a repetition count where post-selected measurement rounds realize discretized inverse temperature exactly. Value aggregation is a deterministic column-loading channel that dilates the column-stochastic value matrix. The gated residual is the preparation angle of a single ancilla, with the additive identity at a mixing angle of {\pi}/2. Every learnable parameter is a rotation-gate angle. The composed layer is exact in the infinite-shot limit with one measure-and-reload step per attention score; a fully-coherent variant is {\epsilon}-approximate via quantum singular value transformation in the infinite depth limit. The algebraic core is machine-checked in Lean 4.
Figures
Figures from the paper (6 more)
Reference graph
Works this paper leans on
-
[1]
Gomez, Lukasz Kaiser, and Illia Polosukhin
Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N. Gomez, Lukasz Kaiser, and Illia Polosukhin. Attention is all you need. InAdvances in Neural Infor- mation Processing Systems, pages 5998–6008, 2017
work page 2017
-
[2]
Deep residual learning for im- age recognition
Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. Deep residual learning for im- age recognition. InProceedings of the IEEE Conference on Computer Vision and Pattern Recognition (CVPR), pages 770–778, 2016
2016
-
[3]
Rupesh Kumar Srivastava, Klaus Greff, and J¨ urgen Schmidhuber. Highway networks, 2015
work page 2015
-
[4]
Rethinking attention with Performers
Krzysztof Choromanski, Valerii Likhosherstov, David Dohan, Xingyou Song, Andreea Gane, Tamas Sarlos, Peter Hawkins, Jared Davis, Afroz Mohiuddin, Lukasz Kaiser, David Belanger, Lucy Colwell, and Adrian Weller. Rethinking attention with Performers. InInternational Conference on Learning Representations (ICLR), 2021
work page 2021
-
[5]
Transformer dissection: An unified understanding for transformer’s attention via the lens of kernel
Yao-Hung Hubert Tsai, Shaojie Bai, Makoto Yamada, Louis-Philippe Morency, and Ruslan Salakhutdinov. Transformer dissection: An unified understanding for transformer’s attention via the lens of kernel. InProceedings of the 2019 Conference on Empirical Methods in Nat- ural Language Processing and the 9th International Joint Conference on Natural Language Pr...
work page 2019
-
[6]
Quantum Science and Technology
Maria Schuld and Francesco Petruccione.Supervised Learning with Quantum Computers. Quantum Science and Technology. Springer, 2018
work page 2018
-
[7]
Thomas R. Bromley, Juan Miguel Arrazola, Soran Jahangiri, Josh Izaac, Nicol´ as Quesada, Alain Delgado Gran, Maria Schuld, Jeremy Swinarton, Zeid Zabaneh, and Nathan Killoran. Applications of near-term photonic quantum computers: software and algorithms.Quantum Science and Technology, 5(3):034010, 2020
work page 2020
-
[8]
Yaron Lipman, Ricky T. Q. Chen, Heli Ben-Hamu, Maximilian Nickel, and Matthew Le. Flow matching for generative modeling. InInternational Conference on Learning Representations (ICLR), 2023
2023
Show all 42 references
-
[9]
Ricky T. Q. Chen and Yaron Lipman. Flow matching on general geometries. InInternational Conference on Learning Representations (ICLR), 2024
2024
-
[10]
Dirichlet flow matching with applications to DNA sequence design, 2024
Pavel Avdeyev, Chenlai Shen, Charles Slater, Vinay Birodkar, Adam Lerer, and Andreas Krause. Dirichlet flow matching with applications to DNA sequence design, 2024
2024
-
[11]
Richemond, Arnaud Doucet, Robin Strudel, Chris Dyer, Conor Durkan, Curtis Hawthorne, R´ emi Leblond, Will Grathwohl, and Jonas Adler
Sander Dieleman, Laurent Sartran, Arman Roshannai, Nikolay Savinov, Yaroslav Ganin, Pierre H. Richemond, Arnaud Doucet, Robin Strudel, Chris Dyer, Conor Durkan, Curtis Hawthorne, R´ emi Leblond, Will Grathwohl, and Jonas Adler. Continuous diffusion for cate- gorical data, 2022. 30
2022
-
[12]
Quantum vision transformers.Quantum, 8:1265, 2024
El Amine Cherrat, Iordanis Kerenidis, Natansh Mathur, Jonas Landman, Martin Strahm, and Yun Yvonna Li. Quantum vision transformers.Quantum, 8:1265, 2024
2024
-
[13]
QSAN: A near- term achievable quantum self-attention network, 2022
Jinjing Shi, Ren-Xin Zhao, Wenxuan Wang, Shichao Zhang, and Xuelong Li. QSAN: A near- term achievable quantum self-attention network, 2022
2022
-
[14]
Quantum complex-valued self-attention model, 2025
Fu Chen, Qinglin Zhao, Li Feng, Longfei Tang, Yangbin Lin, and Haitao Huang. Quantum complex-valued self-attention model, 2025
2025
-
[15]
Quantum transformer: Accelerating model inference via quantum linear algebra, 2024
Naixu Guo, Zhan Yu, Matthew Choi, Yizhan Han, Aman Agrawal, Kouhei Nakaji, Al´ an Aspuru-Guzik, and Patrick Rebentrost. Quantum transformer: Accelerating model inference via quantum linear algebra, 2024
2024
-
[16]
Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics
Andr´ as Gily´ en, Yuan Su, Guang Hao Low, and Nathan Wiebe. Quantum singular value transformation and beyond: exponential improvements for quantum matrix arithmetics. In Proceedings of the 51st Annual ACM SIGACT Symposium on Theory of Computing (STOC), pages 193–204, 2019
2019
-
[17]
Childs, Robin Kothari, and Rolando D
Andrew M. Childs, Robin Kothari, and Rolando D. Somma. Quantum algorithm for systems of linear equations with exponentially improved dependence on precision.SIAM Journal on Computing, 46(6):1920–1950, 2017
1920
-
[18]
Childs and Nathan Wiebe
Andrew M. Childs and Nathan Wiebe. Hamiltonian simulation using linear combinations of unitary operations.Quantum Information and Computation, 12(11–12):901–924, 2012
2012
-
[19]
The Lean 4 theorem prover and programming language
Leonardo de Moura and Sebastian Ullrich. The Lean 4 theorem prover and programming language. InAutomated Deduction – CADE 28, volume 12699 ofLecture Notes in Computer Science, pages 625–635. Springer, 2021
2021
-
[20]
The Lean mathematical library
The mathlib Community. The Lean mathematical library. InProceedings of the 9th ACM SIGPLAN International Conference on Certified Programs and Proofs (CPP), pages 367–381, 2020
2020
-
[21]
Bennett, Richard Cleve, David P
Adriano Barenco, Charles H. Bennett, Richard Cleve, David P. DiVincenzo, Norman Margolus, Peter Shor, Tycho Sleator, John A. Smolin, and Harald Weinfurter. Elementary gates for quantum computation.Physical Review A, 52(5):3457–3467, 1995
1995
-
[22]
Bremner, Christopher M
Michael J. Bremner, Christopher M. Dawson, Jennifer L. Dodd, Alexei Gilchrist, Aram W. Harrow, Duncan Mortimer, Michael A. Nielsen, and Tobias J. Osborne. Practical scheme for quantum computation with any two-qubit entangling gate.Physical Review Letters, 89(24):247902, 2002
2002
-
[23]
The effect of data encoding on the expressive power of variational quantum machine learning models.Physical Review A, 103(3):032430, 2021
Maria Schuld, Ryan Sweke, and Johannes Jakob Meyer. The effect of data encoding on the expressive power of variational quantum machine learning models.Physical Review A, 103(3):032430, 2021
2021
-
[24]
Shende, Stephen S
Vivek V. Shende, Stephen S. Bullock, and Igor L. Markov. Synthesis of quantum-logic circuits. IEEE Transactions on Computer-Aided Design of Integrated Circuits and Systems, 25(6):1000– 1010, 2006
2006
-
[25]
Quantum fingerprinting
Harry Buhrman, Richard Cleve, John Watrous, and Ronald de Wolf. Quantum fingerprinting. Physical Review Letters, 87(16), Sept 2001. 31
2001
-
[26]
Sushant Sachdeva and Nisheeth K. Vishnoi. Faster algorithms via approximation theory. Foundations and Trends in Theoretical Computer Science, 9(2):125–210, 2014
2014
-
[27]
B. L. Higgins, D. W. Berry, S. D. Bartlett, H. M. Wiseman, and G. J. Pryde. Entanglement-free Heisenberg-limited phase estimation.Nature, 450(7168):393–396, 2007
2007
-
[28]
Wiseman and Gerard J
Howard M. Wiseman and Gerard J. Milburn.Quantum Measurement and Control. Cambridge University Press, 2009
2009
-
[29]
Fowler, Matteo Mariantoni, John M
Austin G. Fowler, Matteo Mariantoni, John M. Martinis, and Andrew N. Cleland. Surface codes: Towards practical large-scale quantum computation.Physical Review A, 86(3):032324, 2012
2012
-
[30]
Barbara M. Terhal. Quantum error correction for quantum memories.Reviews of Modern Physics, 87(2):307–346, 2015
2015
-
[31]
Universal quantum computation with ideal Clifford gates and noisy ancillas.Physical Review A, 71(2):022316, 2005
Sergey Bravyi and Alexei Kitaev. Universal quantum computation with ideal Clifford gates and noisy ancillas.Physical Review A, 71(2):022316, 2005
2005
-
[32]
Quantum amplitude amplifi- cation and estimation.Contemporary Mathematics, 305:53–74, 2002
Gilles Brassard, Peter Høyer, Michele Mosca, and Alain Tapp. Quantum amplitude amplifi- cation and estimation.Contemporary Mathematics, 305:53–74, 2002
2002
-
[33]
A. D. C´ orcoles, Maika Takita, Ken Inoue, Scott Lekuch, Zlatko K. Minev, Jerry M. Chow, and Jay M. Gambetta. Exploiting dynamic quantum circuits in a quantum algorithm with superconducting qubits.Physical Review Letters, 127(10):100501, 2021
2021
-
[34]
L. C. G. Govia, P. Jurcevic, C. J. Wood, N. Kanazawa, S. T. Merkel, and D. C. McKay. A randomized benchmarking suite for mid-circuit measurements.New Journal of Physics, 25(12):123016, 2023
2023
-
[35]
Quantum random access memory
Vittorio Giovannetti, Seth Lloyd, and Lorenzo Maccone. Quantum random access memory. Physical Review Letters, 100(16):160501, 2008
2008
-
[36]
Yoder, Guang Hao Low, and Isaac L
Theodore J. Yoder, Guang Hao Low, and Isaac L. Chuang. Fixed-point quantum search with an optimal number of queries.Physical Review Letters, 113(21):210501, 2014
2014
-
[37]
Andr´ e F. T. Martins and Ram´ on Fernandez Astudillo. From softmax to sparsemax: A sparse model of attention and multi-label classification. InProceedings of the 33rd International Conference on Machine Learning (ICML), volume 48 ofProceedings of Machine Learning Research, pa...
2016
-
[38]
Correia, Vlad Niculae, and Andr´ e F
Gon¸ calo M. Correia, Vlad Niculae, and Andr´ e F. T. Martins. Adaptively sparse transformers. InProceedings of the 2019 Conference on Empirical Methods in Natural Language Process- ing and the 9th International Joint Conference on Natural Language Processing (EMNLP- IJCNLP), ...
2019
-
[39]
Ben Peters, Vlad Niculae, and Andr´ e F. T. Martins. Sparse sequence-to-sequence models. InProceedings of the 57th Annual Meeting of the Association for Computational Linguistics (ACL), pages 1504–1519, 2019
2019
-
[40]
Dauphin, Angela Fan, Michael Auli, and David Grangier
Yann N. Dauphin, Angela Fan, Michael Auli, and David Grangier. Language modeling with gated convolutional networks. InProceedings of the 34th International Conference on Machine Learning (ICML), volume 70 ofProceedings of Machine Learning Research, pages 933–941, 2017. 32
2017
-
[41]
McClean, Sergio Boixo, Vadim N
Jarrod R. McClean, Sergio Boixo, Vadim N. Smelyanskiy, Ryan Babbush, and Hartmut Neven. Barren plateaus in quantum neural network training landscapes.Nature Communications, 9:4812, 2018
2018
-
[42]
Cerezo, Akira Sone, Tyler Volkoff, Lukasz Cincio, and Patrick J
M. Cerezo, Akira Sone, Tyler Volkoff, Lukasz Cincio, and Patrick J. Coles. Cost function dependent barren plateaus in shallow parametrized quantum circuits.Nature Communications, 12:1791, 2021. 33
2021
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.