Metadata-Version: 1.2
Name: PennyLane-qiskit
Version: 0.20.0
Summary: PennyLane plugin for qiskit-terra
Home-page: https://github.com/XanaduAI/pennylane-qiskit
Maintainer: Xanadu
Maintainer-email: software@xanadu.ai
License: Apache License 2.0
Description: PennyLane-Qiskit Plugin
        #######################
        
        .. image:: https://img.shields.io/github/workflow/status/PennyLaneAI/pennylane-qiskit/Tests/master?logo=github&style=flat-square
            :alt: GitHub Workflow Status (branch)
            :target: https://github.com/PennyLaneAI/pennylane-qiskit/actions?query=workflow%3ATests
        
        .. image:: https://img.shields.io/codecov/c/github/PennyLaneAI/pennylane-qiskit/master.svg?logo=codecov&style=flat-square
            :alt: Codecov coverage
            :target: https://codecov.io/gh/PennyLaneAI/pennylane-qiskit
        
        .. image:: https://img.shields.io/codefactor/grade/github/PennyLaneAI/pennylane-qiskit/master?logo=codefactor&style=flat-square
            :alt: CodeFactor Grade
            :target: https://www.codefactor.io/repository/github/pennylaneai/pennylane-qiskit
        
        .. image:: https://img.shields.io/readthedocs/pennylane-qiskit.svg?logo=read-the-docs&style=flat-square
            :alt: Read the Docs
            :target: https://pennylaneqiskit.readthedocs.io
        
        .. image:: https://img.shields.io/pypi/v/PennyLane-qiskit.svg?style=flat-square
            :alt: PyPI
            :target: https://pypi.org/project/PennyLane-qiskit
        
        .. image:: https://img.shields.io/pypi/pyversions/PennyLane-qiskit.svg?style=flat-square
            :alt: PyPI - Python Version
            :target: https://pypi.org/project/PennyLane-qiskit
        
        .. header-start-inclusion-marker-do-not-remove
        
        The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework with PennyLane's
        quantum machine learning capabilities.
        
        `PennyLane <https://pennylane.readthedocs.io>`_ is a cross-platform Python library for quantum machine
        learning, automatic differentiation, and optimization of hybrid quantum-classical computations.
        
        `Qiskit <https://qiskit.org/documentation/>`_ is an open-source framework for quantum computing.
        
        .. header-end-inclusion-marker-do-not-remove
        
        Features
        ========
        
        * Provides three devices to be used with PennyLane: ``qiskit.aer``, ``qiskit.basicaer`` and ``qiskit.ibmq``.
          These devices provide access to the various backends, including the IBM hardware accessible through the cloud.
        
        * Supports a wide range of PennyLane operations and expectation values across the providers.
        
        * Combine Qiskit's high performance simulator and hardware backend support with PennyLane's automatic
          differentiation and optimization.
        
        .. installation-start-inclusion-marker-do-not-remove
        
        Installation
        ============
        
        This plugin requires Python version 3.7 and above, as well as PennyLane and Qiskit.
        Installation of this plugin, as well as all dependencies, can be done using ``pip``:
        
        .. code-block:: bash
        
            pip install pennylane-qiskit
        
        To test that the PennyLane-Qiskit plugin is working correctly you can run
        
        .. code-block:: bash
        
            make test
        
        in the source folder. Tests restricted to a specific provider can be run by executing
        ``make test-basicaer``, ``make test-aer``, and ``make test-ibmq``.
        
        .. note::
        
            Tests on the `IBMQ device <https://pennylaneqiskit.readthedocs.io/en/latest/devices/ibmq.html>`_ can
            only be run if a ``ibmqx_token`` for the
            `IBM Q experience <https://quantum-computing.ibm.com/>`_ is
            configured in the `PennyLane configuration file
            <https://pennylane.readthedocs.io/en/latest/introduction/configuration.html>`_.
        
            If this is the case, running ``make test`` also executes tests on the ``ibmq`` device.
            By default tests on the ``ibmq`` device run with ``ibmq_qasm_simulator`` backend
            and those done by the ``basicaer`` and ``aer`` device are run with the ``qasm_simulator``
            backend. At the time of writing this means that the test are "free".
            Please verify that this is also the case for your account.
        
        .. installation-end-inclusion-marker-do-not-remove
        
        Please refer to the `plugin documentation <https://pennylaneqiskit.readthedocs.io/>`_ as
        well as to the `PennyLane documentation <https://pennylane.readthedocs.io/>`_ for further reference.
        
        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 PennyLane.
        
        Authors
        =======
        
        PennyLane-Qiskit is the work of `many contributors <https://github.com/PennyLaneAI/pennylane-qiskit/graphs/contributors>`_.
        
        If you are doing research using PennyLane and PennyLane-Qiskit, please cite `our paper <https://arxiv.org/abs/1811.04968>`_:
        
            Ville Bergholm, Josh Izaac, Maria Schuld, Christian Gogolin, M. Sohaib Alam, Shahnawaz Ahmed,
            Juan Miguel Arrazola, Carsten Blank, Alain Delgado, Soran Jahangiri, Keri McKiernan, Johannes Jakob Meyer,
            Zeyue Niu, Antal Száva, and Nathan Killoran.
            *PennyLane: Automatic differentiation of hybrid quantum-classical computations.* 2018. arXiv:1811.04968
        
        .. support-start-inclusion-marker-do-not-remove
        
        Support
        =======
        
        - **Source Code:** https://github.com/PennyLaneAI/pennylane-qiskit
        - **Issue Tracker:** https://github.com/PennyLaneAI/pennylane-qiskit/issues
        - **PennyLane Forum:** https://discuss.pennylane.ai
        
        If you are having issues, please let us know by posting the issue on our Github issue tracker, or
        by asking a question in the forum.
        
        .. support-end-inclusion-marker-do-not-remove
        .. license-start-inclusion-marker-do-not-remove
        
        License
        =======
        
        The PennyLane qiskit plugin 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
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Physics
Provides: pennylane_qiskit
