icquantum


Nameicquantum JSON
Version 0.0.4 PyPI version JSON
download
home_pageNone
SummarySupport tooling for Quantum Computing simulations.
upload_time2024-09-27 14:38:28
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseNone
keywords quantum computing workflow hpc
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # icquantum

This project has tools for building and running Quantum Circuit simulations. It is used in some ICHEC projects and [demos](https://git.ichec.ie/performance/recipes/quantum).

## Installing ##

The package is available on PyPI, you can install it with:

``` shell
pip install icquantum
```

## Features ##

### Benchmarking ###

You can run a named quantum circuit from a benchmark as follows:

``` shell
icquantum benchmark --circuit sample
```

At the moment the library has a single built-in circuit `sample` and the [MQT Bench](https://github.com/cda-tum/mqt-bench) benchmark. Circuits for the later are namespaced with `mqtbench:`, so you can launch one with:

``` shell
icquantum benchmark --circuit mqtbench:dj
```

for example. The are many other command line arguments allowing control over number of circuits and iterations run and Qiskit runtime settings. They can be seen with:

``` shell
icquantum benchmark --help
```

## License ##

This software is Copyright ICHEC 2024 and can be re-used under the terms of the GPL v3+. See the included `LICENSE` file for details.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "icquantum",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "Quantum Computing, Workflow, HPC",
    "author": null,
    "author_email": "\"Ben Collingwood, Irish Centre for High End Computing\" <benjamin.collingwood@ichec.ie>",
    "download_url": "https://files.pythonhosted.org/packages/7b/d3/854badd606314481fcdf9fc2264d354a6f09ae0afb4c388d1037983a966a/icquantum-0.0.4.tar.gz",
    "platform": null,
    "description": "# icquantum\n\nThis project has tools for building and running Quantum Circuit simulations. It is used in some ICHEC projects and [demos](https://git.ichec.ie/performance/recipes/quantum).\n\n## Installing ##\n\nThe package is available on PyPI, you can install it with:\n\n``` shell\npip install icquantum\n```\n\n## Features ##\n\n### Benchmarking ###\n\nYou can run a named quantum circuit from a benchmark as follows:\n\n``` shell\nicquantum benchmark --circuit sample\n```\n\nAt the moment the library has a single built-in circuit `sample` and the [MQT Bench](https://github.com/cda-tum/mqt-bench) benchmark. Circuits for the later are namespaced with `mqtbench:`, so you can launch one with:\n\n``` shell\nicquantum benchmark --circuit mqtbench:dj\n```\n\nfor example. The are many other command line arguments allowing control over number of circuits and iterations run and Qiskit runtime settings. They can be seen with:\n\n``` shell\nicquantum benchmark --help\n```\n\n## License ##\n\nThis software is Copyright ICHEC 2024 and can be re-used under the terms of the GPL v3+. See the included `LICENSE` file for details.\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Support tooling for Quantum Computing simulations.",
    "version": "0.0.4",
    "project_urls": {
        "Homepage": "https://git.ichec.ie/performance/toolshed/icquantum",
        "Repository": "https://git.ichec.ie/performance/toolshed/icquantum"
    },
    "split_keywords": [
        "quantum computing",
        " workflow",
        " hpc"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d1c1257584bef47fa9a9f02ac666f648c4b4b66001f614ef15d95e80332eb5dd",
                "md5": "914b469427c6ae88fd8ca888ca329395",
                "sha256": "99794eeb02cf5ab29bae4ae629f76fe4dd644a19ac5aa80be0e26e034aedea40"
            },
            "downloads": -1,
            "filename": "icquantum-0.0.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "914b469427c6ae88fd8ca888ca329395",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 20373,
            "upload_time": "2024-09-27T14:38:26",
            "upload_time_iso_8601": "2024-09-27T14:38:26.959290Z",
            "url": "https://files.pythonhosted.org/packages/d1/c1/257584bef47fa9a9f02ac666f648c4b4b66001f614ef15d95e80332eb5dd/icquantum-0.0.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7bd3854badd606314481fcdf9fc2264d354a6f09ae0afb4c388d1037983a966a",
                "md5": "bbc0b292db6911b62638db5803abff5e",
                "sha256": "492deff35cd600c6aeb23db1010ea66b8117a2ea7ad3a3b3cfb4b7485281f612"
            },
            "downloads": -1,
            "filename": "icquantum-0.0.4.tar.gz",
            "has_sig": false,
            "md5_digest": "bbc0b292db6911b62638db5803abff5e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 20300,
            "upload_time": "2024-09-27T14:38:28",
            "upload_time_iso_8601": "2024-09-27T14:38:28.137340Z",
            "url": "https://files.pythonhosted.org/packages/7b/d3/854badd606314481fcdf9fc2264d354a6f09ae0afb4c388d1037983a966a/icquantum-0.0.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-27 14:38:28",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "icquantum"
}
        
Elapsed time: 0.46935s