{ "info": { "author": "Adam Kelly", "author_email": "adamkelly2201@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Science/Research", "License :: OSI Approved :: Apache Software License", "Operating System :: MacOS", "Operating System :: Microsoft :: Windows", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Scientific/Engineering" ], "description": "\n# Qiskit QCGPU Provider\n\nThis module contains [Qiskit](https://www.qiskit.org/) \nsimulators using the OpenCL based [QCGPU](https://qcgpu.github.io) library.\n\nThis provider adds two quantum circuit simulators, which are:\n\n* Statevector simulator - returns the statevector of a quantum circuit applied to the |0> state\n* Qasm simulator - simulates a qasm quantum circuit that has been compiled to run on the simulator.\n\nThese simulation backends take advantage of the GPU or other OpenCL devices.\n\n## Installation\n\nFirst of all, you will have to have some OpenCL installation installed already.\n\nYou can install this module from PyPI using pip:\n\n```bash\n$ pip install qiskit-qcgpu-provider\n```\n\n\n## Usage\n\nThe usage of this backend with Qiskit is shown in the [usage example](https://github.com/Qiskit/qiskit-qcgpu-provider/tree/master/examples)\n\nFor more information on Qiskit and quantum simulations, look at the Qiskit tutorials and the [Qiskit instructions page](https://github.com/Qiskit/qiskit-terra)\n\n## Benchmarking\n\nTo benchmark this simulator against the `BasicAer` `qasm_simulator`,\nyou can run\n\n```bash\n$ python3 benchmark.py --samples 15 --qubits 5 --single True\n```\n\n## License\n\nThis project uses the [Apache License Version 2.0 software license.](https://www.apache.org/licenses/LICENSE-2.0)\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://qcgpu.github.io", "keywords": "", "license": "Apache 2.0", "maintainer": "", "maintainer_email": "", "name": "qiskit-qcgpu-provider", "package_url": "https://pypi.org/project/qiskit-qcgpu-provider/", "platform": "", "project_url": "https://pypi.org/project/qiskit-qcgpu-provider/", "project_urls": { "Homepage": "https://qcgpu.github.io" }, "release_url": "https://pypi.org/project/qiskit-qcgpu-provider/0.2.0/", "requires_dist": [ "qiskit (>=0.7)", "qcgpu (>=0.1.0)" ], "requires_python": ">=3.5", "summary": "An OpenCL based quantum computer simulator", "version": "0.2.0" }, "last_serial": 4632203, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "58f85ecc13c9c50216572cfbd09e7af4", "sha256": "9385645e6e286cac74d59a662bd85595f727a28143369ce2aec675aa2f1c7e68" }, "downloads": -1, "filename": "qiskit_qcgpu_provider-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "58f85ecc13c9c50216572cfbd09e7af4", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 14269, "upload_time": "2018-11-19T17:43:21", "url": "https://files.pythonhosted.org/packages/ef/9d/521dc9f4e1b5de9faff72afe094262d7074cd29c2aa48c0c89bfb1f98420/qiskit_qcgpu_provider-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0980b8a3fa9f5c078720a14881969c14", "sha256": "ec7835589ec89b89f4ab58d8573e5dab0271ab7a24abe0254ab3cbc2a6df90e2" }, "downloads": -1, "filename": "qiskit-qcgpu-provider-0.0.1.tar.gz", "has_sig": false, "md5_digest": "0980b8a3fa9f5c078720a14881969c14", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 7683, "upload_time": "2018-11-19T17:43:24", "url": "https://files.pythonhosted.org/packages/eb/9a/11add77357d29b36c67dd21d45927d312540d53bc9f9c9479cb9f2bfe9a1/qiskit-qcgpu-provider-0.0.1.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "9e784d7376b9cc260d32a60533ceda2c", "sha256": "0662dbdff09fd1008a3efea7ecb237c20e1d303f62f21e56adbf53469ee3cc29" }, "downloads": -1, "filename": "qiskit_qcgpu_provider-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9e784d7376b9cc260d32a60533ceda2c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 19527, "upload_time": "2018-12-24T21:37:29", "url": "https://files.pythonhosted.org/packages/22/5c/a34c53db2766eb4d39267a6ae1f0000e476f103f032fe09b9abdde4f9a9a/qiskit_qcgpu_provider-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "962f5d86d2fe094576956cf78c566d13", "sha256": "61367574119561ab808021f88f9ca74aab3a8f969bedb0d85e68e0ee762b707e" }, "downloads": -1, "filename": "qiskit-qcgpu-provider-0.2.0.tar.gz", "has_sig": false, "md5_digest": "962f5d86d2fe094576956cf78c566d13", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 11469, "upload_time": "2018-12-24T21:37:31", "url": "https://files.pythonhosted.org/packages/10/aa/528bbc5295302cf92fabfb618a3d2ca2fd240937cb6f85f6a3099e652a86/qiskit-qcgpu-provider-0.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e784d7376b9cc260d32a60533ceda2c", "sha256": "0662dbdff09fd1008a3efea7ecb237c20e1d303f62f21e56adbf53469ee3cc29" }, "downloads": -1, "filename": "qiskit_qcgpu_provider-0.2.0-py3-none-any.whl", "has_sig": false, "md5_digest": "9e784d7376b9cc260d32a60533ceda2c", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.5", "size": 19527, "upload_time": "2018-12-24T21:37:29", "url": "https://files.pythonhosted.org/packages/22/5c/a34c53db2766eb4d39267a6ae1f0000e476f103f032fe09b9abdde4f9a9a/qiskit_qcgpu_provider-0.2.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "962f5d86d2fe094576956cf78c566d13", "sha256": "61367574119561ab808021f88f9ca74aab3a8f969bedb0d85e68e0ee762b707e" }, "downloads": -1, "filename": "qiskit-qcgpu-provider-0.2.0.tar.gz", "has_sig": false, "md5_digest": "962f5d86d2fe094576956cf78c566d13", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 11469, "upload_time": "2018-12-24T21:37:31", "url": "https://files.pythonhosted.org/packages/10/aa/528bbc5295302cf92fabfb618a3d2ca2fd240937cb6f85f6a3099e652a86/qiskit-qcgpu-provider-0.2.0.tar.gz" } ] }