qutip


Namequtip JSON
Version 5.0.1 PyPI version JSON
download
home_pagehttps://qutip.org
SummaryQuTiP: The Quantum Toolbox in Python
upload_time2024-04-03 04:31:22
maintainerNone
docs_urlNone
authorAlexander Pitchford, Paul D. Nation, Robert J. Johansson, Chris Granade, Arne Grimsmo, Nathan Shammah, Shahnawaz Ahmed, Neill Lambert, Eric Giguere, Boxi Li, Jake Lishman, Simon Cross
requires_pythonNone
licenseBSD 3-Clause License
keywords quantum physics dynamics
VCS
bugtrack_url
requirements cython numpy scipy packaging
Travis-CI No Travis.
coveralls test coverage
            QuTiP: Quantum Toolbox in Python
================================

[A. Pitchford](https://github.com/ajgpitch),
[C. Granade](https://github.com/cgranade),
[A. Grimsmo](https://github.com/arnelg),
[N. Shammah](https://github.com/nathanshammah),
[S. Ahmed](https://github.com/quantshah),
[N. Lambert](https://github.com/nwlambert),
[E. Giguère](https://github.com/ericgig),
[B. Li](https://github.com/boxili),
[J. Lishman](https://github.com/jakelishman),
[S. Cross](https://github.com/hodgestar),
[A. Galicia](https://github.com/AGaliciaMartinez),
[P. D. Nation](https://github.com/nonhermitian),
and [J. R. Johansson](https://github.com/jrjohansson)

[![Build Status](https://github.com/qutip/qutip/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/qutip/qutip/actions/workflows/tests.yml)
[![Coverage Status](https://img.shields.io/coveralls/qutip/qutip.svg?logo=Coveralls)](https://coveralls.io/r/qutip/qutip)
[![Maintainability](https://api.codeclimate.com/v1/badges/df502674f1dfa1f1b67a/maintainability)](https://codeclimate.com/github/qutip/qutip/maintainability)
[![license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)
[![PyPi Downloads](https://img.shields.io/pypi/dm/qutip?label=downloads%20%7C%20pip&logo=PyPI)](https://pypi.org/project/qutip)
[![Conda-Forge Downloads](https://img.shields.io/conda/dn/conda-forge/qutip?label=downloads%20%7C%20conda&logo=Conda-Forge)](https://anaconda.org/conda-forge/qutip)

QuTiP is open-source software for simulating the dynamics of closed and open quantum systems.
It uses the excellent Numpy, Scipy, and Cython packages as numerical backends, and graphical output is provided by Matplotlib.
QuTiP aims to provide user-friendly and efficient numerical simulations of a wide variety of quantum mechanical problems, including those with Hamiltonians and/or collapse operators with arbitrary time-dependence, commonly found in a wide range of physics applications.
QuTiP is freely available for use and/or modification, and it can be used on all Unix-based platforms and on Windows.
Being free of any licensing fees, QuTiP is ideal for exploring quantum mechanics in research as well as in the classroom.

Support
-------

[![Unitary Fund](https://img.shields.io/badge/Supported%20By-UNITARY%20FUND-brightgreen.svg?style=flat)](https://unitary.fund)
[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)

We are proud to be affiliated with [Unitary Fund](https://unitary.fund) and [numFOCUS](https://numfocus.org).

We are grateful for [Nori's lab](https://dml.riken.jp/) at RIKEN and [Blais' lab](https://www.physique.usherbrooke.ca/blais/) at the Institut Quantique
for providing developer positions to work on QuTiP.

We also thank Google for supporting us by financing GSoC students to work on the QuTiP as well as [other supporting organizations](https://qutip.org/#supporting-organizations) that have been supporting QuTiP over the years.


Installation
------------

[![Pip Package](https://img.shields.io/pypi/v/qutip?logo=PyPI)](https://pypi.org/project/qutip)
[![Conda-Forge Package](https://img.shields.io/conda/vn/conda-forge/qutip?logo=Conda-Forge)](https://anaconda.org/conda-forge/qutip)

QuTiP is available on both `pip` and `conda` (the latter in the `conda-forge` channel).
You can install QuTiP from `pip` by doing

```bash
pip install qutip
```

to get the minimal installation.
You can instead use the target `qutip[full]` to install QuTiP with all its optional dependencies.
For more details, including instructions on how to build from source, see [the detailed installation guide in the documentation](https://qutip.org/docs/latest/installation.html).

All back releases are also available for download in the [releases section of this repository](https://github.com/qutip/qutip/releases), where you can also find per-version changelogs.
For the most complete set of release notes and changelogs for historic versions, see the [changelog](https://qutip.org/docs/latest/changelog.html) section in the documentation.


The pre-release of QuTiP 5.0 is available on PyPI and can be installed using pip:

```bash
pip install --pre qutip
```

This version breaks compatibility with QuTiP 4.7 in many small ways.
Please see the [changelog](https://github.com/qutip/qutip/blob/master/doc/changelog.rst) for a list of changes, new features and deprecations.
This version should be fully working. If you find any bugs, confusing documentation or missing features, please create a GitHub issue.


Documentation
-------------

[![Documentation Status - Latest](https://readthedocs.org/projects/qutip/badge/?version=latest)](https://qutip.readthedocs.io/en/latest/?badge=latest)

The documentation for the latest [stable release](https://qutip.readthedocs.io/en/latest/) and the [master](https://qutip.readthedocs.io/en/master/) branch is available for reading on Read The Docs.

The documentation for official releases, in HTML and PDF formats, can be found in the [documentation section of the QuTiP website](https://qutip.org/documentation.html).

The latest development documentation is available in this repository in the `doc` folder.

A [selection of demonstration notebooks is available](https://qutip.org/tutorials.html), which demonstrate some of the many features of QuTiP.
These are stored in the [qutip/qutip-tutorials repository](https://github.com/qutip/qutip-tutorials) here on GitHub.


Contribute
----------

You are most welcome to contribute to QuTiP development by forking this repository and sending pull requests, or filing bug reports at the [issues page](https://github.com/qutip/qutip/issues).
You can also help out with users' questions, or discuss proposed changes in the [QuTiP discussion group](https://groups.google.com/g/qutip).
All code contributions are acknowledged in the [contributors](https://qutip.org/docs/latest/contributors.html) section in the documentation.

For more information, including technical advice, please see the ["contributing to QuTiP development" section of the documentation](https://qutip.org/docs/latest/development/contributing.html).


Citing QuTiP
------------

If you use QuTiP in your research, please cite the original QuTiP papers that are available [here](https://dml.riken.jp/?s=QuTiP).

            

Raw data

            {
    "_id": null,
    "home_page": "https://qutip.org",
    "name": "qutip",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "quantum, physics, dynamics",
    "author": "Alexander Pitchford, Paul D. Nation, Robert J. Johansson, Chris Granade, Arne Grimsmo, Nathan Shammah, Shahnawaz Ahmed, Neill Lambert, Eric Giguere, Boxi Li, Jake Lishman, Simon Cross",
    "author_email": "qutip-admin@googlegroups.com",
    "download_url": "https://files.pythonhosted.org/packages/43/41/cae32aa94bfe0b22d2aec9392b2676210e5473ce097b10c689297b254a80/qutip-5.0.1.tar.gz",
    "platform": "Linux",
    "description": "QuTiP: Quantum Toolbox in Python\n================================\n\n[A. Pitchford](https://github.com/ajgpitch),\n[C. Granade](https://github.com/cgranade),\n[A. Grimsmo](https://github.com/arnelg),\n[N. Shammah](https://github.com/nathanshammah),\n[S. Ahmed](https://github.com/quantshah),\n[N. Lambert](https://github.com/nwlambert),\n[E. Gigu\u00e8re](https://github.com/ericgig),\n[B. Li](https://github.com/boxili),\n[J. Lishman](https://github.com/jakelishman),\n[S. Cross](https://github.com/hodgestar),\n[A. Galicia](https://github.com/AGaliciaMartinez),\n[P. D. Nation](https://github.com/nonhermitian),\nand [J. R. Johansson](https://github.com/jrjohansson)\n\n[![Build Status](https://github.com/qutip/qutip/actions/workflows/tests.yml/badge.svg?branch=master)](https://github.com/qutip/qutip/actions/workflows/tests.yml)\n[![Coverage Status](https://img.shields.io/coveralls/qutip/qutip.svg?logo=Coveralls)](https://coveralls.io/r/qutip/qutip)\n[![Maintainability](https://api.codeclimate.com/v1/badges/df502674f1dfa1f1b67a/maintainability)](https://codeclimate.com/github/qutip/qutip/maintainability)\n[![license](https://img.shields.io/badge/license-New%20BSD-blue.svg)](https://opensource.org/licenses/BSD-3-Clause)\n[![PyPi Downloads](https://img.shields.io/pypi/dm/qutip?label=downloads%20%7C%20pip&logo=PyPI)](https://pypi.org/project/qutip)\n[![Conda-Forge Downloads](https://img.shields.io/conda/dn/conda-forge/qutip?label=downloads%20%7C%20conda&logo=Conda-Forge)](https://anaconda.org/conda-forge/qutip)\n\nQuTiP is open-source software for simulating the dynamics of closed and open quantum systems.\nIt uses the excellent Numpy, Scipy, and Cython packages as numerical backends, and graphical output is provided by Matplotlib.\nQuTiP aims to provide user-friendly and efficient numerical simulations of a wide variety of quantum mechanical problems, including those with Hamiltonians and/or collapse operators with arbitrary time-dependence, commonly found in a wide range of physics applications.\nQuTiP is freely available for use and/or modification, and it can be used on all Unix-based platforms and on Windows.\nBeing free of any licensing fees, QuTiP is ideal for exploring quantum mechanics in research as well as in the classroom.\n\nSupport\n-------\n\n[![Unitary Fund](https://img.shields.io/badge/Supported%20By-UNITARY%20FUND-brightgreen.svg?style=flat)](https://unitary.fund)\n[![Powered by NumFOCUS](https://img.shields.io/badge/powered%20by-NumFOCUS-orange.svg?style=flat&colorA=E1523D&colorB=007D8A)](https://numfocus.org)\n\nWe are proud to be affiliated with [Unitary Fund](https://unitary.fund) and [numFOCUS](https://numfocus.org).\n\nWe are grateful for [Nori's lab](https://dml.riken.jp/) at RIKEN and [Blais' lab](https://www.physique.usherbrooke.ca/blais/) at the Institut Quantique\nfor providing developer positions to work on QuTiP.\n\nWe also thank Google for supporting us by financing GSoC students to work on the QuTiP as well as [other supporting organizations](https://qutip.org/#supporting-organizations) that have been supporting QuTiP over the years.\n\n\nInstallation\n------------\n\n[![Pip Package](https://img.shields.io/pypi/v/qutip?logo=PyPI)](https://pypi.org/project/qutip)\n[![Conda-Forge Package](https://img.shields.io/conda/vn/conda-forge/qutip?logo=Conda-Forge)](https://anaconda.org/conda-forge/qutip)\n\nQuTiP is available on both `pip` and `conda` (the latter in the `conda-forge` channel).\nYou can install QuTiP from `pip` by doing\n\n```bash\npip install qutip\n```\n\nto get the minimal installation.\nYou can instead use the target `qutip[full]` to install QuTiP with all its optional dependencies.\nFor more details, including instructions on how to build from source, see [the detailed installation guide in the documentation](https://qutip.org/docs/latest/installation.html).\n\nAll back releases are also available for download in the [releases section of this repository](https://github.com/qutip/qutip/releases), where you can also find per-version changelogs.\nFor the most complete set of release notes and changelogs for historic versions, see the [changelog](https://qutip.org/docs/latest/changelog.html) section in the documentation.\n\n\nThe pre-release of QuTiP 5.0 is available on PyPI and can be installed using pip:\n\n```bash\npip install --pre qutip\n```\n\nThis version breaks compatibility with QuTiP 4.7 in many small ways.\nPlease see the [changelog](https://github.com/qutip/qutip/blob/master/doc/changelog.rst) for a list of changes, new features and deprecations.\nThis version should be fully working. If you find any bugs, confusing documentation or missing features, please create a GitHub issue.\n\n\nDocumentation\n-------------\n\n[![Documentation Status - Latest](https://readthedocs.org/projects/qutip/badge/?version=latest)](https://qutip.readthedocs.io/en/latest/?badge=latest)\n\nThe documentation for the latest [stable release](https://qutip.readthedocs.io/en/latest/) and the [master](https://qutip.readthedocs.io/en/master/) branch is available for reading on Read The Docs.\n\nThe documentation for official releases, in HTML and PDF formats, can be found in the [documentation section of the QuTiP website](https://qutip.org/documentation.html).\n\nThe latest development documentation is available in this repository in the `doc` folder.\n\nA [selection of demonstration notebooks is available](https://qutip.org/tutorials.html), which demonstrate some of the many features of QuTiP.\nThese are stored in the [qutip/qutip-tutorials repository](https://github.com/qutip/qutip-tutorials) here on GitHub.\n\n\nContribute\n----------\n\nYou are most welcome to contribute to QuTiP development by forking this repository and sending pull requests, or filing bug reports at the [issues page](https://github.com/qutip/qutip/issues).\nYou can also help out with users' questions, or discuss proposed changes in the [QuTiP discussion group](https://groups.google.com/g/qutip).\nAll code contributions are acknowledged in the [contributors](https://qutip.org/docs/latest/contributors.html) section in the documentation.\n\nFor more information, including technical advice, please see the [\"contributing to QuTiP development\" section of the documentation](https://qutip.org/docs/latest/development/contributing.html).\n\n\nCiting QuTiP\n------------\n\nIf you use QuTiP in your research, please cite the original QuTiP papers that are available [here](https://dml.riken.jp/?s=QuTiP).\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "QuTiP: The Quantum Toolbox in Python",
    "version": "5.0.1",
    "project_urls": {
        "Bug Tracker": "https://github.com/qutip/qutip/issues",
        "Documentation": "https://qutip.org/docs/latest/",
        "Homepage": "https://qutip.org",
        "Source Code": "https://github.com/qutip/qutip"
    },
    "split_keywords": [
        "quantum",
        " physics",
        " dynamics"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f968940b1115a3c39bc53bd6956f9cc8856de3aa5fcd473f35723a93bbc2bed6",
                "md5": "fe7986f62d05ef907b0957e6c22fbb05",
                "sha256": "7de83a6d37466e161c45c7a1064a816b7362eacacd5971ed4bf090d6ebbc6fb7"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fe7986f62d05ef907b0957e6c22fbb05",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 10254803,
            "upload_time": "2024-04-03T04:30:47",
            "upload_time_iso_8601": "2024-04-03T04:30:47.195144Z",
            "url": "https://files.pythonhosted.org/packages/f9/68/940b1115a3c39bc53bd6956f9cc8856de3aa5fcd473f35723a93bbc2bed6/qutip-5.0.1-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cbb873ade5354319ffcc6e5d2b36968dbeb90b59068d402c4bb6384510d300c4",
                "md5": "564a4f9db921f68f7f9b999a32801902",
                "sha256": "0997cd275cf7c984b913ab41c2d1e3b1c9612dd67d03f9dd081e4c4ce1652134"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "564a4f9db921f68f7f9b999a32801902",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 27850173,
            "upload_time": "2024-04-03T04:30:50",
            "upload_time_iso_8601": "2024-04-03T04:30:50.574076Z",
            "url": "https://files.pythonhosted.org/packages/cb/b8/73ade5354319ffcc6e5d2b36968dbeb90b59068d402c4bb6384510d300c4/qutip-5.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3cbb0047bd82f7fdc85295b0161e97079478ea3e276a966481d207b7a631bd80",
                "md5": "849a5459543bc24cbc5ed276213b0b4c",
                "sha256": "2fc72241226e67753c34d27ee131cfa5f12b2ec95539d3ff4d4c92bb4b9d73db"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "849a5459543bc24cbc5ed276213b0b4c",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": null,
            "size": 9580357,
            "upload_time": "2024-04-03T04:30:53",
            "upload_time_iso_8601": "2024-04-03T04:30:53.727247Z",
            "url": "https://files.pythonhosted.org/packages/3c/bb/0047bd82f7fdc85295b0161e97079478ea3e276a966481d207b7a631bd80/qutip-5.0.1-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cab041fd7eb4e803fd6dcf1867a7134274add778f1df6e27730f50b14c9878d0",
                "md5": "35a5f2499ac742c1b76105011d0db62a",
                "sha256": "b0fe87fc33d2d0fc03dce2ef340f313c59965f573a714cc30104252300800efb"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "35a5f2499ac742c1b76105011d0db62a",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 10258060,
            "upload_time": "2024-04-03T04:30:55",
            "upload_time_iso_8601": "2024-04-03T04:30:55.987931Z",
            "url": "https://files.pythonhosted.org/packages/ca/b0/41fd7eb4e803fd6dcf1867a7134274add778f1df6e27730f50b14c9878d0/qutip-5.0.1-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e1605dbcd7d276159d5b6e68af5323b2a17c8ae33d5392d89b20b0afa720b565",
                "md5": "d82a50eddbdc243f75c0a8037c207bb6",
                "sha256": "5c87c9f55079cd524eb7c9e711e0947ee51ef19c12aa6e3480a08c1e8ff63d3e"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d82a50eddbdc243f75c0a8037c207bb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 29553273,
            "upload_time": "2024-04-03T04:30:59",
            "upload_time_iso_8601": "2024-04-03T04:30:59.062097Z",
            "url": "https://files.pythonhosted.org/packages/e1/60/5dbcd7d276159d5b6e68af5323b2a17c8ae33d5392d89b20b0afa720b565/qutip-5.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6260b742df0c5e3b9354d5d5b33bae633c02c60412fec674bcf88f6cbbfded10",
                "md5": "fc31328cede73d88eee3b2c5cd637fdb",
                "sha256": "325b86e10be5bcb6fc95c5b36bdaa4368326bb7a9424dcb052168a75e20d9bd5"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "fc31328cede73d88eee3b2c5cd637fdb",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": null,
            "size": 9585948,
            "upload_time": "2024-04-03T04:31:01",
            "upload_time_iso_8601": "2024-04-03T04:31:01.971418Z",
            "url": "https://files.pythonhosted.org/packages/62/60/b742df0c5e3b9354d5d5b33bae633c02c60412fec674bcf88f6cbbfded10/qutip-5.0.1-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b43140ac9d7a1e53a4f1f7e74d39dd24bc436694b7d0d643060506f978075487",
                "md5": "a7eb2a88c08cbe4e77685d567ad6861a",
                "sha256": "18a45741751e7fac4b34e4c6e99f6f3e29a306f9173b659cbacbc9575936aa16"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "a7eb2a88c08cbe4e77685d567ad6861a",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 10188509,
            "upload_time": "2024-04-03T04:31:04",
            "upload_time_iso_8601": "2024-04-03T04:31:04.913042Z",
            "url": "https://files.pythonhosted.org/packages/b4/31/40ac9d7a1e53a4f1f7e74d39dd24bc436694b7d0d643060506f978075487/qutip-5.0.1-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "608d1902179e8d28eb7fa54ca9c763a4373740e3259639c86ef2eddf23fbb33a",
                "md5": "169d5c7ef778f590580b2e0e7c12c5bc",
                "sha256": "f5bd8bf4a07480c06f38472869d9bd823bbf470df20d93b7bc57f7c15f0a239a"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "169d5c7ef778f590580b2e0e7c12c5bc",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 29177974,
            "upload_time": "2024-04-03T04:31:07",
            "upload_time_iso_8601": "2024-04-03T04:31:07.966377Z",
            "url": "https://files.pythonhosted.org/packages/60/8d/1902179e8d28eb7fa54ca9c763a4373740e3259639c86ef2eddf23fbb33a/qutip-5.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f50eb091b2b9c1fa5e8ded655619aafe2a5afa86279a5f333cf595ea60dcb1f6",
                "md5": "f5fa01140a0271f014c4478b84ab1c66",
                "sha256": "cf112ad072d97b2e58f99458bce624d0e265b89f289714c1d5ad6c76a68c3868"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f5fa01140a0271f014c4478b84ab1c66",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": null,
            "size": 9550936,
            "upload_time": "2024-04-03T04:31:11",
            "upload_time_iso_8601": "2024-04-03T04:31:11.345457Z",
            "url": "https://files.pythonhosted.org/packages/f5/0e/b091b2b9c1fa5e8ded655619aafe2a5afa86279a5f333cf595ea60dcb1f6/qutip-5.0.1-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "895d7298d9c1fb60009be4c01b266400cb5b348b6a41beeebfa61d9caa0e3dab",
                "md5": "d59dde443230153ff3a18d86dcd9f6de",
                "sha256": "61abae5a7432ad9e02f0a9e24f932124ca815f30cdf4d4b4e654027dc606cbb1"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d59dde443230153ff3a18d86dcd9f6de",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 10230741,
            "upload_time": "2024-04-03T04:31:14",
            "upload_time_iso_8601": "2024-04-03T04:31:14.286970Z",
            "url": "https://files.pythonhosted.org/packages/89/5d/7298d9c1fb60009be4c01b266400cb5b348b6a41beeebfa61d9caa0e3dab/qutip-5.0.1-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6ddb2a77ff5386b713a8a8efb28c3ab2191085e96515b59a0051b3d723b7bde9",
                "md5": "873fff1517ea3185c3c0b67dbe58649b",
                "sha256": "bd91fb64929b2b8adbc70655cdd3131a3cc80147c66fe292dd7931bf4ddf3e2e"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "873fff1517ea3185c3c0b67dbe58649b",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 27663589,
            "upload_time": "2024-04-03T04:31:16",
            "upload_time_iso_8601": "2024-04-03T04:31:16.768258Z",
            "url": "https://files.pythonhosted.org/packages/6d/db/2a77ff5386b713a8a8efb28c3ab2191085e96515b59a0051b3d723b7bde9/qutip-5.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "56c53696ba3d1c4f63bd041cd8436751f359055d609cd199341a62a9e0ef4aaf",
                "md5": "f9a1b49cf11433d1a0832f86c91c5bb5",
                "sha256": "ad2b81916e78321d7640a9b27f6d1deaa2f4015c9015ff96c12a2eaa9ac24693"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f9a1b49cf11433d1a0832f86c91c5bb5",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": null,
            "size": 9550350,
            "upload_time": "2024-04-03T04:31:19",
            "upload_time_iso_8601": "2024-04-03T04:31:19.934883Z",
            "url": "https://files.pythonhosted.org/packages/56/c5/3696ba3d1c4f63bd041cd8436751f359055d609cd199341a62a9e0ef4aaf/qutip-5.0.1-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4341cae32aa94bfe0b22d2aec9392b2676210e5473ce097b10c689297b254a80",
                "md5": "0291f7b3ddad2f9bd63e8d176c050e94",
                "sha256": "e3f2ce7d1eeb06abeebe2cec84e418c624fecd3c741b01d42523de774322efcd"
            },
            "downloads": -1,
            "filename": "qutip-5.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "0291f7b3ddad2f9bd63e8d176c050e94",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6356821,
            "upload_time": "2024-04-03T04:31:22",
            "upload_time_iso_8601": "2024-04-03T04:31:22.094885Z",
            "url": "https://files.pythonhosted.org/packages/43/41/cae32aa94bfe0b22d2aec9392b2676210e5473ce097b10c689297b254a80/qutip-5.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-03 04:31:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "qutip",
    "github_project": "qutip",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "requirements": [
        {
            "name": "cython",
            "specs": [
                [
                    ">=",
                    "0.29.20"
                ]
            ]
        },
        {
            "name": "numpy",
            "specs": [
                [
                    ">=",
                    "1.22"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    ">=",
                    "1.8"
                ]
            ]
        },
        {
            "name": "packaging",
            "specs": []
        }
    ],
    "lcname": "qutip"
}
        
Elapsed time: 0.23888s