quantuloop-quest


Namequantuloop-quest JSON
Version 0.2.2 PyPI version JSON
download
home_page
SummaryQuEST interface for the Ket Quantum Programming Language.
upload_time2023-05-17 16:51:34
maintainer
docs_urlNone
authorQuantuloop
requires_python>=3.7
licenseQuantuloop Quantum Simulator Suite EULA
keywords quantum computer quantum programming quantum simulator
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QuEST interface for the Ket Quantum Programming Language


This package provides the Quantuloop interface for QuEST, a open-source GPU accelerated quantum simulator, as a quantum execution target for the quantum programming language Ket. For more information on Ket, please visit <https://quantumket.org>.

Please note that the use of this simulator is exclusively for Quantuloop's customers and partners. To obtain your access token, please contact your institution or visit <https://quantuloop.com>.

## Compatibility

The following system requirements are necessary to run the Quantuloop QuEST simulator:

* CUDA 11.2 or newer with compatible NVIDIA driver
* NVIDIA GPU with CUDA architecture >= 3.5
* Linux X86_64 with glibc >= 2.17
  * Ubuntu 18.04 or newer.
  * Red Hat Enterprise Linux 7 or newer.
* Python 3.7 or newer
* Ket 0.5.x

## Usage

To use Quantuloop QuEST, import ``quantuloop_quest`` and set it as the quantum target execution:

```py
from ket import *
from quantuloop_quest
quantuloop_quest.set_simulator(
    token='YOUR,ACCESS.TOKEN',
)
```

---

By installing or using this package, you agree to the Quantuloop Quantum Simulator Suite EULA.

All rights reserved (C) 2023 Quantuloop

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "quantuloop-quest",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "quantum computer,quantum programming,quantum simulator",
    "author": "Quantuloop",
    "author_email": "",
    "download_url": "",
    "platform": "linux",
    "description": "# QuEST interface for the Ket Quantum Programming Language\n\n\nThis package provides the Quantuloop interface for QuEST, a open-source GPU accelerated quantum simulator, as a quantum execution target for the quantum programming language Ket. For more information on Ket, please visit <https://quantumket.org>.\n\nPlease note that the use of this simulator is exclusively for Quantuloop's customers and partners. To obtain your access token, please contact your institution or visit <https://quantuloop.com>.\n\n## Compatibility\n\nThe following system requirements are necessary to run the Quantuloop QuEST simulator:\n\n* CUDA 11.2 or newer with compatible NVIDIA driver\n* NVIDIA GPU with CUDA architecture >= 3.5\n* Linux X86_64 with glibc >= 2.17\n  * Ubuntu 18.04 or newer.\n  * Red Hat Enterprise Linux 7 or newer.\n* Python 3.7 or newer\n* Ket 0.5.x\n\n## Usage\n\nTo use Quantuloop QuEST, import ``quantuloop_quest`` and set it as the quantum target execution:\n\n```py\nfrom ket import *\nfrom quantuloop_quest\nquantuloop_quest.set_simulator(\n    token='YOUR,ACCESS.TOKEN',\n)\n```\n\n---\n\nBy installing or using this package, you agree to the Quantuloop Quantum Simulator Suite EULA.\n\nAll rights reserved (C) 2023 Quantuloop\n",
    "bugtrack_url": null,
    "license": "Quantuloop Quantum Simulator Suite EULA",
    "summary": "QuEST interface for the Ket Quantum Programming Language.",
    "version": "0.2.2",
    "project_urls": null,
    "split_keywords": [
        "quantum computer",
        "quantum programming",
        "quantum simulator"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e0c59272f1c5c32dc9878dcab1a00be2535fb9a9b8ccfa562a745c41b5831cde",
                "md5": "51f4d8576a1c6a3737819584c8c20bfd",
                "sha256": "89747bd75dec7962dc3859fdb5247f0d592b1974df5bc53fbc0c51583e3754b5"
            },
            "downloads": -1,
            "filename": "quantuloop_quest-0.2.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "51f4d8576a1c6a3737819584c8c20bfd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 2687382,
            "upload_time": "2023-05-17T16:51:34",
            "upload_time_iso_8601": "2023-05-17T16:51:34.388785Z",
            "url": "https://files.pythonhosted.org/packages/e0/c5/9272f1c5c32dc9878dcab1a00be2535fb9a9b8ccfa562a745c41b5831cde/quantuloop_quest-0.2.2-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-17 16:51:34",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "quantuloop-quest"
}
        
Elapsed time: 0.21462s