taalexander / useqip-exercises

Qiskit exercises for USEQIP 2019

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

useqip-exercises

This repository contains exercises for the USEQIP 2019 Qiskit tutorial.

Getting Started

First you will need to get started by installing Qiskit.

This tutorials and exercises use jupyter notebook and matplotlib so install these as well

conda install jupyter matplotlib

The exercises use the Exercise extension for Jupyter notebook, install this with

conda install -c conda-forge jupyter_contrib_nbextensions

and enable

jupyter nbextension enable exercise/main && jupyter nbextension enable rubberband/main

Now run the Jupyter notebook server

jupyter notebook

and get started by opening the exercises/0_getting_started.ipynb notebook. Make sure to get the IBMQ account token and URL from your instructors.

Questions?

Ask! Feel free to email us with any additional questions or ask in our community Slack channel.

Want to Contribute?

Qiskit is opensource and we love to work with our amazing community. We're aiming to build the defacto standard quantum computing framework and always welcome new contributors and researchers. Check out our contributing guidelines.

About

Qiskit exercises for USEQIP 2019

License:Apache License 2.0


Languages

Language:Jupyter Notebook 100.0%