https://github.com/thegupta2012/qosf-screening
This is my repository containing the solution for the screening tasks of QOSF internship.
https://github.com/thegupta2012/qosf-screening
Last synced: about 1 year ago
JSON representation
This is my repository containing the solution for the screening tasks of QOSF internship.
- Host: GitHub
- URL: https://github.com/thegupta2012/qosf-screening
- Owner: TheGupta2012
- License: mit
- Created: 2021-02-01T12:25:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-16T09:33:24.000Z (over 5 years ago)
- Last Synced: 2025-02-06T22:23:45.317Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.17 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QOSF-Screening
:large_orange_diamond: This repository contains the solution for the screening tasks of QOSF cohort1 - 2021
- The task chosen was **Task 2 - Correction of Quantum Errors**
- [This](https://github.com/TheGupta2012/QOSF-Screening/blob/master/Screening%20Task2%20-%20Detecting%20Errors.ipynb) notebook contains the observations, code and solution for the same. Just in case it does not open, please click [here](https://nbviewer.jupyter.org/github/TheGupta2012/QOSF-Screening/blob/master/Screening%20Task2%20-%20Detecting%20Errors.ipynb)
- If rendering error persists, please download the [pdf](https://github.com/TheGupta2012/QOSF-Screening/blob/master/Screening%20Task2%20-%20Detecting%20Errors.pdf) from the link.
- Primary library used for the implementation of tasks was **qiskit** by *IBM*
- All the Sub Tasks have been implemented as separate headings in the notebook and should be easily accessible. Any kind of observations or assumptions made are attached to the notebook itself. :smiley:
## Key references
- [Wikipedia](https://en.wikipedia.org/wiki/Quantum_error_correction)
- [Qiskit](https://qiskit.org/textbook/ch-quantum-hardware/error-correction-repetition-code.html)
- Stackoverflow