XanaduAI / QHack2022

QHack—The one-of-a-kind quantum computing hackathon
https://qhack.ai
88 stars 125 forks source link

Learning Based Error Mitigation for VQE #93

Open jeungrac opened 2 years ago

jeungrac commented 2 years ago

Team Name: edelweiss

@jeungrac @jyryu98 @Eyuel-E

Project Description:

Variational Quantum Eigensolvers (VQE) for calculating ground state energies of molecules are one of the major applications of noisy intermediate scale quantum (NISQ) computers. However for VQE to be viable on NISQ computers, powerful error mitigation protocols are needed due to the high level of noise.

In this project, we investigate applications of a learning based quantum error mitigation (LBEM) method [1] on VQE for molecular ground state energy calculation. LBEM models an error free result with a quasi probabilistic mixture of noisy results. This distribution is learned via an ab initio process, without prior knowledge on the hardware error model. Clifford circuits are used for the training, so classical simulation is efficient, and the mitigation takes account of both spatial and temporal correlations.

We have implemented LBEM for running H_2 and LiH ansatze on noisy hardware and simulators. Also, we have analyzed the performance of LBEM when truncating the training sets by varying the input size. Result shows successful error mitigation on both noise models and hardwares.

[1] Strikis, Armands, et al. "Learning-based quantum error mitigation." PRX Quantum 2.4 (2021): 040330.

Presentation:

Presentation Slides

Source code:

Github repository

Which challenges/prizes would you like to submit your project for?

IBM Qiskit Challenge Hybrid Algorithms Challenge Quantum Chemistry Challenge Science Challenge Simulation Challenge

isaacdevlugt commented 2 years ago

Thank you for your submission! There's still time to populate your submission with code, presentation material, etc. Please make any final adjustments before the deadline tonight at 17h00 EST!

Good luck!