tsgersho / qiskit-sdk-py

Python tools for running quantum information experiments

Home Page:https://quantumexperience.ng.bluemix.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Python SDK

Python software development kit (SDK) and Jupyter notebooks for working with OPENQASM and the IBM Quantum Experience (QE).

Related external projects:

Organization

The scripts directory contains Jupyter notebooks showing how to use the Python API with OPENQASM.

Setup Python Virtual Enviroment

Anaconda

To create a new Virtual Enviroment:

conda create -n QISKitenv python=3 pip

use it:

source activate QISKitenv

Install Dependencies

pip install -r requires.txt

Dependencies problems.

When you try to install the dependencies "pip install --upgrade IBMQuantumExperience", if you have the next error:

  • Cannot remove entries from nonexistent file [PATH]/easy-install.pth

You can fix it using:

curl https://bootstrap.pypa.io/ez_setup.py -o - | python

About

Python tools for running quantum information experiments

https://quantumexperience.ng.bluemix.net/

License:Apache License 2.0


Languages

Language:Jupyter Notebook 95.8%Language:Python 4.2%