quri-vm


Namequri-vm JSON
Version 0.1.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-28 09:17:04
maintainerNone
docs_urlNone
authorQunaSys
requires_python<4,>=3.10
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # QURI VM

QURI VM is an open source library for resource estimation and execution of FTQC algorithms.

QURI VM aims to facilitate research into FTQC algorithms by separating and abstracting the user code describing the FTQC algorithms from the backends. Users can easily switch backends to perform resource estimation for different architectures and devices, and even run on simulators, using the same code.

## Installation

QURI VM requires Python 3.10 or later.

Use `pip` to install QURI VM.

```shell
pip install quri-vm
```

## Documentation

Documentation to QURI VM is available at [QURI SDK documentation site](https://quri-sdk.qunasys.com).

## Release notes

See [Release page](https://github.com/QunaSys/quri-vm/releases) on GitHub.

## Authors

QURI VM developed and maintained by [QunaSys Inc.](https://qunasys.com/en/). All contributors can be viewed on [GitHub](https://github.com/QunaSys/quri-vm/graphs/contributors).

## License

QURI VM is licensed under [MIT License](https://github.com/QunaSys/quri-vm/blob/main/LICENSE).


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "quri-vm",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4,>=3.10",
    "maintainer_email": null,
    "keywords": null,
    "author": "QunaSys",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/b7/9e/fdaefbe19d7e6c8bb0bad7cc7ca5513240978dc49839e7fb929bd94c8f60/quri_vm-0.1.0.tar.gz",
    "platform": null,
    "description": "# QURI VM\n\nQURI VM is an open source library for resource estimation and execution of FTQC algorithms.\n\nQURI VM aims to facilitate research into FTQC algorithms by separating and abstracting the user code describing the FTQC algorithms from the backends. Users can easily switch backends to perform resource estimation for different architectures and devices, and even run on simulators, using the same code.\n\n## Installation\n\nQURI VM requires Python 3.10 or later.\n\nUse `pip` to install QURI VM.\n\n```shell\npip install quri-vm\n```\n\n## Documentation\n\nDocumentation to QURI VM is available at [QURI SDK documentation site](https://quri-sdk.qunasys.com).\n\n## Release notes\n\nSee [Release page](https://github.com/QunaSys/quri-vm/releases) on GitHub.\n\n## Authors\n\nQURI VM developed and maintained by [QunaSys Inc.](https://qunasys.com/en/). All contributors can be viewed on [GitHub](https://github.com/QunaSys/quri-vm/graphs/contributors).\n\n## License\n\nQURI VM is licensed under [MIT License](https://github.com/QunaSys/quri-vm/blob/main/LICENSE).\n\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.1.0",
    "project_urls": null,
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6bd164e0a9d5bb6a84820c4cf3201727248af221959db4788b794edc38f0ffb4",
                "md5": "79266d07633cde9f5e5cde5530db6d4b",
                "sha256": "16e26033c3a40278ca4e511acff2980c81f0a45843c6219cd2462efc1f6192d1"
            },
            "downloads": -1,
            "filename": "quri_vm-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "79266d07633cde9f5e5cde5530db6d4b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4,>=3.10",
            "size": 6650,
            "upload_time": "2024-10-28T09:17:03",
            "upload_time_iso_8601": "2024-10-28T09:17:03.098880Z",
            "url": "https://files.pythonhosted.org/packages/6b/d1/64e0a9d5bb6a84820c4cf3201727248af221959db4788b794edc38f0ffb4/quri_vm-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b79efdaefbe19d7e6c8bb0bad7cc7ca5513240978dc49839e7fb929bd94c8f60",
                "md5": "31c17a96802fe352926e833794ccb356",
                "sha256": "aca7432b78a79ea6a53ae79ae7be5a975cdc2686f1fb2ab8c62a3cb4256c10b4"
            },
            "downloads": -1,
            "filename": "quri_vm-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "31c17a96802fe352926e833794ccb356",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4,>=3.10",
            "size": 4265,
            "upload_time": "2024-10-28T09:17:04",
            "upload_time_iso_8601": "2024-10-28T09:17:04.194385Z",
            "url": "https://files.pythonhosted.org/packages/b7/9e/fdaefbe19d7e6c8bb0bad7cc7ca5513240978dc49839e7fb929bd94c8f60/quri_vm-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-28 09:17:04",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "quri-vm"
}
        
Elapsed time: 0.53276s