Metadata-Version: 2.1
Name: qpu
Version: 0.0.4
Summary: Python Quantum Processing Unit (QPU) library
Home-page: https://github.com/sea212/qpu
Author: Harald Heckmann
Author-email: mail@haraldheckmann.de
License: mit
Platform: any
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Security :: Cryptography
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >3.4
Description-Content-Type: text/x-rst
Requires-Dist: qiskit (==0.17.0)
Requires-Dist: dwave-ocean-sdk (==2.1.1)
Requires-Dist: matplotlib (==3.2.1)
Provides-Extra: all
Requires-Dist: recommonmark ; extra == 'all'
Requires-Dist: sphinx (>=1.8) ; extra == 'all'
Requires-Dist: sphinx-rtd-theme ; extra == 'all'
Requires-Dist: isort ; extra == 'all'
Requires-Dist: flake8 ; extra == 'all'
Requires-Dist: pytest ; extra == 'all'
Requires-Dist: pytest-cov ; extra == 'all'
Requires-Dist: pytest-runner ; extra == 'all'
Requires-Dist: tox ; extra == 'all'
Provides-Extra: docs
Requires-Dist: recommonmark ; extra == 'docs'
Requires-Dist: sphinx (>=1.8) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: lint
Requires-Dist: isort ; extra == 'lint'
Requires-Dist: flake8 ; extra == 'lint'
Provides-Extra: test
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pytest-runner ; extra == 'test'
Requires-Dist: tox ; extra == 'test'

|Build Status| |Coverage Status| |Documentation Status| |License: MIT|

QPU (Quantum Processing Unit)
==============================

A library for quantum processing units (IBM, D-Wave) containing common operations.


Note
----

This project has been set up using PyScaffold 3.1. For details and usage
information on PyScaffold see `https://pyscaffold.org/`_.

.. _`https://pyscaffold.org/`: https://pyscaffold.org/

.. |Build Status| image:: https://travis-ci.com/sea212/qpu.svg?branch=master
   :target: https://www.travis-ci.com/sea212/qpu
.. |Coverage Status| image:: https://coveralls.io/repos/github/sea212/qpu/badge.svg?branch=master
   :target: https://coveralls.io/github/sea212/qpu?branch=master
.. |Documentation Status| image:: https://readthedocs.org/projects/qpu/badge/?version=latest
   :target: https://qpu.readthedocs.io/en/latest/?badge=latest
   :alt: Documentation Status
.. |License: MIT| image:: https://img.shields.io/badge/License-MIT-yellow.svg
   :target: https://opensource.org/licenses/MIT


