Benchmarking a wide range of optimisers for solving the Fermi-Hubbard model using the variational quantum eigensolver
Benjamin D. M. Jones, Lana Mineh, Ashley Montanaro
TL;DR
The paper systematically benchmarks 30 optimisers for solving the Fermi-Hubbard problem with a Hamiltonian variational (HV) ansatz within VQE across 372 instances, evaluating both final ground-state energy and total cost-call efficiency. It analyzes gradient strategies (finite differences vs simultaneous perturbation) and includes a dedicated look at the quantum natural gradient in 1D FH systems, revealing that improvements in iteration count often do not translate into fewer total calls. Key findings show Momentum or Adam with finite-difference gradients typically yield the best final energies, while SPSA, CMAES, and BayesMGD excel when the aim is fewer function evaluations; hyperparameter tuning significantly impacts performance. The study provides practical guidance for optimiser selection on HV-VQE FH problems and offers a public dataset for further benchmarking, highlighting potential multi-stage and hybrid strategies for future work.
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 also study the quantum natural gradient algorithm: we implement this method for 1-dimensional Fermi-Hubbard systems, and find that whilst it can reach a lower energy with fewer iterations, this improvement is typically lost when taking total function calls into account. Our method involves performing careful hyperparameter sweeping on 4 instances. We present a variety of analysis and figures, detailed optimiser notes, and discuss future directions.
