https://github.com/happybravo/ibm_quantum_challenge_spring_2023
My solutions for IBM Quantum Challenge Spring 2023
https://github.com/happybravo/ibm_quantum_challenge_spring_2023
challenge ibm-quantum-challenge python qiskit quantum-computing
Last synced: 3 months ago
JSON representation
My solutions for IBM Quantum Challenge Spring 2023
- Host: GitHub
- URL: https://github.com/happybravo/ibm_quantum_challenge_spring_2023
- Owner: HappyBravo
- Created: 2023-05-23T16:16:12.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-26T04:52:08.000Z (almost 2 years ago)
- Last Synced: 2025-01-01T09:41:55.781Z (5 months ago)
- Topics: challenge, ibm-quantum-challenge, python, qiskit, quantum-computing
- Language: Jupyter Notebook
- Homepage: https://quantum-computing.ibm.com/
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IBM Quantum Challenge Spring 2023
My solutions for IBM Quantum Challenge Spring 2023- [Questions and Answers](https://github.com/qiskit-community/ibm-quantum-challenge-spring-2023), Qiskit's Repo
- [IBM Lab link](https://challenges.quantum-computing.ibm.com/spring-2023#lab-1) It may be dead after few days.
- [FAQ / Wiki](https://github.com/qiskit-community/ibm-quantum-challenge-spring-2023/wiki)
___## Challenge content
- [Lab 1: Intro to Dynamic Circuits](./Lab1/lab1.ipynb)
- [Lab 2: Quantum Teleportation](./Lab2/lab2.ipynb)
- [Lab 3: Iterative Phase Estimation](./Lab3/lab3.ipynb)
- [Lab 4: Quantum Error Correction](./Lab4/lab4.ipynb)
- [Lab 5: Using a 127-qubit System](./Lab5/lab5.ipynb)
___