A square-root speedup for finding the smallest eigenvalue

Alex Kerzner,Vlad Gheorghiu,Michele Mosca,Thomas Guilbaud,Federico Carminati,Fabio Fracas,Luca Dellantonio
2023-11-15
Abstract:We describe a quantum algorithm for finding the smallest eigenvalue of a Hermitian matrix. This algorithm combines Quantum Phase Estimation and Quantum Amplitude Estimation to achieve a quadratic speedup with respect to the best classical algorithm in terms of matrix dimensionality, i.e., $\widetilde{\mathcal{O}}(\sqrt{N}/\epsilon)$ black-box queries to an oracle encoding the matrix, where $N$ is the matrix dimension and $\epsilon$ is the desired precision. In contrast, the best classical algorithm for the same task requires $\Omega(N)\text{polylog}(1/\epsilon)$ queries. In addition, this algorithm allows the user to select any constant success probability. We also provide a similar algorithm with the same runtime that allows us to prepare a quantum state lying mostly in the matrix's low-energy subspace. We implement simulations of both algorithms and demonstrate their application to problems in quantum chemistry and materials science.
Quantum Physics
What problem does this paper attempt to address?
The paper attempts to address the problem of finding the minimum eigenvalue of a Hermitian matrix in quantum computing. Specifically, the authors propose a quantum algorithm that combines Quantum Phase Estimation (QPE) and Quantum Amplitude Estimation (QAE) to achieve a square root speedup relative to the best classical algorithm. In the case of matrix dimension \( N \) and required precision \( \epsilon \), the algorithm requires \( \tilde{O}(\sqrt{N}/\epsilon) \) queries to the black-box encoding the matrix, whereas the best classical algorithm requires \( \Omega(N) \text{polylog}(1/\epsilon) \) queries. Additionally, the algorithm allows users to choose any constant success probability and also provides a similar algorithm for preparing a quantum state in the low-energy subspace. The paper validates these algorithms through simulations, demonstrating their applications in quantum chemistry and materials science.