An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# the resources
https://qiskit.org/textbook/ch-states/introduction.html

```bash
make oci-build

make 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