REVIEW 5 major objections 4 minor 24 references
Noise-Mitigated Variational Quantum Eigensolver with Pre-training and Zero-Noise Extrapolation
T0 review · 5 major / 4 minor · reviewed 2026-08-10 · deepseek-v4-flash
Pith's one-line read A matrix-product-state circuit plus neural zero-noise extrapolation keeps the noisy H4 ground-state energy within 0.017 Hartree of exact, while conventional VQE variants deviate by up to 1.6 Hartree.
desk verdict A plausible but under-validated MPS-VQE+ZNE combination; the central noisy energy figure may be an extrapolation artifact. 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 central object is the matrix-product-state ansatz treated as a parameterized quantum circuit: each local MPS tensor is mapped to a two-qubit unitary of the form $(U(\theta_{n,l_0})\otimes U(\theta_{n,l_1}))\,\mathrm{CNOT}\,(U(\theta_{n,r_0})\otimes U(\theta_{n,r_1}))$, with single-qubit $U(\theta_*)=R_Z(\theta_0)R_Y(\theta_1)R_Z(\theta_2)$, laid out in a brick-wall pattern so the full eight-qubit circuit has 91 gates and 84 parameter gates. The argument is carried by three mechanisms: center-orthogonal gauging of the MPS, which stabilizes local tensor updates and simplifies energy contraction; classical pre-training of the tensor parameters so the circuit starts near the solution and avoids initialization-driven fluctuations; and zero-noise extrapolation, where circuit folding scales the noise and a three-layer fully connected neural network fits the expectation values at nonzero noise levels to extrapolate the value at zero noise. Commuting Pauli strings of the Hamiltonian are grouped so that compatible terms are measured in the same shot, reducing sampling overhead.
What would settle it
Run the same H4 simulation under the same depolarizing, thermal-relaxation, and bit-flip noise model, but replace the neural-network fit with a standard polynomial or exponential zero-noise extrapolation on the same folded circuits; if the polynomial-extrapolated energy differs from the reported -2.1490 Hartree by more than the claimed $\mathcal{O}(10^{-2})$ error, then the neural extrapolator, rather than the circuit or pre-training, is the source of the improvement.
Extended reading notes
Core claim
The central claim is that combining an MPS-structured ansatz with classical pre-training and neural-network zero-noise extrapolation makes VQE markedly more noise-robust. In noiseless simulation the 91-gate circuit reaches -2.1609 Hartree, close to the UCCSD value of -2.1615 Hartree and to the FCI benchmark of -2.1664 Hartree, despite using roughly thirty times fewer gates than UCCSD. Under the specified noise model the MPS-VQE noisy energy is -2.1490 Hartree, within 0.017 Hartree of FCI, whereas the hardware-efficient, qubit-UCC, SE, and UCCSD baselines fall to -1.6726, -0.6916, -1.5781, and -0.5293 Hartree respectively. The paper interprets this as evidence that the shallow MPS circuit limits accumulated gate noise, pre-training removes initialization fluctuations, and the neural-network extrapolation removes much of the remaining error.
Load-bearing premise
The entire accuracy claim rests on the assumption that a small three-layer neural network, trained on expectation values measured at a few artificially boosted noise levels, can reliably extrapolate the noiseless expectation value, yet the paper specifies neither the noise-scaling factors nor the training details and gives no comparison with standard polynomial extrapolation.
Editorial extensions
If this is right
- If the claim holds, shallow MPS-structured circuits can substitute for much deeper chemistry ansatze in noisy settings, reducing both gate count and error accumulation.
- Classical MPS pre-training gives a deterministic, physics-informed starting point for VQE optimization, which should reduce run-to-run variance and speed convergence.
- Neural-network zero-noise extrapolation can be added to existing VQE pipelines as a replacement for polynomial extrapolation, as long as enough noise-scaled expectation values are collected.
- Grouping commuting Pauli terms cuts the number of measurement rounds, so the same accuracy should be reachable with fewer shots on real hardware.
- The reported $\mathcal{O}(10^{-2})$ to $\mathcal{O}(10^{-1})$ error range suggests that near-term quantum chemistry on medium-noise devices is plausible for small molecules.
Reading between the lines
- Inference: the method's practical value depends on how many noise-scaling points the neural extrapolator needs; a direct comparison against polynomial ZNE on the same folded circuits would isolate whether the neural fit or the compact circuit is doing the heavy lifting.
- Inference: the same MPS-to-circuit construction should extend to longer molecules and to spin-chain Hamiltonians, and the pre-training benefit should grow with the bond dimension of the classical MPS, but neither extension is tested here.
- Inference: the reported noisy energy of -2.1490 Hartree still lies 0.0119 Hartree above the noiseless MPS-VQE value, so the extrapolation does not fully remove noise; reporting median and worst-case energies across the 30 runs, rather than only the best, would give a sharper picture of typical performance.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. The paper proposes a noise-mitigated variational quantum eigensolver, called MPS-VQE, that combines three ingredients: a shallow hardware-efficient circuit inspired by matrix product states, a classical pre-training step that initializes circuit parameters from an optimized MPS, and a zero-noise extrapolation procedure in which a three-layer neural network fits expectation values at different noise levels and extrapolates to the noiseless limit. The authors also introduce a commuting-grouping measurement strategy for Hamiltonian Pauli strings. Numerical simulations for a linear H4 molecule in the STO-3G basis under a specific depolarizing, thermal-relaxation, and bit-flip noise model are used to claim noise errors in the range O(10^-2) to O(10^-1), outperforming HE-VQE, Qubit UCC, SE Ansatz, and UCCSD baselines.
Significance. If fully substantiated, the paper would offer a useful contribution: a shallow MPS-inspired ansatz with classical MPS pre-training is a legitimate and potentially practical way to initialize VQE circuits, and the combination with ZNE and Pauli grouping addresses two acknowledged bottlenecks in near-term VQE. Strengths include the explicit noise model, the comparison of circuit metrics, and the provision of code repositories. However, the current evidence is only a single small molecule, and the central quantitative claim rests on an internally inconsistent benchmark and an under-specified neural-network extrapolation. The contribution is therefore promising but not yet established at the level claimed.
major comments (5)
- [Table II] The noiseless HE-VQE entry (-2.1723 Hartree) lies below the FCI benchmark (-2.1664 Hartree). For any variational trial state, the noiseless energy must be at least the exact ground-state energy in the chosen basis; a value below FCI indicates an inconsistency in the Hamiltonian, the qubit mapping, or the FCI reference. This makes the entire comparison in Table II unreliable and calls into question the stated error ranges relative to the FCI value. The authors must correct the benchmark or the HE-VQE calculation and rerun the comparisons.
- [Section II-F] The neural-network zero-noise extrapolation is described only as a three-layer fully connected network that fits expectation values at different noise levels and evaluates at zero noise. The manuscript omits the number and values of the noise-scaling factors (circuit-fold ratios), the amount of training data, the loss function, hyperparameters, regularization, and any validation against held-out noise levels. It also provides no comparison with standard polynomial ZNE or with no extrapolation. Because the headline noisy MPS-VQE energy (-2.1490 Hartree) is the extrapolated value, the central noise-mitigation claim is not yet supported. Please provide the full protocol and an ablation study.
- [Section II-D / Eq. (7)] Pre-training initializes circuit parameters from an MPS, but the paper does not specify how the MPS tensors A[n] are converted into the rotation angles of the circuit in Eq. (7), nor does it demonstrate that the one-layer circuit can faithfully represent the optimized MPS for the bond dimension used. If the circuit ansatz is not capable of representing the pre-trained state, the benefit of pre-training is not guaranteed. The authors should describe the parameter mapping and report the fidelity or energy difference between the pre-trained MPS and the state prepared by the initialized circuit.
- [Section III] All noisy and noiseless entries in Table II are reported as the best results from 30 independent experiments, with no mean, median, standard deviation, or number of shots. Best-of-30 reporting is sensitive to optimization and sampling noise and can create the appearance of robustness where none exists. The authors should report the distribution of outcomes, the number of shots per expectation value, and multiple noise seeds to support the reproducibility of the results.
- [Section III] The experimental evidence consists of a single assumed H4 geometry in a minimal basis under one specific noise model. The conclusion that the method outperforms mainstream variational quantum eigensolvers is therefore overreaching. Additional molecules, different noise strengths, and a corrected HE-VQE baseline are needed before the comparative claim is supported.
minor comments (4)
- [Section II-E] The text states that the Pauli Z gate has eigenvalues 0 and 1; the correct eigenvalues are +1 and -1. The intended statement is presumably about measuring computational-basis bits 0/1, but the wording is incorrect.
- [Figure 2] The axes are not labeled in either panel. The histogram should specify the energy bins, and the lower panel should state what quantity is plotted as a function of what independent variable.
- [Section III] The qubit encoding of the H4 Hamiltonian (e.g., Jordan-Wigner, parity, or Bravyi-Kitaev) is not stated, even though the encoding affects both the circuit structure and the noise sensitivity.
- [Table I] It is unclear why the barrier count is reported as a meaningful metric and whether barriers affect the noise simulation; the authors should clarify this in the table caption or text.
Circularity Check
No significant circularity; the derivation chain is self-contained and benchmarked against external FCI.
full rationale
No circular step can be exhibited. The MPS pre-training minimizes the same Hamiltonian classically, but it is used only to initialize the quantum circuit and is not claimed as the source of the noise-mitigation result. The noiseless MPS-VQE energy is checked against the independent FCI benchmark, so the accuracy claim is anchored externally. The neural-network ZNE is a flexible extrapolation model fitted to expectation values at increased noise levels; it does not take the target noiseless energy or the final error as an input, so the reported noisy result is not equivalent by construction to a fitted parameter. Citations to prior MPS-VQE work and to MindSpore Quantum are ordinary references and are not used as load-bearing justification for the central claim. Concerns about the paper—underspecified NN-ZNE training details and the unphysical noiseless HE-VQE value of -2.1723 Hartree below the FCI benchmark -2.1664 Hartree—are correctness/reproducibility risks, not circularity. Therefore the honest finding is no significant circularity.
Assumptions & free parameters
free parameters (3)
- MPS bond dimension (χ)
- ZNE noise-scaling factors (λ)
- Neural network hyperparameters
assumptions (3)
- ad hoc to paper The one-layer MPS-inspired circuit in Eq. (7) can faithfully represent the pre-trained MPS wavefunction.
- domain assumption Noise-scaled expectation values form a smooth function that a three-layer neural network can extrapolate to zero noise.
- domain assumption The simulated noise model (depolarizing, thermal relaxation, bit-flip) is representative of real device noise.
Cite this review
Pith. "Pith review of Noise-Mitigated Variational Quantum Eigensolver with Pre-training and Zero-Noise Extrapolation." pith.science (2026). https://pith.science/paper/TDD5ZKLG
@misc{pith2026250101646,
author = {Pith},
title = {Pith review of: Noise-Mitigated Variational Quantum Eigensolver with Pre-training and Zero-Noise Extrapolation},
year = {2026},
howpublished = {\url{https://pith.science/paper/TDD5ZKLG}},
note = {Machine review of arXiv:2501.01646}
}
abstract
As a hybrid quantum-classical algorithm, the variational quantum eigensolver is widely applied in quantum chemistry simulations, especially in computing the electronic structure of complex molecular systems. However, on existing noisy intermediate-scale quantum devices, some factors such as quantum decoherence, measurement errors, and gate operation imprecisions are unavoidable. To overcome these challenges, this study proposes an efficient noise-mitigating variational quantum eigensolver for accurate computation of molecular ground state energies in noisy environments. We design the quantum circuit with reference to the structure of matrix product states and utilize it to pre-train the circuit parameters, which ensures circuit stability and mitigates fluctuations caused by initialization. We also employ zero-noise extrapolation to mitigate quantum noise and combine it with neural networks to improve the accuracy of the noise-fitting function, which significantly eliminates noise interference. Furthermore, we implement an intelligent grouping strategy for measuring Hamiltonian Pauli strings, which not only reduces measurement errors but also improves sampling efficiency. We perform numerical simulations to solve the ground state energy of the $H_4$ molecule by using MindSpore Quantum framework, and the results demonstrate that our algorithm can constrain noise errors within the range of $\mathcal{O}(10^{-2}) \sim \mathcal{O}(10^{-1})$, outperforming mainstream variational quantum eigensolvers. This work provides a new strategy for high-precision quantum chemistry calculations on near-term noisy quantum hardware. The updated code is available at https://gitee.com/mindspore/mindquantum/tree/research/paper_with_code/eigensolver_with_mps_and_ZNE or https://github.com/mindspore-lab/models/tree/master/research/arxiv_papers/MPS_eigensolver_with_ZNE.
Figures
Reference graph
Works this paper leans on
-
[1]
Quantum chemistry in the age of quantum computing,
Y . Cao, J. Romero, J. P. Olson, M. Degroote, P. D. Johnson, M. Kieferov ´a, I. D. Kivlichan, T. Menke, B. Peropadre, N. P. Sawaya et al., “Quantum chemistry in the age of quantum computing,” Chemical reviews, vol. 119, pp. 10 856–10 915, 2019
work page 2019
-
[2]
Quantum computational chemistry,
S. McArdle, S. Endo, A. Aspuru-Guzik, S. C. Benjamin, and X. Yuan, “Quantum computational chemistry,” Reviews of Modern Physics , vol. 92, p. 015003, 2020
work page 2020
-
[3]
The variational quantum eigensolver: a review of methods and best practices,
J. Tilly, H. Chen, S. Cao, D. Picozzi, K. Setia, Y . Li, E. Grant, L. Wossnig, I. Rungger, G. H. Booth et al. , “The variational quantum eigensolver: a review of methods and best practices,” Physics Reports , vol. 986, pp. 1–128, 2022
work page 2022
-
[4]
Variational quantum state eigensolver,
M. Cerezo, K. Sharma, A. Arrasmith, and P. J. Coles, “Variational quantum state eigensolver,” npj Quantum Information , vol. 8, p. 113, 2022
work page 2022
-
[5]
Mps-vqe: A variational quantum computational chemistry simulator with matrix product states,
Z. Xu, Y . Fan, C. Guo, and H. Shang, “Mps-vqe: A variational quantum computational chemistry simulator with matrix product states,” Computer Physics Communications , vol. 294, p. 108897, 2024
work page 2024
-
[6]
Differentiable matrix product states for simulating variational quantum computational chemistry,
C. Guo, Y . Fan, Z. Xu, and H. Shang, “Differentiable matrix product states for simulating variational quantum computational chemistry,” Quantum, vol. 7, p. 1192, 2023
work page 2023
-
[7]
Y . Javanmard, U. Liaubaite, T. J. Osborne, X. Xu, and M.-H. Yung, “Matrix product state ansatz for the variational quantum solution of the heisenberg model on kagome geometries,” arXiv preprint arXiv:2401.02355, 2024
work page Pith review arXiv 2024
-
[8]
T. Helgaker, P. Jorgensen, and J. Olsen, Molecular electronic-structure theory. John Wiley & Sons, 2013
work page 2013
Show all 24 references
-
[9]
Quantum op- timization using variational algorithms on near-term quantum devices,
N. Moll, P. Barkoutsos, L. S. Bishop, J. M. Chow, A. Cross, D. J. Egger, S. Filipp, A. Fuhrer, J. M. Gambetta, M. Ganzhorn et al., “Quantum op- timization using variational algorithms on near-term quantum devices,” Quantum Science and Technology , vol. 3, p. 030503, 2018
2018
-
[10]
Alternative coupled-cluster ans¨atze ii. the unitary coupled-cluster method,
R. J. Bartlett, S. A. Kucharski, and J. Noga, “Alternative coupled-cluster ans¨atze ii. the unitary coupled-cluster method,” Chemical physics letters, vol. 155, pp. 133–140, 1989
1989
-
[11]
A variational eigenvalue solver on a photonic quantum processor,
A. Peruzzo, J. McClean, P. Shadbolt, M.-H. Yung, X.-Q. Zhou, P. J. Love, A. Aspuru-Guzik, and J. L. O’brien, “A variational eigenvalue solver on a photonic quantum processor,”Nature communications, vol. 5, p. 4213, 2014
2014
-
[12]
Mutual information-assisted adaptive variational quantum eigen- solver,
Z.-J. Zhang, T. H. Kyaw, J. S. Kottmann, M. Degroote, and A. Aspuru- Guzik, “Mutual information-assisted adaptive variational quantum eigen- solver,” Quantum Science and Technology , vol. 6, p. 035001, 2021
2021
-
[13]
Hardware-efficient variational quantum eigensolver for small molecules and quantum magnets,
A. Kandala, A. Mezzacapo, K. Temme, M. Takita, M. Brink, J. M. Chow, and J. M. Gambetta, “Hardware-efficient variational quantum eigensolver for small molecules and quantum magnets,” nature, vol. 549, pp. 242–246, 2017
2017
-
[14]
A domain-agnostic, noise-resistant, hardware-efficient evolutionary varia- tional quantum eigensolver,
A. G. Rattew, S. Hu, M. Pistoia, R. Chen, and S. Wood, “A domain-agnostic, noise-resistant, hardware-efficient evolutionary varia- tional quantum eigensolver,” arXiv preprint arXiv:1910.09694 , 2019
1910 arXiv
-
[15]
qubit-adapt-vqe: An adaptive algorithm for constructing hardware-efficient ans ¨atze on a quantum processor,
H. L. Tang, V . Shkolnikov, G. S. Barron, H. R. Grimsley, N. J. Mayhall, E. Barnes, and S. E. Economou, “qubit-adapt-vqe: An adaptive algorithm for constructing hardware-efficient ans ¨atze on a quantum processor,” PRX Quantum , vol. 2, p. 020310, 2021
2021
-
[16]
Variational quantum-neural hybrid eigensolver,
S.-X. Zhang, Z.-Q. Wan, C.-K. Lee, C.-Y . Hsieh, S. Zhang, and H. Yao, “Variational quantum-neural hybrid eigensolver,” Physical Review Let- ters, vol. 128, p. 120502, 2022
2022
-
[17]
An adaptive variational algorithm for exact molecular simulations on a quantum computer,
H. R. Grimsley, S. E. Economou, E. Barnes, and N. J. Mayhall, “An adaptive variational algorithm for exact molecular simulations on a quantum computer,” Nature communications, vol. 10, p. 3007, 2019
2019
-
[18]
An efficient adaptive variational quantum solver of the schr ¨odinger equation based on reduced density matrices,
J. Liu, Z. Li, and J. Yang, “An efficient adaptive variational quantum solver of the schr ¨odinger equation based on reduced density matrices,” The Journal of chemical physics , vol. 154, 2021
2021
-
[19]
Overlap-adapt-vqe: practical quantum chemistry on quantum computers via overlap-guided compact ans ¨atze,
C. Feniou, M. Hassan, D. Traor ´e, E. Giner, Y . Maday, and J.-P. Piquemal, “Overlap-adapt-vqe: practical quantum chemistry on quantum computers via overlap-guided compact ans ¨atze,” Communications Physics , vol. 6, p. 192, 2023
2023
-
[20]
Reducing the resources required by adapt-vqe using coupled exchange operators and improved subroutines,
M. Ram ˆoa, P. G. Anastasiou, L. P. Santos, N. J. Mayhall, E. Barnes, and S. E. Economou, “Reducing the resources required by adapt-vqe using coupled exchange operators and improved subroutines,” arXiv preprint arXiv:2407.08696, 2024
2024 arXiv
-
[21]
Mindspore quantum: A user-friendly, high-performance, and ai-compatible quantum computing framework,
X. Xu, J. Cui, Z. Cui, R. He, Q. Li, X. Li, Y . Lin, J. Liu, W. Liu, J. Lu, and et al., “Mindspore quantum: A user-friendly, high-performance, and ai-compatible quantum computing framework,” arXiv preprint, 2024
2024
-
[22]
Efficient quantum circuits for quantum computational chemistry,
Y . S. Yordanov, D. R. Arvidsson-Shukur, and C. H. Barnes, “Efficient quantum circuits for quantum computational chemistry,” Physical Re- view A , vol. 102, p. 062612, 2020
2020
-
[23]
Circuit-centric quantum classifiers,
M. Schuld, A. Bocharov, K. M. Svore, and N. Wiebe, “Circuit-centric quantum classifiers,” Physical Review A , vol. 101, p. 032308, 2020
2020
-
[24]
The code for this work is available at https://gitee.com/mindspore/ mindquantum/tree/research/paper with code/eigensolver with mps and ZNE or https://github.com/mindspore-lab/models/tree/master/ research/arxiv papers/MPS eigensolver with ZNE
Reviewed August 10, 2026 · model on record in the stance chip above.
Discussion (0). Continue with ORCID to comment.