Skip to content

openql-org/quantpy

develop
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

quantpy

QuantPy is usefull libraries and emulator using Quantum Computer system in Python.

Installation

QuantPy has a hard dependency NumPy, SymPy, QISKit. You should install them first.

To install QuantPy itself, then simply run:

$ pip install quantpy

Bugs

Our issue tracker is at https://github.com/openql-org/quantpy/issues. Please report any bugs that you find. Or, even better, fork the repository on GitHub and create a pull request. We welcome all changes, big or small, and we will help you make the pull request if you are new to git.

License

QuantPy is BSD licensed, so you are free to use it whatever you like, be it academic, commercial, creating forks or derivatives, as long as you copy the BSD statement if you redistribute it (see the LICENSE file for details).