Skip to content

IceKhan13/qiskit-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Qiskit workshop

Notebook for workshop is called qiskit-workshop-lab-notebook.

Installation

Getting IBM Q 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 jupter + 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 matplotlib
pip install qiskit pylatexenc
  1. In terminal: launch jupyter
jupyter notebook

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published