This workshop was performed in University of Chicago, Jan 8th 2022.
- Intro IBM Quantum Lab and Qiskit modules
- Circuits, backends, visualization
- Quantum info, circuit lib, algorithms
- Circuit compilation, pulse, opflow
- https://quantum-computing.ibm.com/lab - Quantum lab
- https://qiskit.org/documentation/ - Qiskit documentation
- https://github.com/qiskit - Qiskit website
- Go to https://quantum-computing.ibm.com/
- Register
- On your welcome page you should see
API token
field which you can copy and use during lab
- (if you do not have it already) Install conda
- In terminal: create a new conda env
conda create --name qiskit-workshop python=3.7
- In terminal: activate env
conda activate qiskit-workshop
- In terminal: Install dependencies
conda install jupyter==1.0.0 matplotlib==3.5.1
pip install qiskit==0.34.0 pylatexenc==2.10
- In terminal: launch jupyter
jupyter notebook