qucircuit


Namequcircuit JSON
Version 2.2 PyPI version JSON
download
home_pagehttps://github.com/atulvarshneya/quantum-computing
SummaryQuantum computer programming with circuits paradigm
upload_time2024-02-12 05:22:27
maintainer
docs_urlNone
authorAtul Varshneya
requires_python>3.9
licenseGPL
keywords qsystems quantum computing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Qucircuit – A quantum computing circuits simulator
## Release 2.2

`$ pip install qucircuit`

Now full support for quantum noise simulation.  
Includes state-vector and density-matrix based simulator backends.  
'Getting started' tutorial Jupyter notebooks, and documentation resources - 
* [Getting started tutorial Jupyter notebook](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qckt/Getting-started-tutorial.ipynb)
* [Getting started with noise simulation tutorial Jupyter notebook](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qckt/Getting-started-tutorial-noise-sim.ipynb)
* [Example implementations of various quantum algorithms](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qckt)
* [Developer documentation](https://github.com/atulvarshneya/quantum-computing/blob/master/qucircuit/README.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/atulvarshneya/quantum-computing",
    "name": "qucircuit",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">3.9",
    "maintainer_email": "",
    "keywords": "qsystems quantum computing",
    "author": "Atul Varshneya",
    "author_email": "atul.varshneya@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/fe/29/ab0969b67d4da09333c6fb6daf5580c8540d3ea2af219717c00c51d1fd5b/qucircuit-2.2.tar.gz",
    "platform": null,
    "description": "# Qucircuit \u2013 A quantum computing circuits simulator\n## Release 2.2\n\n`$ pip install qucircuit`\n\nNow full support for quantum noise simulation.  \nIncludes state-vector and density-matrix based simulator backends.  \n'Getting started' tutorial Jupyter notebooks, and documentation resources - \n* [Getting started tutorial Jupyter notebook](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qckt/Getting-started-tutorial.ipynb)\n* [Getting started with noise simulation tutorial Jupyter notebook](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qckt/Getting-started-tutorial-noise-sim.ipynb)\n* [Example implementations of various quantum algorithms](https://github.com/atulvarshneya/quantum-computing/tree/master/examples/qckt)\n* [Developer documentation](https://github.com/atulvarshneya/quantum-computing/blob/master/qucircuit/README.md)\n",
    "bugtrack_url": null,
    "license": "GPL",
    "summary": "Quantum computer programming with circuits paradigm",
    "version": "2.2",
    "project_urls": {
        "Homepage": "https://github.com/atulvarshneya/quantum-computing"
    },
    "split_keywords": [
        "qsystems",
        "quantum",
        "computing"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eed2ffefe1403207043be0ad1cf8975f64bcdc32ac4b31efafd9a4ae8927b715",
                "md5": "22ea1718fc6954bbfc533dbb2d82b70a",
                "sha256": "65f15a81e635345dd04fd9c2033e816ab7f9d8319d8f5b73f0b488575bd7a85b"
            },
            "downloads": -1,
            "filename": "qucircuit-2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "22ea1718fc6954bbfc533dbb2d82b70a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.9",
            "size": 33623,
            "upload_time": "2024-02-12T05:22:23",
            "upload_time_iso_8601": "2024-02-12T05:22:23.043892Z",
            "url": "https://files.pythonhosted.org/packages/ee/d2/ffefe1403207043be0ad1cf8975f64bcdc32ac4b31efafd9a4ae8927b715/qucircuit-2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe29ab0969b67d4da09333c6fb6daf5580c8540d3ea2af219717c00c51d1fd5b",
                "md5": "bf494b61ab2496f6d60daca190bc0449",
                "sha256": "dfcb9e0005e87852d4ecee9354b5413e667ae381e95e615572101acccf63ee4e"
            },
            "downloads": -1,
            "filename": "qucircuit-2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "bf494b61ab2496f6d60daca190bc0449",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.9",
            "size": 40125,
            "upload_time": "2024-02-12T05:22:27",
            "upload_time_iso_8601": "2024-02-12T05:22:27.508203Z",
            "url": "https://files.pythonhosted.org/packages/fe/29/ab0969b67d4da09333c6fb6daf5580c8540d3ea2af219717c00c51d1fd5b/qucircuit-2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-12 05:22:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "atulvarshneya",
    "github_project": "quantum-computing",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "qucircuit"
}
        
Elapsed time: 0.18039s