Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ritu-thombre99/ibm-quantum-challenge-fall-2020
Solutions for IBM Quantum Challenge Fall 2020
https://github.com/ritu-thombre99/ibm-quantum-challenge-fall-2020
asteroid-game asteroid-puzzle grovers-algorithm ibm-quantum-challenge ibm-quantum-challenge-2020 ibm-quantum-challenge-fall-2020 ibm-quantum-experience lights-out-game lightsout qiskit quantum-computing
Last synced: 9 days ago
JSON representation
Solutions for IBM Quantum Challenge Fall 2020
- Host: GitHub
- URL: https://github.com/ritu-thombre99/ibm-quantum-challenge-fall-2020
- Owner: ritu-thombre99
- Created: 2020-12-11T13:22:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-11T13:35:42.000Z (almost 4 years ago)
- Last Synced: 2023-09-17T11:06:33.400Z (about 1 year ago)
- Topics: asteroid-game, asteroid-puzzle, grovers-algorithm, ibm-quantum-challenge, ibm-quantum-challenge-2020, ibm-quantum-challenge-fall-2020, ibm-quantum-experience, lights-out-game, lightsout, qiskit, quantum-computing
- Language: Jupyter Notebook
- Homepage:
- Size: 6.25 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBM-Quantum-Challenge-Fall2020
Solutions for IBM Quantum Challenge Fall 2020## Challenge Index
| Week | Challenge | Message from Dr. Ryoko | Available on (JST) |
| --- | --- | --- | --- |
| Week 0 |[For Beginners: The atoms of computation](exercises/week-0/ex_0_en.ipynb) | [Episode 1](https://youtu.be/eLw7fWb2xv4) |Now Live |
| Week 1 |[Learning Challenge Exercise I-A](https://github.com/qiskit-community/IBMQuantumChallenge2020/blob/iqx/exercises/week-1/ex_1a_en.ipynb)
[Learning Challenge Exercise I-B](https://github.com/qiskit-community/IBMQuantumChallenge2020/blob/iqx/exercises/week-1/ex_1b_en.ipynb)| [Episode 2](https://youtu.be/f8TEd_51rHI) | Nov 9th 2020 |
| Week 2 |[Learning Challenge Exercise II-A](https://github.com/qiskit-community/IBMQuantumChallenge2020/blob/main/exercises/week-2/ex_2a_en.ipynb)
[Learning Challenge Exercise II-B](https://github.com/qiskit-community/IBMQuantumChallenge2020/blob/main/exercises/week-2/ex_2b_en.ipynb)| [Episode 3](https://youtu.be/kLizHnvTguE), [Episode 4](https://youtu.be/25PcR5Pn4hk) | Nov 16th 2020 |
| Week 3 |[Final Challenge](https://github.com/qiskit-community/IBMQuantumChallenge2020/blob/main/exercises/week-3/final_en.ipynb) | [Episode 5](https://youtu.be/Bkk5-j6rpoM), [Episode 6](https://youtu.be/0wXb8UWO-xs) | Nov 23rd 2020 |## Grader Installation
1. Log in to [IBM Quantum Experience](https://quantum-computing.ibm.com/)
1. Open a new Qiskit Notebook
1. In a code cell, run the following code:```
!pip install -I git+https://github.com/qiskit-community/IBMQuantumChallenge2020-Grader.git