Metadata-Version: 2.0
Name: acquantum-qiskit
Version: 0.0.2
Summary: A qiskit provider for the Alibaba's quantum computer.
Home-page: https://github.com/sebboer/acquantum_qiskit
Author: Carsten Blank
Author-email: blank@data-cybernetics.com
License: Apache 2.0
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Requires-Dist: acquantum-connector (==0.0.5)
Requires-Dist: jsonschema (<2.7)
Requires-Dist: marshmallow
Requires-Dist: python-dateutil
Requires-Dist: qiskit (==0.7.0)

acquantum-qiskit
################

.. image:: https://img.shields.io/readthedocs/acquantum_qiskit.svg?style=for-the-badge
    :target: https://acquantum_qiskit.readthedocs.io/en/latest/?badge=latest
    :alt: Read the Docs

.. image:: https://img.shields.io/travis/com/carstenblank/acquantum_qiskit.svg?style=for-the-badge
    :target: https://travis-ci.com/carstenblank/acquantum_qiskit
    :alt: Travis Build

.. image:: https://img.shields.io/codacy/grade/83e6c1a12f7942998cbbeb3d34f08964.svg?style=for-the-badge
    :target: https://www.codacy.com?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=sebboer/acquantum_qiskit&amp;utm_campaign=Badge_Grade
    :alt: Codacy

.. image:: https://img.shields.io/pypi/v/acquantum_qiskit.svg?style=for-the-badge
    :alt: PyPI
    :target: https://pypi.org/project/acquantum-connector

.. image:: https://img.shields.io/pypi/pyversions/acquantum_qiskit.svg?style=for-the-badge
    :alt: PyPI - Python Version
    :target: https://pypi.org/project/acquantum-connector

A qiskit provider for the Alibaba's quantum computer.

Installation
============

This plugin requires Python version 3.5 and above, as well as qiskit.
Installation can be done using pip:

Install from PyPI
-----------------

.. code-block:: bash

    $ pip install acquantum-qiskit

Getting started
===============


Contributing
============

We welcome contributions - simply fork the repository of this plugin, and then make a
`pull request <https://help.github.com/articles/about-pull-requests/>`_ containing your contribution.
All contributers to this plugin will be listed as authors on the releases.

We also encourage bug reports, suggestions for new features and enhancements, and even links to cool projects or applications built on this project.

License
=======

The AcQuantum Qiskit Provider is **free** and **open source**, released under
the `Apache License, Version 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_.

.. license-end-inclusion-marker-do-not-remove


