Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 655 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 655 Bytes

Getting started with Quantum Programming

Binder

This repo contains some demo notebooks for getting started with programming quantum circuits.

Installation

Dependencies: Docker Desktop

To build the docker image, run docker build -t qp101 . in the root directory. To start Jupyter notebook in the docker container, run ./start.sh <port> <token>, where <port> is your preferred port for the notebooks (default: 8888) and <token> is the secret token for your notebook server (default: quantum).