REVIEW 3 major objections 4 minor 1 cited by
Solving the Nonlinear Vlasov Equation on a Quantum Computer
T0 review · 3 major / 4 minor · reviewed 2026-08-12 · deepseek-v4-flash
Pith's one-line read Quantum Vlasov algorithm needs impossible velocity grids
desk verdict Careful, honest negative result for Carleman QLSAs on nonlinear Vlasov, with a load-bearing R<1 caveat that the authors themselves flag. 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 machinery is a chain: a finite-difference discretization on an $N_x \times N_v$ grid; a row-major vectorization $u = \mathrm{vec}(f)$; explicit matrices $F^{(2)}$ (quadratic, built from a trapezoidal-rule integration vector and a finite-difference velocity derivative stencil), $F^{(1)}$ (linear advection, background term, and diagonal Krook collision with log-norm $\mu(F^{(1)}) \le -\nu_0$), and $F^{(0)}$ (Maxwellian source); the Carleman linearization that embeds the quadratic ODE into a block-tridiagonal linear system $\frac{dz}{dt} = A z + b$ truncated at level $N_C$; and the convergence parameter $R$ of Eq. (16) together with the log-norm dissipativity condition $\mu(F^{(1)}) < 0$. The argument's force comes from computing the asymptotic scaling of $\|F^{(2)}\|$, $\|F^{(0)}\|$, and $\|u_{\mathrm{in}}\|$ and inserting them into $R$, producing the $N_v^{3/2}/\nu_0$ scaling and the resulting physical grid-size restrictions.
What would settle it
Solve the Carleman-truncated system for the two-beam Vlasov–Gauss equations on a small but physical grid, e.g., N_v = 64, with warm interstellar medium parameters (T = 8000 K, x_max = 1000 km) and a physical collision frequency, so that R is orders of magnitude above 1; if the truncation error still decreases exponentially with N_C, the paper's central restriction fails. Alternatively, implement the QLSA on this small grid and compare the actual gate count against the classical solver, since the complexity bounds in Eqs. (71-72) are upper bounds and a concrete implementation could show whether the polynomial gap is realized.
Extended reading notes
Core claim
The paper establishes that when the discretized Vlasov–Gauss system is brought to the form $\frac{du}{dt} = F^{(2)} u^{\otimes 2} + F^{(1)} u + F^{(0)}$ and fed into the Carleman-linearization quantum ODE solver, the convergence criterion $R < 1$ (Eq. 16) becomes the binding constraint. With a two-beam initial condition and a physical Coulomb collision frequency, the asymptotic convergence parameter is $R = O(N_v^{3/2}/\nu_0)$ (Eq. 60). Requiring $R < 1$ and inserting typical warm interstellar medium parameters gives $N_v \lesssim 1.6 \times 10^{-9}$, and inertial confinement fusion parameters give $N_v \lesssim 2.24 \times 10^{-5}$; conversely, a modest grid $N_v \ge 100$ forces $x_{\max} T \lesssim 5.31 \times 10^{-7}\,\mathrm{m\,K}$. The query and gate complexity bounds (Eqs. 71–72) are polynomially larger than the classical time complexity $O(T^2/\varepsilon_c)$ of the same finite-difference scheme. Coupling to Ampere's law instead of Gauss's law is shown to be worse: the field variables never enter the linear part of the evolution, so the log-norm of $F^{(1)}$ cannot be negative, violating the dissipativity condition outright.
Load-bearing premise
The load-bearing premise is that the convergence criterion R<1 is necessary for useful accuracy: the paper's grid restriction comes from imposing Eq. (16), and if Carleman linearization still converges for R much larger than 1—as numerical experiments on a toy model suggest—the severe grid restriction would be substantially relaxed; a secondary premise is that the two-beam initial condition is representative, with the authors arguing other initial conditions only increase R.
Editorial extensions
If this is right
- For a Carleman-linearization quantum linear solver of the type analyzed here, the nonlinear Vlasov equation is not a practical quantum computing target: the convergence condition cannot be met with physically reasonable grids.
- Even in the parameter regime where the quantum algorithm converges, its query and gate complexity upper bounds are polynomially larger than the classical time complexity, so no asymptotic quantum speedup is obtained from this route.
- Coupling the Vlasov equation to Ampere's law instead of Gauss's law makes the linear part non-dissipative ($\mu(F^{(1)}) \ge 0$), so the Carleman-linearization algorithm cannot converge at all in that formulation.
- The restriction acts like a CFL-type condition $R<1$ connecting the velocity grid size $N_v$, temperature $T$, and box size $x_{\max}$: any practical grid requires either unphysically large collision rates or unphysically cold and small systems.
- A relaxed convergence condition, as suggested by numerical evidence in a toy model, would substantially ease these restrictions; the paper explicitly anticipates that such a relaxation could carry over to the Vlasov equation.
Reading between the lines
- Because the explicit $F$ matrices and their sparsity and norm scalings are derived independently of the specific quantum linear solver, the mapping itself is reusable: a future quantum nonlinear solver with milder convergence requirements or better dimension and sparsity scaling could inherit the mapping without modification.
- The $R<1$ criterion used here is known from numerical experiments on a toy system (Burger's equation) to be conservative; if that finding carries over to Vlasov, the strict grid restriction is a property of the error-analysis bound rather than of Carleman linearization itself, and the practicality conclusion would need revisiting.
- A direct test would be to run the truncated Carleman system classically for a small Vlasov grid with $R>1$ and check whether the truncation error decays exponentially in $N_C$; such a result would decouple the Carleman embedding from the QLSA convergence analysis.
- The analysis assumes a single-species electron plasma in one dimension; the 3+3 dimensional Vlasov–Maxwell system, with magnetic fields and an explicitly evolved field, has a different linear structure, so the dissipativity failure found for Ampere's law may not persist.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper maps the one-dimensional electrostatic Vlasov equation with a Krook collision operator, discretized on an Nx×Nv grid, onto the Carleman-linearization-based quantum ODE solver of Krovi. It constructs the explicit matrices F^(2), F^(1), F^(0), derives bounds for the convergence parameter R, the Carleman truncation level N_C, the norm of the linearized evolution matrix, and the resulting query and gate complexities. It concludes that the convergence criterion R<1 forces a collision frequency ν0≥O(Nv^{3/2}), which leads to physically unrealistic restrictions on the velocity-grid size for warm interstellar and inertial-confinement-fusion parameters, and that the quantum algorithm's complexity is polynomially worse than the classical finite-difference solver. It also argues that coupling via Ampère's law makes dissipativity impossible because the electric-field block of F^(1) has zero columns.
Significance. If the conclusions were fully established, the paper would provide a valuable negative case study for quantum simulation of nonlinear kinetic plasma physics: it would show that current Carleman-QLSA methods, when applied to the Vlasov-Poisson system, require unphysically strong dissipation and do not offer an asymptotic speedup. The explicit construction of the F matrices, the norm estimates in Appendix C, and the block-structure analysis of F^(2) are substantive and reusable. The Ampère-law obstruction (zero columns in F^(1) leading to α(F^(1))≥0) is a clean structural argument. However, the paper's central negative conclusions rest on treating the R<1 condition of Eq. (16) as the operative convergence criterion, while Section 9 itself states that this condition is not strict and cites a numerical example with R≈44 that still converges. Because R<1 is a sufficient condition in Krovi's theorem, not a necessary one, both the severe-grid-restriction claim and the polynomial-slowdown claim are not as robust as the abstract and conclusion suggest.
major comments (3)
- [§5.3, §7, §9, Eq. (16)] The paper's two headline conclusions—the unphysical grid restrictions of Eqs. (62–64) and the polynomial slowdown of Eq. (73) versus Eq. (74)—are derived by treating R<1 from Eq. (16) as a binding constraint. This yields ν0≥O(Nv^{3/2}) in Eq. (60), which is then substituted into the complexity analysis in Section 7 and Appendix D.7. However, Section 9 explicitly acknowledges that the R<1 requirement is not strict in practice, citing Ref. [34], where Carleman linearization of Burgers' equation converges with R≈44, and anticipates that the same holds for Vlasov. Since R<1 is a sufficient condition in Krovi's theorem rather than a necessary one, the constraint ν0≥O(Nv^{3/2}) is not proven to be required for actual convergence. For example, with ν0~Nv the discriminant condition of Eq. (20) can still be satisfied, N_C becomes logarithmic, and the asymptotic slowdown of Eq. (73) need not follow. The authors should either provide evidence—analytical or numerical for the Vlasov system specifically—that R<1 is necessary, or substantially weaken the abstract and concluding claims so that they are explicitly conditional on the proven sufficient criterion.
- [Eq. (116) and Appendix D.2] There is an inconsistency in the asymptotic norm of the two-beam initial condition. Eq. (115) gives ∥uin∥=N√Nx/(√2 xmax Δv); using Δv=2vmax/(Nv−1) this scales as O(Nv√Nx), not as O(√(NxNv)) as stated in Eq. (116). This is not merely typographical: Appendix D.2 uses Eq. (116) to obtain gu=O(Nv^{1/2}), whereas with the printed O(√(NxNv)) the ratio gu would be O(1), and the subsequent estimates of N_C and ∥A∥ in Appendices D.3–D.4 would differ. Please correct Eq. (116) and trace all downstream uses of this scaling.
- [Section 9 and Abstract] The abstract and conclusion state flatly that the convergence criteria place severe restrictions on applications and that the quantum algorithm is polynomially less efficient. Section 9 says the opposite in a qualified way, namely that the R<1 restriction is not strict and that the plasma-parameter restrictions could be relaxed. This is a substantive tension rather than a presentation issue: a reader cannot tell whether the paper's intended contribution is a rigorous bound under Krovi's sufficient condition or a general statement about the infeasibility of Carleman-QLSA for Vlasov. Please make the conditional nature of the negative result explicit in the abstract and in Section 10, and clearly separate the rigorously proven statements from the anticipated ones.
minor comments (4)
- [Notation, Eqs. (8) and (12)] The symbol N is used for two different quantities: the total number of grid points NxNv in Eq. (8) and the number of electrons per unit area in Eq. (12) and later in Eq. (115). This ambiguity is confusing in Appendix C; please introduce a distinct symbol, e.g., Np for the particle number.
- [Figure 3 caption] The caption of Figure 3 contains a run-on sentence and a typographical issue in the sentence beginning 'The small cells are row vectors with length N=12'; please rewrite the caption so that the block structure and the meaning of the colored cells are self-contained.
- [Appendix D.3] The derivation of N_C in Eq. (122) relies on a Taylor expansion of log(1/∥u¯in∥) with respect to second-order corrections. The presentation would be clearer if the precise small parameter and the order at which terms are discarded were stated explicitly before Eq. (121).
- [Section 7 and Eq. (45)] The bound ∥A∥≤NC(δ)(∥F^(0)∥+∥F^(1)∥+∥F^(2)∥) in Eq. (45) is quite loose, and the subsequent complexity expressions inherit this looseness. Please state explicitly that all complexity claims are upper bounds based on this worst-case bound, rather than tight estimates.
Circularity Check
No significant circularity: the Vlasov-to-Carleman mapping, norm estimates, R bound, and complexity comparisons are derived from first principles; the only self-citations are non-load-bearing.
full rationale
The paper maps the discretized Vlasov equation (Eqs. 11a-11d) procedurally onto the quadratic ODE form Eq. (14), computes the exact and asymptotic norms of F(2), F(0), u_in and the log-norm of F(1) analytically in Appendix C, and inserts these into Krovi's externally stated convergence parameter R (Eq. 16). The resulting bound R = O(N_v^{3/2}/nu_0) in Eq. (60) is an algebraic consequence of those definitions, not a fitted quantity: no parameter is adjusted to force the N_v < 1 conclusions in Eqs. (63)-(64). The complexity bounds Eqs. (71)-(73) follow from the same computed norms, sparsity s = O(N), and the N_C scaling in Eq. (122); the classical complexity Eq. (74) is derived independently in Appendix E, so the claimed polynomial slowdown is a comparison of two derived bounds, not a reduction of output to input. The only self-citations are Ref. [50], a dissertation containing preliminary mapping steps that this paper re-derives in full, and Ref. [49], a forward-looking remark about future PDE Carleman work; neither is load-bearing for the central claim. The Section 9 concession that the R < 1 requirement 'is not strict in practice', citing Ref. [34] with R about 44, is an honest caveat about the sufficiency rather than necessity of an external convergence condition; it weakens the practical conclusions but does not make the derivation circular. No fitted-input-called-prediction, ansatz-smuggling, uniqueness-import, or renaming patterns are present.
Assumptions & free parameters
assumptions (5)
- domain assumption Krovi's quantum algorithm for quadratic ODEs has query complexity as in Eq. (42) and converges when mu(F(1)) < 0 and R < 1 (Ref [31], Theorems 6-8).
- domain assumption Carleman linearization truncation error bound: choosing NC per Eq. (34) bounds the truncation error by delta (Ref [31, Lemma 17]).
- domain assumption The finite difference discretization (central differences plus trapezoidal rule) of the Vlasov-Gauss system yields a quadratic ODE system of the form Eq. (14).
- domain assumption The two-beam initial condition (Eq. 59) is representative of a physical scenario and makes the inhomogeneous term asymptotically negligible in R; for more general initial conditions, R is at least as large.
- standard math The classical time complexity for the same finite difference scheme is O(T^2/epsilon_c) (Appendix E), and the stability condition h = O(Delta x^q + Delta v^q) holds.
Cite this review
Pith. "Pith review of Solving the Nonlinear Vlasov Equation on a Quantum Computer." pith.science (2026). https://pith.science/paper/HF6AV24S
@misc{pith2026241119310,
author = {Pith},
title = {Pith review of: Solving the Nonlinear Vlasov Equation on a Quantum Computer},
year = {2026},
howpublished = {\url{https://pith.science/paper/HF6AV24S}},
note = {Machine review of arXiv:2411.19310}
}
read the original abstract
We present a mapping of the nonlinear, electrostatic Vlasov equation with Krook-type collision operators, discretized on a (1+1) dimensional grid, onto a recent Carleman linearization-based quantum algorithm for solving ordinary differential equations (ODEs) with quadratic nonlinearities. We derive upper bounds for the query- and gate complexities of the quantum algorithm in the limit of large grid sizes. We conclude that these are polynomially larger than the time complexity of the corresponding classical algorithms. We find that this is mostly due to the dimension, sparsity and norm of the Carleman linearized evolution matrix. We show that the convergence criteria of the quantum algorithm places severe restrictions on potential applications. This is due to the high level of dissipation required for convergence, that far exceeds the physical dissipation effect provided by the Krook operator for typical plasma physics applications.
Figures
Forward citations
Cited by 1 Pith paper
-
Improved Convergence of Carleman-Embedded Quantum Algorithm for the Vlasov-Poisson System
Shifting the Vlasov–Poisson distribution by a Maxwellian and minimizing over Lyapunov matrices extends Carleman embedding convergence to physically allowed collision frequencies for Landau-damping-type initial data.
Reference graph
Works this paper leans on
-
[34]
Jin-Peng Liu, Herman Øie Kolden, Hari K. Krovi, Nuno F. Loureiro, Konstantina Trivisa, and Andrew M. Childs. Efficient quantum algorithm for dissipative nonlin- ear differential equations.Proceedings of the National Academy of Sciences, 118(35): e2026805118, 2021. DOI: 10.1073/pnas.2026805118
-
[1]
A. Alekseenko and Craig Euler. A Bhatnagar–Gross–Krook kinetic model with velocity-dependent collision frequency and corrected relaxation of moments. Con- tinuum Mechanics and Thermodynamics, 01 2013. DOI: 10.1007/s00161-014-0407-0. 25
-
[2]
Quantum algorithm for the linear Vlasov equation with collisions.Phys
AbtinAmeri, ErikaYe, PaolaCappellaro, HariKrovi, andNunoF.Loureiro. Quantum algorithm for the linear Vlasov equation with collisions.Phys. Rev. A, 107:062412, Jun 2023. DOI: 10.1103/PhysRevA.107.062412
-
[3]
A theory of quan- tum differential equation solvers: limitations and fast-forwarding
Dong An, Jin-Peng Liu, Daochen Wang, and Qi Zhao. A theory of quan- tum differential equation solvers: limitations and fast-forwarding. 2023. DOI: 10.48550/arXiv.2211.05246
-
[4]
Investigation of quantum algorithms for direct numerical simulation of the Navier-Stokes equations , 12 2019. Annual Research Briefs 2019. DOI: 10.13140/RG.2.2.22657.81762
-
[5]
T.D. Arber and R.G.L. Vann. A critical comparison of eulerian-grid-based vlasov solvers. Journal of Computational Physics, 180(1):339–357, 2002. ISSN 0021-9991. DOI: 10.1006/jcph.2002.7098
arXiv 2002
-
[6]
Quantum and classical algorithms for nonlinear unitary dynamics
Noah Brustle and Nathan Wiebe. Quantum and classical algorithms for nonlinear unitary dynamics. Quantum, 9:1741, May 2025. ISSN 2521-327X. DOI: 10.22331/q- 2025-05-13-1741
doi:10.22331/q- 2025
-
[7]
Torsten Carleman. Application de la théorie des équations intégrales linéaires aux systèmes d’équations différentielles non linéaires. Acta Mathematica, 59(none):63 – 87, 1932. DOI: 10.1007/BF02546499
Show all 67 references
-
[8]
Chankin, D.P
A.V. Chankin, D.P. Coster, and G. Meisl. Development and Benchmarking of a New Kinetic Code for Plasma Periphery (KIPP).Contributions to Plasma Physics, 52(5-6): 500–504, 2012. DOI: 10.1002/ctpp.201210039
2012 doi
-
[9]
Introduction to plasma physics and controlled fusion, volume 1
Francis F Chen. Introduction to plasma physics and controlled fusion, volume 1. Springer, 2016. DOI: 10.1007/978-3-319-22309-4. Third Edition
2016 doi
-
[11]
John M. Dawson. Particle simulation of plasmas.Rev. Mod. Phys., 55:403–447, Apr
-
[12]
An Efficient Decomposition of the Carleman Linearized Burgers’ Equation
Reuben Demirdjian, Thomas Hogancamp, and Daniel Gunlycke. An Efficient Decomposition of the Carleman Linearized Burgers’ Equation. 2025. DOI: 10.48550/arXiv.2505.00285
2025 doi
-
[13]
I. Y. Dodin and E. A. Startsev. On applications of quantum computing to plasma simulations. Physics of Plasmas, 28(9):092101, 09 2021. ISSN 1070-664X. DOI: 10.1063/5.0056974
2021 doi
-
[15]
Alexander Engel, Graeme Smith, and Scott E. Parker. Linear embedding of nonlin- ear dynamical systems and prospects for efficient quantum algorithms. Physics of Plasmas, 28(6):062305, 06 2021. ISSN 1070-664X. DOI: 10.1063/5.0040313
2021 doi
-
[16]
Modeling extragalactic jets
Attilio Ferrari. Modeling extragalactic jets. Annual Review of Astronomy and As- trophysics, 36(Volume 36, 1998):539–598, 1998. ISSN 1545-4282. DOI: 10.1146/an- nurev.astro.36.1.539
1998 doi
-
[17]
Ferrière
Katia M. Ferrière. The interstellar environment of our galaxy.Rev. Mod. Phys., 73: 1031–1066, Dec 2001. DOI: 10.1103/RevModPhys.73.1031
2001 doi
-
[18]
Explicit Error Bounds for Carleman Linearization
Marcelo Forets and Amaury Pouly. Explicit Error Bounds for Carleman Linearization
-
[19]
Finding flows of a Navier–Stokes fluid through quantum computing
Frank Gaitan. Finding flows of a Navier–Stokes fluid through quantum computing. npj Quantum Information, 6(1):61, 2020. DOI: 10.1038/s41534-020-00291-0. 26
2020 doi
-
[20]
Frank Gaitan. Finding Solutions of the Navier-Stokes Equations through Quantum Computing—Recent Progress, a Generalization, and Next Steps Forward.Advanced Quantum Technologies, 4(10):2100055, 2021. DOI: 10.1002/qute.202100055
2021 doi
-
[21]
Embedding classical dynamics in a quantum computer.Phys
Dimitrios Giannakis, Abbas Ourmazd, Philipp Pfeffer, Jörg Schumacher, and Joanna Slawinska. Embedding classical dynamics in a quantum computer.Phys. Rev. A, 105: 052404, May 2022. DOI: 10.1103/PhysRevA.105.052404
2022 doi
-
[22]
Variational quantum frame- work for nonlinear pde constrained optimization using carleman linearization
Abeynaya Gnanasekaran, Amit Surana, and Hongyu Zhu. Variational quantum frame- work for nonlinear pde constrained optimization using carleman linearization. 2024. DOI: 10.48550/arXiv.2410.13688
- [23]
-
[24]
Lov K. Grover. A fast quantum mechanical algorithm for database search. InProceed- ings of the Twenty-Eighth Annual ACM Symposium on Theory of Computing, STOC ’96, page 212–219, New York, NY, USA, 1996. Association for Computing Machinery. ISBN 0897917855. DOI: 10.1145/237814.237866
1996
-
[25]
Hauck, Christian Klingenberg, Marlies Pirner, and Sandra War- necke
Jeffrey Haack, C. Hauck, Christian Klingenberg, Marlies Pirner, and Sandra War- necke. A consistent BGK model with velocity-dependent collision frequency for gas mixtures. Journal of Statistical Physics, 184, 09 2021. DOI: 10.1007/s10955-021- 02821-2
2021 doi
-
[26]
Horn and Charles R
Roger A. Horn and Charles R. Johnson.Matrix Analysis. Cambridge University Press,
-
[27]
Analysis of Carleman Linearization of Lattice Boltzmann
Wael Itani and Sauro Succi. Analysis of Carleman Linearization of Lattice Boltzmann. Fluids, 7(1), 2022. ISSN 2311-5521. DOI: 10.3390/fluids7010024
2022 doi
-
[28]
QuantumAlgorithmforLattice Boltzmann (QALB) Simulation of Incompressible Fluids with a Nonlinear Collision Term
WaelItani, KatepalliR.Sreenivasan, andSauroSucci. QuantumAlgorithmforLattice Boltzmann (QALB) Simulation of Incompressible Fluids with a Nonlinear Collision Term. 2023. DOI: 10.48550/arXiv.2304.05915
-
[29]
Joseph, Y
I. Joseph, Y. Shi, M. D. Porter, A. R. Castelli, V. I. Geyko, F. R. Graziani, S. B. Libby, and J. L. DuBois. Quantum computing for fusion energy science applications. Physics of Plasmas, 30(1):010501, 01 2023. ISSN 1070-664X. DOI: 10.1063/5.0123765
2023 doi
-
[30]
Koopman–von Neumann approach to quantum simulation of nonlinear classical dynamics
Ilon Joseph. Koopman–von Neumann approach to quantum simulation of nonlinear classical dynamics. Phys. Rev. Res., 2:043102, Oct 2020. DOI: 10.1103/PhysRevRe- search.2.043102
2020 doi
-
[31]
Improved quantum algorithms for linear and nonlinear differential equa- tions
Hari Krovi. Improved quantum algorithms for linear and nonlinear differential equa- tions. Quantum, 7:913, 2023. DOI: 10.22331/q-2023-02-02-913
2023 doi
- [32]
- [33]
-
[35]
Efficient quantum algorithm for nonlinear reaction–diffusion equations and energy estimation
Jin-Peng Liu, Dong An, Di Fang, Jiasu Wang, Guang Hao Low, and Stephen Jordan. Efficient quantum algorithm for nonlinear reaction–diffusion equations and energy estimation. Quantum, 5:502, July 2023. ISSN 2521-327X. DOI: 10.1007/s00220-023- 04857-9. 27
2023 doi
- [36]
-
[37]
Quantum algorithm for the Vlasov simulation of the large-scale struc- ture formation with massive neutrinos.Phys
Koichi Miyamoto, Soichiro Yamazaki, Fumio Uchida, Kotaro Fujisawa, and Naoki Yoshida. Quantum algorithm for the Vlasov simulation of the large-scale struc- ture formation with massive neutrinos.Phys. Rev. Res., 6:013200, Feb 2024. DOI: 10.1103/PhysRevResearch.6.013200
2024 doi
- [39]
-
[40]
CRC Press, 1 edition,
George K Parks.Physics Of Space Plasmas: An Introduction. CRC Press, 1 edition,
-
[41]
Johnson, Collin Farquhar, Yudong Cao, and Michael C
John Penuel, Amara Katabarwa, Peter D. Johnson, Collin Farquhar, Yudong Cao, and Michael C. Garrett. Feasibility of accelerating incompressible computational fluid dynamics simulations with fault-tolerant quantum computers. 2024. DOI: 10.48550/arXiv.2406.06323
2024 doi
-
[42]
Press, Saul A
William H. Press, Saul A. Teukolsky, William T. Vetterling, and Brian P. Flan- nery. Numerical Recipes 3rd Edition: The Art of Scientific Computing . Cam- bridge University Press, USA, 3 edition, 2007. ISBN 0521880688. URL https: //dl.acm.org/doi/10.5555/1403886
2007 doi
-
[43]
Rosenbluth, William M
Marshall N. Rosenbluth, William M. MacDonald, and David L. Judd. Fokker- Planck equation for an inverse-square force. Phys. Rev., 107:1–6, Jul 1957. DOI: 10.1103/PhysRev.107.1
1957 doi
-
[44]
Lattice boltzmann–carleman quantum algorithm and circuit for fluid flows at moderate reynolds number.AVS Quantum Science, 6(2): 023802, 04 2024
Claudio Sanavio and Sauro Succi. Lattice boltzmann–carleman quantum algorithm and circuit for fluid flows at moderate reynolds number.AVS Quantum Science, 6(2): 023802, 04 2024. ISSN 2639-0213. DOI: 10.1116/5.0195549
2024 doi
-
[45]
Peter W. Shor. Polynomial-time algorithms for prime factorization and discrete loga- rithms on a quantum computer.SIAM Journal on Computing, 26(5):1484–1509, 1997. DOI: 10.1137/S0097539795293172
1997 doi
-
[46]
Sircombe and T.D
N.J. Sircombe and T.D. Arber. VALIS: A split-conservative scheme for the relativistic 2D Vlasov–Maxwell system. Journal of Computational Physics, 228(13):4773–4788,
-
[47]
The BGK-model with velocity-dependent collision fre- quency
Henning Struchtrup. The BGK-model with velocity-dependent collision fre- quency. Continuum Mechanics and Thermodynamics, 9:23–31, 02 1997. DOI: 10.1007/s001610050053
1997 doi
- [48]
- [49]
-
[50]
Solving the Nonlinear Vlasov Equation on a Quantum Computer (Dissertation), May 2024
Tamás Vaszary. Solving the Nonlinear Vlasov Equation on a Quantum Computer (Dissertation), May 2024. URLhttps://doi.org/10.5281/zenodo.11200239
2024 doi
-
[51]
Quantum linear system algo- rithm for dense matrices.Phys
Leonard Wossnig, Zhikuan Zhao, and Anupam Prakash. Quantum linear system algo- rithm for dense matrices.Phys. Rev. Lett., 120:050502, Jan 2018. DOI: 10.1103/Phys- RevLett.120.050502. 28
2018 doi
-
[52]
Quantum Algorithms for Nonlinear Dynamics: Revisiting Carleman Linearization with No Dissipative Conditions
Hsuan-Cheng Wu, Jingyao Wang, and Xiantao Li. Quantum Algorithms for Nonlinear Dynamics: Revisiting Carleman Linearization with No Dissipative Conditions. 2024. DOI: 10.48550/arXiv.2405.12714
-
[53]
Quantum homotopy perturbation method for nonlinear dissipative ordinary differential equations
Cheng Xue, Yu-Chun Wu, and Guo-Ping Guo. Quantum homotopy perturbation method for nonlinear dissipative ordinary differential equations. New Journal of Physics, 23(12):123035, dec 2021. DOI: 10.1088/1367-2630/ac3eff
2021 doi
-
[54]
Loureiro, and Fab- rice Debbasch
Julien Zylberman, Giuseppe Di Molfetta, Marc Brachet, Nuno F. Loureiro, and Fab- rice Debbasch. Quantum simulations of hydrodynamics via the Madelung transfor- mation. Phys. Rev. A, 106:032408, Sep 2022. DOI: 10.1103/PhysRevA.106.032408
2022 doi
- [55]
-
[56]
A living review of quantum computing for plasma physics
Óscar Amaro and Diogo Cruz. A living review of quantum computing for plasma physics. 2023. DOI: 10.48550/arXiv.2302.00001. 29 A Mathematical definitions A.1 Norm definitions The lk, and in particular thel2 norm of vector av with lengthN is ∥v∥k≡ ( N∑ n=1 |vn|k )1/k , ∥v∥≡∥ v∥2...
-
[62]
TransposeofaKroneckerproductistheKroneckerproductofthetransposes: (A⊗B)T = AT⊗BT
-
[63]
The eigenvalues of the tensor productA⊗B are products of eigenvaluesλiωj ifλi is an eigenvalue ofA and ωj is that ofB
-
[64]
The only non-zero eigenvalue of the outer productvv T of the column vectorv with itself is the inner productλ =vTv =∥v∥2
-
[65]
The eigenvalues ofF (A) are F (λi) if F (x) has a Taylor expansion nearx = 0
-
[66]
The eigenvalues of the(n,n ) sized tridiagonal Toeplitz matrix α β 0 ··· 0 γ α β ··· 0 0 γ α ··· ... ... ... ... ... β 0 0 ··· γ α (90) are λk =α + 2β √γ β cos ( kπ n + 1 ) , k = 1,...,n. (91) A.5 Discrete calculus The finite difference schemes operate wi...
-
[67]
Case{n < Nv + 1} evolvesfij with i = 1, when the integral of the ion background is 0 by definition
-
[68]
Case{⌈n/Nv⌉≥ 2 and n Nv = 1} evolvesfij with i≥ 2 and j = 1, where the left ‘leg’ of∂/∂v|ijf vanishes due to BCs
-
[69]
Case{⌈n/Nv⌉≥ 2 and n Nv =Nv} evolvesfij with i≥ 2 and j =Nv, where the right ‘leg’ of∂/∂v|ijf vanishes due to BCs
-
[70]
The last case is the general one, in which both ‘legs’ exist. [ F (2) ] n,k = 9q2∆x 4meε0 · { 0, for n<N v + 1, Nv∑ J=1 ( δk,Nn+J +δk,Nn+(⌈n/Nv⌉−1)Nv+J ) +2 ...
-
[1983]
DOI: 10.1103/RevModPhys.55.403
-
[1985]
DOI: 10.1017/CBO9780511810817
-
[1995]
DOI: 10.1201/9780429301674
- [2009]
- [2017]
Reviewed August 12, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.