https://github.com/dipankardas011/quantum-coding
Using the IBM Qiskit
https://github.com/dipankardas011/quantum-coding
Last synced: 3 months ago
JSON representation
Using the IBM Qiskit
- Host: GitHub
- URL: https://github.com/dipankardas011/quantum-coding
- Owner: dipankardas011
- Created: 2021-09-11T18:25:59.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-05-04T11:37:09.000Z (5 months ago)
- Last Synced: 2025-05-04T12:31:08.159Z (5 months ago)
- Language: Jupyter Notebook
- Homepage:
- Size: 9.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# the resources
https://qiskit.org/textbook/ch-states/introduction.html```bash
make oci-buildmake oci-run
```## Topic in sequence
1. basic_coin_toss
2. entanglement
3. superposition
4. teleportation
5. basic-quantum-gates
6. multi-qubit-gates
7. run_real
8. understanding-quantum-circuits
9. pulse schedulers
10.## Some helpful videos
1. OpenPulse: Software framework for quantum computing with pulses
2. https://docs.quantum.ibm.com/migration-guides/qiskit-runtime-examples#sampler-algorithm
3. https://docs.quantum.ibm.com/migration-guides/v2-primitives
4. https://docs.quantum.ibm.com/migration-guides/qiskit-runtime> [!NOTE]
> There are 2 venv
> requirements.txt.v1 -> qiskit@v1.4.2
> requirements.txt.v2 -> qiskit@v2.0.0