Skip to content

Latest commit

 

History

History
58 lines (34 loc) · 1.88 KB

README.md

File metadata and controls

58 lines (34 loc) · 1.88 KB

IBM Ascola Challenge

This research project was pursued during the IBM - Ascola Challenge, August-December 2020.

The Challenge

Although intermediate-scale quantum computers are available for use today, they suffer from quantum noise.

In order to combat this noise, our team aimed to predict the noise model applied to a quantum circuit using machine learning techniques.

Attempt at Solution

1) Problem Statement

We approached this problem as an open-ended question. Thus, a lot of time was devoted to translating the problem into concrete terms. research problem

2) Dataset Generation

Using Qiskit Simulators, we produced synthetic datasets which span the defined state-space uniformly. datasets

The datasets can be found in the datasets folder. Due to size limitations, the largest dataset can be found here.

3) Dataset Exploration

Finally, we explored the synthetic datasets produced using Jupyter Notebooks.

scatter plots interactive plots

Contact

Noam Siegel - noamsi@post.bgu.ac.il

Raphaelbuzaglo - raphaelbuzaglo@gmail.com

Shelly Garion - shelly@il.ibm.com

Gadi Aleksandrowicz - gadial@gmail.com

Project Link: https://github.com/noamsgl/IBMAscolaChallenge

Acknowledgments