Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 641 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 641 Bytes

Analysis of Quantum Ansatz Performance for VQE as Implemented in Qiskit

This project evaluates the performance of different quantum ansatzes using the Variational Quantum Eigensolver (VQE) algorithm to compute the ground state energy of the hydrogen molecule (H₂). It compares the Unitary Coupled Cluster Singles and Doubles (UCCSD), paired UUCD (pUCCD) and pUCCSD, symmetry-adapted UCCSD (SUCCSD), the Hardware Efficient Ansatz (HEA), and a custom ansatz in terms of accuracy.

Setup

  1. Clone the repository:
    git clone https://github.com/iavdic/quantum-computing-projects.git
    cd quantum-computing-projects