Skip to content

Latest commit

 

History

History

2022-01-08_qiskit_dev_workshop_uni_chicago

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Qiskit workshop - University of Chicago / Chicago Quantum Exchange

This workshop was performed in University of Chicago, Jan 8th 2022.

Agenda

  • Intro IBM Quantum Lab and Qiskit modules
  • Circuits, backends, visualization
  • Quantum info, circuit lib, algorithms
  • Circuit compilation, pulse, opflow

Notebooks

Relevant Links

Installation

Getting IBM Quantum account and token

  1. Go to https://quantum-computing.ibm.com/
  2. Register
  3. On your welcome page you should see API token field which you can copy and use during lab

Local Jupyter + Qiskit setup

  1. (if you do not have it already) Install conda
  2. In terminal: create a new conda env
conda create --name qiskit-workshop python=3.7
  1. In terminal: activate env
conda activate qiskit-workshop
  1. In terminal: Install dependencies
conda install jupyter==1.0.0 matplotlib==3.5.1
pip install qiskit==0.34.0 pylatexenc==2.10
  1. In terminal: launch jupyter
jupyter notebook