Thilo R. Müller,Manuel Geiger,Christian B. Mendl
Abstract:Quantum computing holds immense promise for simulating quantum systems, a critical task for advancing our understanding of complex quantum phenomena. One of the primary goals in this domain is to accurately approximate the ground state of quantum systems. The Fermi-Hubbard model, particularly, is of profound interest due to its implications for high-temperature superconductivity and strongly correlated electron systems. The quantum eigenvalue transformation of unitary matrices (QETU) algorithm offers a novel approach for ground state estimation by utilizing a controlled Hamiltonian time evolution operator, circumventing the resource-intensive block-encoding required by previous methods. In this work, we apply the QETU algorithm to the $2 \times 2$ Fermi-Hubbard model, presenting circuit simplifications tailored to the model and introducing a mapping to a 9-qubit grid-like hardware architecture inspired by fermionic swap networks. We investigate how the selection of a favorable hardware architecture can benefit the circuit construction. Additionally, we explore the feasibility of this method under the influence of noise, focusing on its robustness and practical applicability.
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is to accurately estimate the ground state of the Fermi - Hubbard model using the quantum computing platform. Specifically, the authors applied and improved a unitary matrix algorithm called Quantum Eigenvalue Transformation of Unitary Matrices (QETU) to overcome the requirements of resource - intensive block encoding in traditional methods and improve the implementation efficiency on actual quantum hardware.
### Main Problem Analysis
1. **Ground State Estimation**:
- **Background**: The Fermi - Hubbard model is an important model in condensed - matter physics, which is used to describe the behavior of interacting fermions on a lattice. Its ground state is crucial for understanding high - temperature superconductivity and strongly correlated electron systems.
- **Challenge**: Traditional methods require a large amount of computational resources when estimating the ground state, especially on early fault - tolerant quantum devices, where the limited coherence time is an important limitation.
2. **Application and Improvement of the QETU Algorithm**:
- **New Method**: The QETU algorithm avoids the block encoding required by traditional methods by using the controlled Hamiltonian time - evolution operator, thus reducing resource consumption.
- **Simplified Circuit**: The authors designed a simplified QETU circuit for the 2×2 Fermi - Hubbard model and introduced a method of mapping to a 9 - qubit grid - like hardware architecture, inspired by fermionic swap networks.
3. **Hardware Optimization**:
- **Selecting an Appropriate Hardware Architecture**: By selecting a hardware platform that is favorable to the specific algorithm requirements, the circuit depth can be significantly reduced and the implementation efficiency of the algorithm can be improved.
- **Noise Impact**: The robustness and practicality of this method in a noisy environment were studied to ensure its feasibility on actual quantum computers.
### Formula Summary
- **Hamiltonian of the Fermi - Hubbard Model**:
\[
H_{FH} = U \sum_{j = 1}^{N} n_{j,\uparrow} n_{j,\downarrow} - t \sum_{\langle i,j \rangle} \sum_{\sigma \in \{\uparrow, \downarrow\}} (a^\dagger_{i,\sigma} a_{j,\sigma} + a^\dagger_{j,\sigma} a_{i,\sigma})
\]
where \( a^\dagger_{i,\sigma} \) and \( a_{i,\sigma} \) are the creation and annihilation operators of spin \( \sigma \) on lattice site \( i \), respectively, and \( n_{i,\sigma} = a^\dagger_{i,\sigma} a_{i,\sigma} \) is the number operator.
- **Time - Evolution Operator of the QETU Algorithm**:
\[
U(\Delta t)=e^{-i \Delta t H}
\]
where \( H \) is the Hamiltonian of the system and \( \Delta t \) is the evolution time.
- **Shifted Sign Function**:
\[
g(x)=\frac{1}{2}(1 - \text{sgn}(x - \mu)) =
\begin{cases}
1 & x \leq \mu \\
0 & x > \mu
\end{cases}
\]
where \( \mu=\frac{1}{2}(\lambda_0+\lambda_1) \), and \( \lambda_0 \) and \( \lambda_1 \) are the ground - state energy and the first excited - state energy, respectively.
Through these methods and formulas, the authors aim to explore how to efficiently implement the QETU algorithm on actual quantum hardware, so as to estimate the ground state of the Fermi - Hubbard model more accurately.