Skip to content
This repository has been archived by the owner on Feb 4, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 540 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 540 Bytes

Ground state estimation for Triton Toy model using VQE and QPE.

Project to find estimates for the ground state of the Triton Toy Model as defined by Roggero et al. 2019 (arXiv:1911.06368) using Variational Quantum Eigensolver and Quantum Phase Estimation methods. Quantum Circuit simulation performed using the CIRQ package.

The VQE is optimized using either a Nelder-Mead search or a naive grid search. Implemented using CIRQ in Python. See the report in root for more details.