Skip to content

dyylan/qiskit_wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple wrapper for QISKit

Running IBM Q experiments. Simple python to make it even easier. The intention is also to add visualisation and a range of different algorithms.

Simple wrapper made from

How to use the wrapper

Prerequisites

pip install pipenv

Run an experiment on the IBM Quantum computer

  1. Clone this repository
  2. Install all the required packages

pipenv install

  1. Set your token as an environment variable TOKEN, I recommend making a .env file with just one line:

TOKEN = "your token here"

  • Alternatively, simply update the Qconfig.py file with your token directly
  1. Open main.py and check the function main. This is where the backend and which experiment is run can be chosen
  2. Have a look at circuits.py for a list of experiments that can be run

About

Running IBM Q experiments

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages