PennyLane-qiskit


NamePennyLane-qiskit JSON
Version 0.40.0 PyPI version JSON
download
home_pagehttps://github.com/XanaduAI/pennylane-qiskit
SummaryPennyLane plugin for Qiskit
upload_time2025-01-14 22:05:04
maintainerXanadu
docs_urlNone
authorNone
requires_pythonNone
licenseApache License 2.0
keywords
VCS
bugtrack_url
requirements pennylane qiskit qiskit-ibm-runtime numpy sympy
Travis-CI No Travis.
coveralls test coverage
            PennyLane-Qiskit Plugin
#######################

.. image:: https://img.shields.io/github/actions/workflow/status/PennyLaneAI/pennylane-qiskit/tests.yml?branch=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://readthedocs.com/projects/xanaduai-pennylane-qiskit/badge/?version=latest&style=flat-square
    :alt: Read the Docs
    :target: https://docs.pennylane.ai/projects/qiskit

.. 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.10 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.

.. warning::
    
    When installing the Pennylane-Qiskit plugin, we recommend starting with a clean environment.
    This is especially pertinent when upgrading from a pre-1.0 version of Qiskit, as described
    in `Qiskit's migration guide <https://docs.quantum.ibm.com/api/migration-guides/qiskit-1.0-installation>`_. 

.. 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

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/XanaduAI/pennylane-qiskit",
    "name": "PennyLane-qiskit",
    "maintainer": "Xanadu",
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "software@xanadu.ai",
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": null,
    "platform": null,
    "description": "PennyLane-Qiskit Plugin\n#######################\n\n.. image:: https://img.shields.io/github/actions/workflow/status/PennyLaneAI/pennylane-qiskit/tests.yml?branch=master&logo=github&style=flat-square\n    :alt: GitHub Workflow Status (branch)\n    :target: https://github.com/PennyLaneAI/pennylane-qiskit/actions?query=workflow%3ATests\n\n.. image:: https://img.shields.io/codecov/c/github/PennyLaneAI/pennylane-qiskit/master.svg?logo=codecov&style=flat-square\n    :alt: Codecov coverage\n    :target: https://codecov.io/gh/PennyLaneAI/pennylane-qiskit\n\n.. image:: https://img.shields.io/codefactor/grade/github/PennyLaneAI/pennylane-qiskit/master?logo=codefactor&style=flat-square\n    :alt: CodeFactor Grade\n    :target: https://www.codefactor.io/repository/github/pennylaneai/pennylane-qiskit\n\n.. image:: https://readthedocs.com/projects/xanaduai-pennylane-qiskit/badge/?version=latest&style=flat-square\n    :alt: Read the Docs\n    :target: https://docs.pennylane.ai/projects/qiskit\n\n.. image:: https://img.shields.io/pypi/v/PennyLane-qiskit.svg?style=flat-square\n    :alt: PyPI\n    :target: https://pypi.org/project/PennyLane-qiskit\n\n.. image:: https://img.shields.io/pypi/pyversions/PennyLane-qiskit.svg?style=flat-square\n    :alt: PyPI - Python Version\n    :target: https://pypi.org/project/PennyLane-qiskit\n\n.. header-start-inclusion-marker-do-not-remove\n\nThe PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework with PennyLane's\nquantum machine learning capabilities.\n\n`PennyLane <https://pennylane.readthedocs.io>`_ is a cross-platform Python library for quantum machine\nlearning, automatic differentiation, and optimization of hybrid quantum-classical computations.\n\n`Qiskit <https://qiskit.org/documentation/>`_ is an open-source framework for quantum computing.\n\n.. header-end-inclusion-marker-do-not-remove\n\nFeatures\n========\n\n* Provides three devices to be used with PennyLane: ``qiskit.aer``, ``qiskit.basicaer`` and ``qiskit.ibmq``.\n  These devices provide access to the various backends, including the IBM hardware accessible through the cloud.\n\n* Supports a wide range of PennyLane operations and expectation values across the providers.\n\n* Combine Qiskit's high performance simulator and hardware backend support with PennyLane's automatic\n  differentiation and optimization.\n\n.. installation-start-inclusion-marker-do-not-remove\n\nInstallation\n============\n\nThis plugin requires Python version 3.10 and above, as well as PennyLane and Qiskit.\nInstallation of this plugin, as well as all dependencies, can be done using ``pip``:\n\n.. code-block:: bash\n\n    pip install pennylane-qiskit\n\nTo test that the PennyLane-Qiskit plugin is working correctly you can run\n\n.. code-block:: bash\n\n    make test\n\nin the source folder.\n\n.. warning::\n    \n    When installing the Pennylane-Qiskit plugin, we recommend starting with a clean environment.\n    This is especially pertinent when upgrading from a pre-1.0 version of Qiskit, as described\n    in `Qiskit's migration guide <https://docs.quantum.ibm.com/api/migration-guides/qiskit-1.0-installation>`_. \n\n.. installation-end-inclusion-marker-do-not-remove\n\nPlease refer to the `plugin documentation <https://pennylaneqiskit.readthedocs.io/>`_ as\nwell as to the `PennyLane documentation <https://pennylane.readthedocs.io/>`_ for further reference.\n\nContributing\n============\n\nWe welcome contributions - simply fork the repository of this plugin, and then make a\n`pull request <https://help.github.com/articles/about-pull-requests/>`_ containing your contribution.\nAll contributers to this plugin will be listed as authors on the releases.\n\nWe also encourage bug reports, suggestions for new features and enhancements, and even links to cool projects\nor applications built on PennyLane.\n\nAuthors\n=======\n\nPennyLane-Qiskit is the work of `many contributors <https://github.com/PennyLaneAI/pennylane-qiskit/graphs/contributors>`_.\n\nIf you are doing research using PennyLane and PennyLane-Qiskit, please cite `our paper <https://arxiv.org/abs/1811.04968>`_:\n\n    Ville Bergholm, Josh Izaac, Maria Schuld, Christian Gogolin, M. Sohaib Alam, Shahnawaz Ahmed,\n    Juan Miguel Arrazola, Carsten Blank, Alain Delgado, Soran Jahangiri, Keri McKiernan, Johannes Jakob Meyer,\n    Zeyue Niu, Antal Sz\u00e1va, and Nathan Killoran.\n    *PennyLane: Automatic differentiation of hybrid quantum-classical computations.* 2018. arXiv:1811.04968\n\n.. support-start-inclusion-marker-do-not-remove\n\nSupport\n=======\n\n- **Source Code:** https://github.com/PennyLaneAI/pennylane-qiskit\n- **Issue Tracker:** https://github.com/PennyLaneAI/pennylane-qiskit/issues\n- **PennyLane Forum:** https://discuss.pennylane.ai\n\nIf you are having issues, please let us know by posting the issue on our Github issue tracker, or\nby asking a question in the forum.\n\n.. support-end-inclusion-marker-do-not-remove\n.. license-start-inclusion-marker-do-not-remove\n\nLicense\n=======\n\nThe PennyLane qiskit plugin is **free** and **open source**, released under\nthe `Apache License, Version 2.0 <https://www.apache.org/licenses/LICENSE-2.0>`_.\n\n.. license-end-inclusion-marker-do-not-remove\n",
    "bugtrack_url": null,
    "license": "Apache License 2.0",
    "summary": "PennyLane plugin for Qiskit",
    "version": "0.40.0",
    "project_urls": {
        "Homepage": "https://github.com/XanaduAI/pennylane-qiskit"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "73df17cb8d0f705d06ddf4310214600eb808ffb6a7b827e0d55870e3fbffdb3b",
                "md5": "913edef207fc7560d6eb2fbed1f94cc6",
                "sha256": "6295926b5acd2e96515459fb7c9dddeadf2c70e2a5f2807c6685fb025c7c4408"
            },
            "downloads": -1,
            "filename": "PennyLane_qiskit-0.40.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "913edef207fc7560d6eb2fbed1f94cc6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 44416,
            "upload_time": "2025-01-14T22:05:04",
            "upload_time_iso_8601": "2025-01-14T22:05:04.424196Z",
            "url": "https://files.pythonhosted.org/packages/73/df/17cb8d0f705d06ddf4310214600eb808ffb6a7b827e0d55870e3fbffdb3b/PennyLane_qiskit-0.40.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-14 22:05:04",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "XanaduAI",
    "github_project": "pennylane-qiskit",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "pennylane",
            "specs": [
                [
                    ">=",
                    "0.32"
                ]
            ]
        },
        {
            "name": "qiskit",
            "specs": [
                [
                    "<",
                    "1.3"
                ]
            ]
        },
        {
            "name": "qiskit-ibm-runtime",
            "specs": [
                [
                    "<=",
                    "0.29"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "sympy",
            "specs": []
        }
    ],
    "lcname": "pennylane-qiskit"
}
        
Elapsed time: 0.43663s