{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Natural Language :: English", "Operating System :: MacOS :: MacOS X", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Topic :: Scientific/Engineering :: Physics" ], "description": "PennyLane-Cirq Plugin\n######################\n\n.. image:: https://img.shields.io/github/workflow/status/PennyLaneAI/pennylane-cirq/Tests/master?logo=github&style=flat-square\n :alt: GitHub Workflow Status (branch)\n :target: https://github.com/PennyLaneAI/pennylane-cirq/actions?query=workflow%3ATests\n\n.. image:: https://img.shields.io/codecov/c/github/PennyLaneAI/pennylane-cirq/master.svg?logo=codecov&style=flat-square\n :alt: Codecov coverage\n :target: https://codecov.io/gh/PennyLaneAI/pennylane-cirq\n\n.. image:: https://img.shields.io/codefactor/grade/github/PennyLaneAI/pennylane-cirq/master?logo=codefactor&style=flat-square\n :alt: CodeFactor Grade\n :target: https://www.codefactor.io/repository/github/pennylaneai/pennylane-cirq\n\n.. image:: https://img.shields.io/readthedocs/pennylane-cirq.svg?logo=read-the-docs&style=flat-square\n :alt: Read the Docs\n :target: https://pennylane-cirq.readthedocs.io\n\n.. image:: https://img.shields.io/pypi/v/PennyLane-cirq.svg?style=flat-square\n :alt: PyPI\n :target: https://pypi.org/project/PennyLane-cirq\n\n.. image:: https://img.shields.io/pypi/pyversions/PennyLane-cirq.svg?style=flat-square\n :alt: PyPI - Python Version\n :target: https://pypi.org/project/PennyLane-cirq\n\n|\n\n.. header-start-inclusion-marker-do-not-remove\n\nThe PennyLane-Cirq plugin integrates the Cirq quantum computing framework with PennyLane's\nquantum machine learning capabilities.\n\n`PennyLane `__ is a cross-platform Python library for quantum machine\nlearning, automatic differentiation, and optimization of hybrid quantum-classical computations.\n\n`Cirq `__ is a software library for quantum computing.\n\n.. header-end-inclusion-marker-do-not-remove\n\nThe plugin documentation can be found here: ``__.\n\nFeatures\n========\n\n* Provides access to built-in Cirq backends including ``cirq.simulator`` and ``cirq.mixedsimulator``\n\n* Provides access to Pasqal's neutral-atom devices via ``cirq.pasqal``\n\n* Provides access to the simulators qsim and qsimh via the ``cirq.qsim`` and ``cirq.qsimh`` devices\n\n* Support for all PennyLane core functionality\n\n.. installation-start-inclusion-marker-do-not-remove\n\nInstallation\n============\n\nThis plugin requires Python version 3.7 or above, as well as PennyLane\nand Cirq. Installation of this plugin, as well as all dependencies, can be done using ``pip``:\n\n.. code-block:: bash\n\n $ pip install pennylane-cirq\n\nAlternatively, you can install PennyLane-Cirq from the `source code `__\nby navigating to the top directory and running:\n\n.. code-block:: bash\n\n $ python setup.py install\n\nDependencies\n~~~~~~~~~~~~\n\nPennyLane-Cirq requires the following libraries be installed:\n\n* `Python `__ >= 3.7\n\nas well as the following Python packages:\n\n* `PennyLane `__ >= 0.17\n* `Cirq `__ >= 0.10.0\n\nTo use the qsim and qsimh devices, the qsim-Cirq interface ``qsimcirq`` is required:\n\n* `qsimcirq `__\n\nIt can be installed using ``pip``:\n\n.. code-block:: bash\n\n $ pip install qsimcirq\n\nIf you currently do not have Python 3 installed, we recommend\n`Anaconda for Python 3 `__, a distributed version of Python packaged\nfor scientific computation.\n\n\nTests\n~~~~~\n\nTo test that the PennyLane-Cirq plugin is working correctly you can run\n\n.. code-block:: bash\n\n $ make test\n\nin the source folder.\n\nDocumentation\n~~~~~~~~~~~~~\n\nTo build the HTML documentation, go to the top-level directory and run:\n\n.. code-block:: bash\n\n $ make docs\n\n\nThe documentation can then be found in the ``doc/_build/html/`` directory.\n\n.. installation-end-inclusion-marker-do-not-remove\n\nContributing\n============\n\nWe welcome contributions - simply fork the repository of this plugin, and then make a\n`pull request `__ 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-Cirq is the work of `many contributors `__.\n\nIf you are doing research using PennyLane and PennyLane-Cirq, please cite `our paper `__:\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-cirq\n- **Issue Tracker:** https://github.com/PennyLaneAI/pennylane-cirq/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-Cirq plugin is **free** and **open source**, released under\nthe `Apache License, Version 2.0 `__.\n\n.. license-end-inclusion-marker-do-not-remove\n\n\n", "description_content_type": "text/x-rst", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://xanadu.ai", "keywords": "", "license": "Apache License 2.0", "maintainer": "Xanadu Inc.", "maintainer_email": "software@xanadu.ai", "name": "PennyLane-Cirq", "package_url": "https://pypi.org/project/PennyLane-Cirq/", "platform": null, "project_url": "https://pypi.org/project/PennyLane-Cirq/", "project_urls": { "Homepage": "http://xanadu.ai" }, "release_url": "https://pypi.org/project/PennyLane-Cirq/0.22.0/", "requires_dist": [ "pennylane (>=0.17)", "cirq-core (>=0.10)", "cirq-pasqal (>=0.10)" ], "requires_python": "", "summary": "PennyLane plugin for Cirq", "version": "0.22.0", "yanked": false, "yanked_reason": null }, "last_serial": 13178364, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "526fbe178a853f5e96c276bb6a03805e", "sha256": "14b6790fd9d4d056745ea1ca3282006bf0c5f63fe3d5757d94b62c3e1c2fd508" }, "downloads": -1, "filename": "PennyLane_Cirq-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "526fbe178a853f5e96c276bb6a03805e", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17483, "upload_time": "2019-10-28T17:18:29", "upload_time_iso_8601": "2019-10-28T17:18:29.036766Z", "url": "https://files.pythonhosted.org/packages/1e/dd/19260e552d24227b8f3e3cf4b8030b9ceb13b64b11664486c8b13f514e67/PennyLane_Cirq-0.1.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "b16b1753f7c96f458002bb931922a4b9", "sha256": "6827982c50c21ec45cf32e2ce4dbf6b63cec4c21d311f02e575c9a6761098f2d" }, "downloads": -1, "filename": "PennyLane-Cirq-0.1.0.tar.gz", "has_sig": false, "md5_digest": "b16b1753f7c96f458002bb931922a4b9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9567, "upload_time": "2019-10-28T17:18:31", "upload_time_iso_8601": "2019-10-28T17:18:31.461330Z", "url": "https://files.pythonhosted.org/packages/0a/b7/1e1bdced8af6a9edc5ee9a86533f667036a0d028ae2b71064fd19da9ab13/PennyLane-Cirq-0.1.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.11.0": [ { "comment_text": "", "digests": { "md5": "a896750840dda67b9bfdb67cbb373878", "sha256": "4f925e561b3de2ea1c5a52cccad884e667a1879adda70bf5f6b59f2f86b334b2" }, "downloads": -1, "filename": "PennyLane_Cirq-0.11.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a896750840dda67b9bfdb67cbb373878", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17637, "upload_time": "2020-08-19T00:54:15", "upload_time_iso_8601": "2020-08-19T00:54:15.830446Z", "url": "https://files.pythonhosted.org/packages/77/58/3dcbe5444681be23e1cf9670bcb09e671d4b588dab6397ff5b4db5d3e977/PennyLane_Cirq-0.11.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.12.0": [ { "comment_text": "", "digests": { "md5": "9940f1172df08d2c6e4211efbd1beec0", "sha256": "06558dfca56df6217fe9728ae8d3149187320a7939642934d9d8aff10a83a89d" }, "downloads": -1, "filename": "PennyLane_Cirq-0.12.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9940f1172df08d2c6e4211efbd1beec0", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 19044, "upload_time": "2020-10-13T16:31:59", "upload_time_iso_8601": "2020-10-13T16:31:59.483901Z", "url": "https://files.pythonhosted.org/packages/53/e8/fa6abd3fc67dd15c8d0726ff1b0a41215397fcaacf00955449d7996627e2/PennyLane_Cirq-0.12.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.12.1": [ { "comment_text": "", "digests": { "md5": "285d7448faafe5a8e241d9dc08ee7465", "sha256": "217e8b86f0bf9dc512746c046cd6c5308a23712bc3fa00fc615dcb33099a3a09" }, "downloads": -1, "filename": "PennyLane_Cirq-0.12.1-py3-none-any.whl", "has_sig": false, "md5_digest": "285d7448faafe5a8e241d9dc08ee7465", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21215, "upload_time": "2020-10-20T12:40:33", "upload_time_iso_8601": "2020-10-20T12:40:33.277739Z", "url": "https://files.pythonhosted.org/packages/58/1f/7a5c00b73f4dfb92f3d103ef098a0391a8d00bb819dc085508cf03ea0e40/PennyLane_Cirq-0.12.1-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "215ce6f5b1984176ee036b446cc9ad22", "sha256": "05130904f614c7328c569c30515b53f344023f5ea1b2c2d83cdcf66f38ef5e20" }, "downloads": -1, "filename": "PennyLane-Cirq-0.12.1.tar.gz", "has_sig": false, "md5_digest": "215ce6f5b1984176ee036b446cc9ad22", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 11403, "upload_time": "2020-10-20T12:40:35", "upload_time_iso_8601": "2020-10-20T12:40:35.698561Z", "url": "https://files.pythonhosted.org/packages/ef/d2/a662358577ce59eab6ee4b96f39a2af880f46cdbdcc81c67171463ccd9ec/PennyLane-Cirq-0.12.1.tar.gz", "yanked": false, "yanked_reason": null } ], "0.13.0": [ { "comment_text": "", "digests": { "md5": "53ee0526a018eb5246ee7e54cd86bd54", "sha256": "8ff384339c747d495aded809cb013dfea7d1af8d55bc3f18353fed06e6d2a68e" }, "downloads": -1, "filename": "PennyLane_Cirq-0.13.0-py3-none-any.whl", "has_sig": false, "md5_digest": "53ee0526a018eb5246ee7e54cd86bd54", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21431, "upload_time": "2020-11-27T18:30:30", "upload_time_iso_8601": "2020-11-27T18:30:30.047351Z", "url": "https://files.pythonhosted.org/packages/52/b6/759284fb646cc8fda85088618be41738a291bb15ebed0bf9991a6b8ebd05/PennyLane_Cirq-0.13.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.14.0": [ { "comment_text": "", "digests": { "md5": "609e011df390c6ee8fc56d7a0f118121", "sha256": "c4822838a7fec2f27b82f430d21cd39262ba1452a6979e8065d656569b777b86" }, "downloads": -1, "filename": "PennyLane_Cirq-0.14.0-py3-none-any.whl", "has_sig": false, "md5_digest": "609e011df390c6ee8fc56d7a0f118121", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21882, "upload_time": "2021-02-22T05:32:15", "upload_time_iso_8601": "2021-02-22T05:32:15.168614Z", "url": "https://files.pythonhosted.org/packages/68/79/ee6e5e674737ba1a07b77747c30e3d064bc0f7d9c82faaab29342f55a354/PennyLane_Cirq-0.14.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.15.0": [ { "comment_text": "", "digests": { "md5": "c2014f7976ac0c8ae6e5fb346bfdc65f", "sha256": "f9697245628fc0dce8a821f09f8b5c14bdb1be4abaeef3f66590bf9762bdab16" }, "downloads": -1, "filename": "PennyLane_Cirq-0.15.0-py3-none-any.whl", "has_sig": false, "md5_digest": "c2014f7976ac0c8ae6e5fb346bfdc65f", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21552, "upload_time": "2021-04-20T08:48:07", "upload_time_iso_8601": "2021-04-20T08:48:07.780714Z", "url": "https://files.pythonhosted.org/packages/fd/ac/1eaf7eee93e1832a96a77ff91a6101bf526da9c4c32cf65c307864982fef/PennyLane_Cirq-0.15.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.16.0": [ { "comment_text": "", "digests": { "md5": "517b879a889c2d327d131a8c58f1f899", "sha256": "cbb7d8f644d7a6f34aa148d31f821ded1fdecfb3f05e5a98b11ac35443a97fe9" }, "downloads": -1, "filename": "PennyLane_Cirq-0.16.0-py3-none-any.whl", "has_sig": false, "md5_digest": "517b879a889c2d327d131a8c58f1f899", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21883, "upload_time": "2021-06-22T03:38:00", "upload_time_iso_8601": "2021-06-22T03:38:00.609931Z", "url": "https://files.pythonhosted.org/packages/53/bd/cc8a64a2652558db7d8731f41e916f6b10d442917d5652b2af56bc848656/PennyLane_Cirq-0.16.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.17.0": [ { "comment_text": "", "digests": { "md5": "6282d3e4cfd2623dae68cf36e7fe5333", "sha256": "f5081521961b912e4353661f4b9d1feb4c53891de418b211d93d8983398451ad" }, "downloads": -1, "filename": "PennyLane_Cirq-0.17.0-py3-none-any.whl", "has_sig": false, "md5_digest": "6282d3e4cfd2623dae68cf36e7fe5333", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21938, "upload_time": "2021-08-17T02:47:25", "upload_time_iso_8601": "2021-08-17T02:47:25.238564Z", "url": "https://files.pythonhosted.org/packages/7a/ec/cf825ad6c79f3c1844f3a8996a1cc235044f931c590dcd9c7ea537700b3c/PennyLane_Cirq-0.17.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.17.1": [ { "comment_text": "", "digests": { "md5": "74ed6b2027fd696e0df42ee5b8e98077", "sha256": "8fe649111eb2462adee0d53c95cb8bd22d53f1424529dcf55f7adf943859cd60" }, "downloads": -1, "filename": "PennyLane_Cirq-0.17.1-py3-none-any.whl", "has_sig": false, "md5_digest": "74ed6b2027fd696e0df42ee5b8e98077", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 21885, "upload_time": "2021-08-19T20:55:32", "upload_time_iso_8601": "2021-08-19T20:55:32.385863Z", "url": "https://files.pythonhosted.org/packages/d3/0d/8db062c8c2ab0528bb56d3c3d92595f1599ff4de246d6448f5670047f875/PennyLane_Cirq-0.17.1-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.19.0": [ { "comment_text": "", "digests": { "md5": "0eb4c27c5dd72f3ae4a2e10c1b5d5c2b", "sha256": "8a4cc19a3e4c6469c084cfaf409bc99e9934f3e86b8c342a83256230163e3477" }, "downloads": -1, "filename": "PennyLane_Cirq-0.19.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0eb4c27c5dd72f3ae4a2e10c1b5d5c2b", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22521, "upload_time": "2021-11-09T05:37:00", "upload_time_iso_8601": "2021-11-09T05:37:00.060569Z", "url": "https://files.pythonhosted.org/packages/28/42/06665628da308eaf893a5ca59d7bdb49d4c7e868d70aa71ec23aa70dfd21/PennyLane_Cirq-0.19.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "586e11b52482a4c44014813f7a8d32b3", "sha256": "b493c3746967e9b5e1210c5340315cf3bf1876dc99437b6cf31f55a47d514a02" }, "downloads": -1, "filename": "PennyLane_Cirq-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "586e11b52482a4c44014813f7a8d32b3", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 17819, "upload_time": "2019-11-19T23:25:27", "upload_time_iso_8601": "2019-11-19T23:25:27.938077Z", "url": "https://files.pythonhosted.org/packages/d8/7b/3c8a35473ec1fbdeb942f0fb1d5d808e1abc9feca0c67c7a3c9a37d07154/PennyLane_Cirq-0.2.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "38a9986fc68a55f3d6c0ee0fdc1ac775", "sha256": "b01dab427e68626dce29416e520113a21cff9f7c2c00393511f2e9655643348b" }, "downloads": -1, "filename": "PennyLane-Cirq-0.2.0.tar.gz", "has_sig": false, "md5_digest": "38a9986fc68a55f3d6c0ee0fdc1ac775", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9888, "upload_time": "2019-11-19T23:25:29", "upload_time_iso_8601": "2019-11-19T23:25:29.255936Z", "url": "https://files.pythonhosted.org/packages/4b/39/a0af1483e5c76ce43457446aaea7845b98786fb600eb293bfeedc34499b6/PennyLane-Cirq-0.2.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.22.0": [ { "comment_text": "", "digests": { "md5": "a8f464cbb8f6474f198bd585044ebcdf", "sha256": "07a6036fb2e1d30cdc6b5dfbd5d22f0d56005f39ff355f74f4fe3f3b79eff393" }, "downloads": -1, "filename": "PennyLane_Cirq-0.22.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a8f464cbb8f6474f198bd585044ebcdf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22510, "upload_time": "2022-03-15T06:24:18", "upload_time_iso_8601": "2022-03-15T06:24:18.459044Z", "url": "https://files.pythonhosted.org/packages/47/c8/e490503b7ae221c8244c4300c05ccb0648197a0f12efdc2f11842c87044e/PennyLane_Cirq-0.22.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "0.8.0": [ { "comment_text": "", "digests": { "md5": "0ae37c15ea28cc5ff29a1d822764954a", "sha256": "8c9b2c8251b720a069bfb25636a37f8e73c0750ea8159bebfd5f7b2351aa72a2" }, "downloads": -1, "filename": "PennyLane_Cirq-0.8.0-py3-none-any.whl", "has_sig": false, "md5_digest": "0ae37c15ea28cc5ff29a1d822764954a", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16415, "upload_time": "2020-02-04T21:11:13", "upload_time_iso_8601": "2020-02-04T21:11:13.406776Z", "url": "https://files.pythonhosted.org/packages/02/ed/117b62c7c14a4fc76db244214648c85501d5f29a7e4946953de28a65eaa5/PennyLane_Cirq-0.8.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "9686e7acf682b38ebefc88f40d3dd1ee", "sha256": "526b336081177854ad55503ba3d2e799f1e50e9be2686bba3a7e6d7752660b0f" }, "downloads": -1, "filename": "PennyLane-Cirq-0.8.0.tar.gz", "has_sig": false, "md5_digest": "9686e7acf682b38ebefc88f40d3dd1ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8749, "upload_time": "2020-02-04T21:11:15", "upload_time_iso_8601": "2020-02-04T21:11:15.043389Z", "url": "https://files.pythonhosted.org/packages/f8/17/f774ea27741198e649cee6e4b03c6bd3817f3767f2b8d1149b39449c2a51/PennyLane-Cirq-0.8.0.tar.gz", "yanked": false, "yanked_reason": null } ], "0.9.0": [ { "comment_text": "", "digests": { "md5": "26388d069a75a9a2c6aa69a9a9082075", "sha256": "fb12e851cb33a26f1f3ff7adf8499f5e3e6e3d9a4b8df1fd5d47f63ecb8be4ab" }, "downloads": -1, "filename": "PennyLane_Cirq-0.9.0-py3-none-any.whl", "has_sig": false, "md5_digest": "26388d069a75a9a2c6aa69a9a9082075", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 16888, "upload_time": "2020-05-15T19:20:33", "upload_time_iso_8601": "2020-05-15T19:20:33.468488Z", "url": "https://files.pythonhosted.org/packages/6d/b9/f5d949b6aefd7840fcdded6b3d476dfe911c9efad8436f67e569b697a6e2/PennyLane_Cirq-0.9.0-py3-none-any.whl", "yanked": false, "yanked_reason": null }, { "comment_text": "", "digests": { "md5": "99a2cbb3fb5a83b8a862bfebc598cc82", "sha256": "2253a59d8afa70a05c0dc3653aab232807bfe22162cc5785674f796bfeb80311" }, "downloads": -1, "filename": "PennyLane-Cirq-0.9.0.tar.gz", "has_sig": false, "md5_digest": "99a2cbb3fb5a83b8a862bfebc598cc82", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 9456, "upload_time": "2020-05-15T19:20:34", "upload_time_iso_8601": "2020-05-15T19:20:34.741125Z", "url": "https://files.pythonhosted.org/packages/3f/51/00689282cedd00afad8535f128c528f01a900ac9423982dcc7f399689cde/PennyLane-Cirq-0.9.0.tar.gz", "yanked": false, "yanked_reason": null } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a8f464cbb8f6474f198bd585044ebcdf", "sha256": "07a6036fb2e1d30cdc6b5dfbd5d22f0d56005f39ff355f74f4fe3f3b79eff393" }, "downloads": -1, "filename": "PennyLane_Cirq-0.22.0-py3-none-any.whl", "has_sig": false, "md5_digest": "a8f464cbb8f6474f198bd585044ebcdf", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 22510, "upload_time": "2022-03-15T06:24:18", "upload_time_iso_8601": "2022-03-15T06:24:18.459044Z", "url": "https://files.pythonhosted.org/packages/47/c8/e490503b7ae221c8244c4300c05ccb0648197a0f12efdc2f11842c87044e/PennyLane_Cirq-0.22.0-py3-none-any.whl", "yanked": false, "yanked_reason": null } ], "vulnerabilities": [] }