Benchmarking a wide range of optimisers for solving the Fermi-Hubbard model using the variational quantum eigensolver
Benjamin D.M. Jones, Lana Mineh, and Ashley Montanaro

TL;DR
This paper benchmarks 30 optimizers for the variational quantum eigensolver applied to the Fermi-Hubbard model, analyzing their performance, gradient methods, and hyperparameters to identify the most effective strategies.
Contribution
It provides a comprehensive comparison of optimizers for VQE on the Fermi-Hubbard model, including new insights into gradient methods and hyperparameter effects.
Findings
Gradient descent variants like Momentum and ADAM perform best.
Finite difference step size significantly impacts optimizer performance.
Quantum natural gradient can reach lower energies but may not reduce total function calls.
Abstract
We numerically benchmark 30 optimisers on 372 instances of the variational quantum eigensolver for solving the Fermi-Hubbard system with the Hamiltonian variational ansatz. We rank the optimisers with respect to metrics such as final energy achieved and function calls needed to get within a certain tolerance level, and find that the best performing optimisers are variants of gradient descent such as Momentum and ADAM (using finite difference), SPSA, CMAES, and BayesMGD. We also perform gradient analysis and observe that the step size for finite difference has a very significant impact. We also consider using simultaneous perturbation (inspired by SPSA) as a gradient subroutine: here finite difference can lead to a more precise estimate of the ground state but uses more calls, whereas simultaneous perturbation can converge quicker but may be less precise in the later stages. Finally, we…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsQuantum Computing Algorithms and Architecture
MethodsAdam
