A Python package to simulate the ground state preparation of the 2x2 Fermi-Hubbard model using an optimized QETU algorithm on a 9-qubit grid-like quantum computer, accompanying arxiv:2411.18535.
To install the qetu_sim package, run the following commands:
git clone https://github.com/thilomueller/QETU
cd <path/to/repo>
python3 -m pip install -r requirements.txt
python3 -m pip install -e .
The simulation results can be found in the folder experiments
.