{"id":13751193,"url":"https://github.com/PennyLaneAI/pennylane-qiskit","last_synced_at":"2025-05-09T17:33:21.269Z","repository":{"id":37475248,"uuid":"159729790","full_name":"PennyLaneAI/pennylane-qiskit","owner":"PennyLaneAI","description":"The PennyLane-Qiskit plugin integrates the Qiskit quantum computing framework and IBM Q with PennyLane.","archived":false,"fork":false,"pushed_at":"2025-05-06T19:44:54.000Z","size":2607,"stargazers_count":205,"open_issues_count":31,"forks_count":71,"subscribers_count":16,"default_branch":"master","last_synced_at":"2025-05-06T20:24:01.508Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://docs.pennylane.ai/projects/qiskit","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/PennyLaneAI.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-11-29T21:29:30.000Z","updated_at":"2025-05-04T16:17:13.000Z","dependencies_parsed_at":"2023-11-20T23:29:36.532Z","dependency_job_id":"584c29ed-009b-4fbb-9637-7e9d8cb8ed33","html_url":"https://github.com/PennyLaneAI/pennylane-qiskit","commit_stats":{"total_commits":378,"total_committers":27,"mean_commits":14.0,"dds":0.6031746031746033,"last_synced_commit":"5d67f6e5dd1465231d5e9f4359df580c6fbe2590"},"previous_names":["xanaduai/pennylane-qiskit"],"tags_count":48,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PennyLaneAI%2Fpennylane-qiskit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PennyLaneAI%2Fpennylane-qiskit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PennyLaneAI%2Fpennylane-qiskit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/PennyLaneAI%2Fpennylane-qiskit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/PennyLaneAI","download_url":"https://codeload.github.com/PennyLaneAI/pennylane-qiskit/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253295845,"owners_count":21885709,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-03T09:00:38.817Z","updated_at":"2025-05-09T17:33:20.822Z","avatar_url":"https://github.com/PennyLaneAI.png","language":"Python","funding_links":[],"categories":["Community"],"sub_categories":[],"readme":"PennyLane-Qiskit Plugin\n#######################\n\n.. image:: https://img.shields.io/github/actions/workflow/status/PennyLaneAI/pennylane-qiskit/tests.yml?branch=master\u0026logo=github\u0026style=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\u0026style=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\u0026style=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\u0026style=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 \u003chttps://pennylane.readthedocs.io\u003e`_ is a cross-platform Python library for quantum machine\nlearning, automatic differentiation, and optimization of hybrid quantum-classical computations.\n\n`Qiskit \u003chttps://qiskit.org/documentation/\u003e`_ 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 \u003chttps://docs.quantum.ibm.com/api/migration-guides/qiskit-1.0-installation\u003e`_. \n\n.. installation-end-inclusion-marker-do-not-remove\n\nPlease refer to the `plugin documentation \u003chttps://pennylaneqiskit.readthedocs.io/\u003e`_ as\nwell as to the `PennyLane documentation \u003chttps://pennylane.readthedocs.io/\u003e`_ for further reference.\n\nContributing\n============\n\nWe welcome contributions - simply fork the repository of this plugin, and then make a\n`pull request \u003chttps://help.github.com/articles/about-pull-requests/\u003e`_ 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 \u003chttps://github.com/PennyLaneAI/pennylane-qiskit/graphs/contributors\u003e`_.\n\nIf you are doing research using PennyLane and PennyLane-Qiskit, please cite `our paper \u003chttps://arxiv.org/abs/1811.04968\u003e`_:\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áva, 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 \u003chttps://www.apache.org/licenses/LICENSE-2.0\u003e`_.\n\n.. license-end-inclusion-marker-do-not-remove\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPennyLaneAI%2Fpennylane-qiskit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPennyLaneAI%2Fpennylane-qiskit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPennyLaneAI%2Fpennylane-qiskit/lists"}