physics-tenpy


Namephysics-tenpy JSON
Version 1.0.2 PyPI version JSON
download
home_pageNone
SummarySimulation of quantum many-body systems with tensor networks in Python
upload_time2024-06-06 16:30:38
maintainerNone
docs_urlNone
authorTeNPy Developer Team
requires_python>=3.8
licenseGPLv3
keywords tensor networks matrix product states
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            TeNPy: Tensor Network Python
----------------------------

.. image:: https://img.shields.io/github/last-commit/tenpy/tenpy
    :alt: GitHub last commit
    :target: https://github.com/tenpy/tenpy
.. image:: https://readthedocs.org/projects/tenpy/badge/?version=latest
    :alt: Documentation
    :target: https://tenpy.readthedocs.io/en/latest/
.. image:: https://github.com/tenpy/tenpy/workflows/pytest/badge.svg
    :alt: Build
    :target: https://github.com/tenpy/tenpy/actions/
.. image:: https://img.shields.io/github/issues/tenpy/tenpy
    :alt: GitHub issues
    :target: https://github.com/tenpy/tenpy/issues
.. image:: https://img.shields.io/conda/vn/conda-forge/physics-tenpy?color=blue
    :alt: conda
    :target: https://anaconda.org/conda-forge/physics-tenpy
.. image:: https://img.shields.io/pypi/v/physics-tenpy?color=blue
    :alt: PyPi
    :target: https://pypi.org/project/physics-tenpy/
.. image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/Jakob-Unfried/9e2e197d6a2e6e2c9440b2c0eda04d5c/raw/tenpy_coverage_badge.json
    :alt: Code Coverage
    :target: https://github.com/tenpy/tenpy/actions/workflows/code-coverage.yml


TeNPy (short for 'Tensor Network Python') is a Python library for the simulation of strongly correlated quantum systems with tensor networks.

The philosophy of this library is to get a new balance of a good readability and usability for new-comers, and at the same time powerful algorithms and fast development of new algorithms for experts.
For good readability, we include an extensive documentation next to the code, both in Python doc strings and separately as "user guides", as well as simple example codes and even toy codes, which just demonstrate various algorithms (like TEBD and DMRG) in ~100 lines per file.

How do I get set up?
--------------------
If you have the `conda` package manager, you can install the latest released version of TeNPy with::

    conda install --channel=conda-forge physics-tenpy

Further details and alternative methods can be found the file `doc/INSTALL.rst <https://tenpy.readthedocs.io/en/latest/INSTALL.html>`_.
The latest version of the source code can be obtained from https://github.com/tenpy/tenpy.

How to read the documentation
-----------------------------
The **documentation is available online** at https://tenpy.readthedocs.io/.
The documentation is roughly split in two parts: on one hand the full "reference" containing the documentation of all functions,
classes, methods, etc., and on the other hand the "user guide" containing some `introductions <https://tenpy.readthedocs.io/en/latest/introductions.html>`_ with additional explanations and `examples <https://tenpy.readthedocs.io/en/latest/examples.html>`_.

The documentation is based on Python's docstrings, and some additional ``*.rst`` files located in the folder `doc/` of the repository.
All documentation is formatted as `reStructuredText <http://www.sphinx-doc.org/en/stable/rest.html>`_,
which means it is quite readable in the source plain text, but can also be converted to other formats.
If you like it simple, you can just use interactive python `help()`, Python IDEs of your choice or jupyter notebooks, or just read the source.
Moreover, the documentation gets converted into HTML using `Sphinx <http://www.sphinx-doc.org>`_, and is made available online at https://tenpy.readthedocs.io/.
The big advantages of the (online) HTML documentation are a lot of cross-links between different functions, and even a search function.
If you prefer yet another format, you can try to build the documentation yourself, as described in ``doc/contr/build_doc.rst``.

Help - I looked at the documentation, but I don't understand how ...?
---------------------------------------------------------------------
We have set up a **community forum** at https://tenpy.johannes-hauschild.de/,
where you can post questions and hopefully find answers.
Once you got some experience with TeNPy, you might also be able to contribute to the community and answer some questions yourself ;-)
We also use this forum for official announcements, for example when we release a new version.

I found a bug
-------------
You might want to check the `github issues <https://github.com/tenpy/tenpy/issues>`_, if someone else already reported the same problem.
To report a new bug, just `open a new issue <https://github.com/tenpy/tenpy/issues/new>`_ on github.
If you already know how to fix it, you can just create a pull request :)
If you are not sure whether your problem is a bug or a feature, you can also ask for help in the `TeNPy forum <https://tenpy.johannes-hauschild.de/>`_.

Citing TeNPy
------------
When you use TeNPy for a work published in an academic journal, you can cite `this paper <https://dx.doi.org/10.21468/SciPostPhysLectNotes.5>`_  to acknowledge the work put into the development of TeNPy.
(The license of TeNPy does not force you, however.)
For example, you could add the sentence ``"Calculations were performed using the TeNPy Library (version X.X.X)\cite{tenpy}."`` in the acknowledgements or in the main text.

The corresponding BibTex Entry would be the following (the ``\url{...}`` requires ``\usepackage{hyperref}`` in the LaTeX preamble.)::

    @Article{tenpy,
        title={{Efficient numerical simulations with Tensor Networks: Tensor Network Python (TeNPy)}},
        author={Johannes Hauschild and Frank Pollmann},
        journal={SciPost Phys. Lect. Notes},
        pages={5},
        year={2018},
        publisher={SciPost},
        doi={10.21468/SciPostPhysLectNotes.5},
        url={https://scipost.org/10.21468/SciPostPhysLectNotes.5},
        archiveprefix={arXiv},
        eprint={1805.00055},
        note={Code available from \url{https://github.com/tenpy/tenpy}},
    }

To keep us motivated, you can also include your work into the list of `papers using TeNPy <https://tenpy.readthedocs.io/en/latest/papers_using_tenpy.html>`_.


Acknowledgment
--------------
This work was funded by the U.S. Department of Energy, Office of Science, Office of Basic Energy Sciences, Materials Sciences and Engineering Division under Contract No. DE-AC02-05- CH11231 through the Scientific Discovery through Advanced Computing (SciDAC) program (KC23DAC Topological and Correlated Matter via Tensor Networks and Quantum Monte Carlo).

License
-------
The code is licensed under GPL-v3.0 given in the file ``LICENSE`` of the repository, 
in the online documentation readable at https://tenpy.readthedocs.io/en/latest/install/license.html.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "physics-tenpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "Johannes Hauschild <tenpy@johannes-hauschild.de>, Jakob Unfried <jakob.unfried@tum.de>",
    "keywords": "tensor networks, matrix product states",
    "author": "TeNPy Developer Team",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/39/7d/f2128cedc712cf7bac1df41534b705d3fdf8b1d800814062bdb5511355c9/physics_tenpy-1.0.2.tar.gz",
    "platform": null,
    "description": "TeNPy: Tensor Network Python\n----------------------------\n\n.. image:: https://img.shields.io/github/last-commit/tenpy/tenpy\n    :alt: GitHub last commit\n    :target: https://github.com/tenpy/tenpy\n.. image:: https://readthedocs.org/projects/tenpy/badge/?version=latest\n    :alt: Documentation\n    :target: https://tenpy.readthedocs.io/en/latest/\n.. image:: https://github.com/tenpy/tenpy/workflows/pytest/badge.svg\n    :alt: Build\n    :target: https://github.com/tenpy/tenpy/actions/\n.. image:: https://img.shields.io/github/issues/tenpy/tenpy\n    :alt: GitHub issues\n    :target: https://github.com/tenpy/tenpy/issues\n.. image:: https://img.shields.io/conda/vn/conda-forge/physics-tenpy?color=blue\n    :alt: conda\n    :target: https://anaconda.org/conda-forge/physics-tenpy\n.. image:: https://img.shields.io/pypi/v/physics-tenpy?color=blue\n    :alt: PyPi\n    :target: https://pypi.org/project/physics-tenpy/\n.. image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/Jakob-Unfried/9e2e197d6a2e6e2c9440b2c0eda04d5c/raw/tenpy_coverage_badge.json\n    :alt: Code Coverage\n    :target: https://github.com/tenpy/tenpy/actions/workflows/code-coverage.yml\n\n\nTeNPy (short for 'Tensor Network Python') is a Python library for the simulation of strongly correlated quantum systems with tensor networks.\n\nThe philosophy of this library is to get a new balance of a good readability and usability for new-comers, and at the same time powerful algorithms and fast development of new algorithms for experts.\nFor good readability, we include an extensive documentation next to the code, both in Python doc strings and separately as \"user guides\", as well as simple example codes and even toy codes, which just demonstrate various algorithms (like TEBD and DMRG) in ~100 lines per file.\n\nHow do I get set up?\n--------------------\nIf you have the `conda` package manager, you can install the latest released version of TeNPy with::\n\n    conda install --channel=conda-forge physics-tenpy\n\nFurther details and alternative methods can be found the file `doc/INSTALL.rst <https://tenpy.readthedocs.io/en/latest/INSTALL.html>`_.\nThe latest version of the source code can be obtained from https://github.com/tenpy/tenpy.\n\nHow to read the documentation\n-----------------------------\nThe **documentation is available online** at https://tenpy.readthedocs.io/.\nThe documentation is roughly split in two parts: on one hand the full \"reference\" containing the documentation of all functions,\nclasses, methods, etc., and on the other hand the \"user guide\" containing some `introductions <https://tenpy.readthedocs.io/en/latest/introductions.html>`_ with additional explanations and `examples <https://tenpy.readthedocs.io/en/latest/examples.html>`_.\n\nThe documentation is based on Python's docstrings, and some additional ``*.rst`` files located in the folder `doc/` of the repository.\nAll documentation is formatted as `reStructuredText <http://www.sphinx-doc.org/en/stable/rest.html>`_,\nwhich means it is quite readable in the source plain text, but can also be converted to other formats.\nIf you like it simple, you can just use interactive python `help()`, Python IDEs of your choice or jupyter notebooks, or just read the source.\nMoreover, the documentation gets converted into HTML using `Sphinx <http://www.sphinx-doc.org>`_, and is made available online at https://tenpy.readthedocs.io/.\nThe big advantages of the (online) HTML documentation are a lot of cross-links between different functions, and even a search function.\nIf you prefer yet another format, you can try to build the documentation yourself, as described in ``doc/contr/build_doc.rst``.\n\nHelp - I looked at the documentation, but I don't understand how ...?\n---------------------------------------------------------------------\nWe have set up a **community forum** at https://tenpy.johannes-hauschild.de/,\nwhere you can post questions and hopefully find answers.\nOnce you got some experience with TeNPy, you might also be able to contribute to the community and answer some questions yourself ;-)\nWe also use this forum for official announcements, for example when we release a new version.\n\nI found a bug\n-------------\nYou might want to check the `github issues <https://github.com/tenpy/tenpy/issues>`_, if someone else already reported the same problem.\nTo report a new bug, just `open a new issue <https://github.com/tenpy/tenpy/issues/new>`_ on github.\nIf you already know how to fix it, you can just create a pull request :)\nIf you are not sure whether your problem is a bug or a feature, you can also ask for help in the `TeNPy forum <https://tenpy.johannes-hauschild.de/>`_.\n\nCiting TeNPy\n------------\nWhen you use TeNPy for a work published in an academic journal, you can cite `this paper <https://dx.doi.org/10.21468/SciPostPhysLectNotes.5>`_  to acknowledge the work put into the development of TeNPy.\n(The license of TeNPy does not force you, however.)\nFor example, you could add the sentence ``\"Calculations were performed using the TeNPy Library (version X.X.X)\\cite{tenpy}.\"`` in the acknowledgements or in the main text.\n\nThe corresponding BibTex Entry would be the following (the ``\\url{...}`` requires ``\\usepackage{hyperref}`` in the LaTeX preamble.)::\n\n    @Article{tenpy,\n        title={{Efficient numerical simulations with Tensor Networks: Tensor Network Python (TeNPy)}},\n        author={Johannes Hauschild and Frank Pollmann},\n        journal={SciPost Phys. Lect. Notes},\n        pages={5},\n        year={2018},\n        publisher={SciPost},\n        doi={10.21468/SciPostPhysLectNotes.5},\n        url={https://scipost.org/10.21468/SciPostPhysLectNotes.5},\n        archiveprefix={arXiv},\n        eprint={1805.00055},\n        note={Code available from \\url{https://github.com/tenpy/tenpy}},\n    }\n\nTo keep us motivated, you can also include your work into the list of `papers using TeNPy <https://tenpy.readthedocs.io/en/latest/papers_using_tenpy.html>`_.\n\n\nAcknowledgment\n--------------\nThis work was funded by the U.S. Department of Energy, Office of Science, Office of Basic Energy Sciences, Materials Sciences and Engineering Division under Contract No. DE-AC02-05- CH11231 through the Scientific Discovery through Advanced Computing (SciDAC) program (KC23DAC Topological and Correlated Matter via Tensor Networks and Quantum Monte Carlo).\n\nLicense\n-------\nThe code is licensed under GPL-v3.0 given in the file ``LICENSE`` of the repository, \nin the online documentation readable at https://tenpy.readthedocs.io/en/latest/install/license.html.\n",
    "bugtrack_url": null,
    "license": "GPLv3",
    "summary": "Simulation of quantum many-body systems with tensor networks in Python",
    "version": "1.0.2",
    "project_urls": {
        "Bug Tracker": "https://github.com/tenpy/tenpy/issues",
        "Documentation": "https://tenpy.readthedocs.io/",
        "Homepage": "https://github.com/tenpy/tenpy",
        "Source": "https://github.com/tenpy/tenpy",
        "User Forum": "https://tenpy.johannes-hauschild.de"
    },
    "split_keywords": [
        "tensor networks",
        " matrix product states"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c8d241e1065afce1e20069b9a51b137c9760911a009ac8b2acb4241ba1c4b31b",
                "md5": "fbff8a885f60ff70bd2d1e0426868fad",
                "sha256": "0e98939bf5596c75e209ea9f287b3d3cb73581ec1561767613d159e3e8e7e47b"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "fbff8a885f60ff70bd2d1e0426868fad",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1166695,
            "upload_time": "2024-06-06T16:29:51",
            "upload_time_iso_8601": "2024-06-06T16:29:51.382488Z",
            "url": "https://files.pythonhosted.org/packages/c8/d2/41e1065afce1e20069b9a51b137c9760911a009ac8b2acb4241ba1c4b31b/physics_tenpy-1.0.2-cp310-cp310-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7baf1449ad00f8e9e6c29f350428a4bc278cb77b5343a6c9d8c816ff8c62aac",
                "md5": "d43540d6f1e3b04166c3b4327740eb2d",
                "sha256": "5b6f228628f0bc972c141aca8b3bc7f875459d6ff36a2ae37651ffb25e732a19"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp310-cp310-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "d43540d6f1e3b04166c3b4327740eb2d",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1143011,
            "upload_time": "2024-06-06T16:29:53",
            "upload_time_iso_8601": "2024-06-06T16:29:53.551535Z",
            "url": "https://files.pythonhosted.org/packages/a7/ba/f1449ad00f8e9e6c29f350428a4bc278cb77b5343a6c9d8c816ff8c62aac/physics_tenpy-1.0.2-cp310-cp310-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "900934c98b2334d82a09c434a4a37a0328375abab7483a3a6c70fc3554e6ffb7",
                "md5": "9e8cf2b95547325614af33455d0f1cf1",
                "sha256": "8e892a0aa339452e6350423362d996400d1d1700abc38bc2ca5ad310b204d3fb"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "9e8cf2b95547325614af33455d0f1cf1",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 2470224,
            "upload_time": "2024-06-06T16:29:55",
            "upload_time_iso_8601": "2024-06-06T16:29:55.859616Z",
            "url": "https://files.pythonhosted.org/packages/90/09/34c98b2334d82a09c434a4a37a0328375abab7483a3a6c70fc3554e6ffb7/physics_tenpy-1.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30991b0424209b564936e6220e002d33e2d2c672e0dddb73d4923baa6d6d3172",
                "md5": "f38cf5f7a94397b0c428db586a2363f4",
                "sha256": "5e9a152815139ed4b365519bc04513290aa42495e9005a6e37cec4bce00bc5bc"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp310-cp310-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "f38cf5f7a94397b0c428db586a2363f4",
            "packagetype": "bdist_wheel",
            "python_version": "cp310",
            "requires_python": ">=3.8",
            "size": 1117468,
            "upload_time": "2024-06-06T16:29:58",
            "upload_time_iso_8601": "2024-06-06T16:29:58.308350Z",
            "url": "https://files.pythonhosted.org/packages/30/99/1b0424209b564936e6220e002d33e2d2c672e0dddb73d4923baa6d6d3172/physics_tenpy-1.0.2-cp310-cp310-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08d49507f9480f874a947dad5202b6cfc04f1e8873f71eca0a73af5b47ffa668",
                "md5": "3fa63ab3ff280380353f8d0cba58e219",
                "sha256": "bc5f5a9657b0b39f08327636b7a6dd124a31341422961cc29aafee5ace6a20ec"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "3fa63ab3ff280380353f8d0cba58e219",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1167871,
            "upload_time": "2024-06-06T16:30:00",
            "upload_time_iso_8601": "2024-06-06T16:30:00.071636Z",
            "url": "https://files.pythonhosted.org/packages/08/d4/9507f9480f874a947dad5202b6cfc04f1e8873f71eca0a73af5b47ffa668/physics_tenpy-1.0.2-cp311-cp311-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "40ea9f564a4904a21225f5de51fdec6d825bcb37d4f61294a4036c2dcf00a1d8",
                "md5": "39ca0b5f1f0b5e7cc03cc794bb510e36",
                "sha256": "5f6bfd0c890bde72af195ed7345aee3ae13633703cf0745674b574541c55994a"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp311-cp311-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "39ca0b5f1f0b5e7cc03cc794bb510e36",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1143288,
            "upload_time": "2024-06-06T16:30:03",
            "upload_time_iso_8601": "2024-06-06T16:30:03.002526Z",
            "url": "https://files.pythonhosted.org/packages/40/ea/9f564a4904a21225f5de51fdec6d825bcb37d4f61294a4036c2dcf00a1d8/physics_tenpy-1.0.2-cp311-cp311-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a19a5531a3b7b326835790ac3674a45008adf417bf99483c69d7a06859fc7549",
                "md5": "4ea415aca18a0124f1486a306a7302cc",
                "sha256": "c126fb59f56257f97f4c051b3b227084cb1ad081dd0d2a5f504cafddf2bb4bdc"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "4ea415aca18a0124f1486a306a7302cc",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 2571994,
            "upload_time": "2024-06-06T16:30:05",
            "upload_time_iso_8601": "2024-06-06T16:30:05.520422Z",
            "url": "https://files.pythonhosted.org/packages/a1/9a/5531a3b7b326835790ac3674a45008adf417bf99483c69d7a06859fc7549/physics_tenpy-1.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9612bfd904923ca88722b9421bbc02fd1e1dbd37eb3eb920474c0355c7e6e88a",
                "md5": "1f21014e834e64ef9365aa1183d3bce5",
                "sha256": "6c26be092347e54bc0f6801306f4332abf08a42fabe9e411b7cb583e699f9fa8"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp311-cp311-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "1f21014e834e64ef9365aa1183d3bce5",
            "packagetype": "bdist_wheel",
            "python_version": "cp311",
            "requires_python": ">=3.8",
            "size": 1117703,
            "upload_time": "2024-06-06T16:30:07",
            "upload_time_iso_8601": "2024-06-06T16:30:07.459665Z",
            "url": "https://files.pythonhosted.org/packages/96/12/bfd904923ca88722b9421bbc02fd1e1dbd37eb3eb920474c0355c7e6e88a/physics_tenpy-1.0.2-cp311-cp311-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "cb6d68aeda902f783001a9732c7527e5258de5e36a88056d8148e3601fdb7898",
                "md5": "dae190d847a81e95fa76c94c1ab5073f",
                "sha256": "70bda911784613016a4c4ca7f7e3664640269fb054e056a44f845f025e745077"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "dae190d847a81e95fa76c94c1ab5073f",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1167476,
            "upload_time": "2024-06-06T16:30:09",
            "upload_time_iso_8601": "2024-06-06T16:30:09.863513Z",
            "url": "https://files.pythonhosted.org/packages/cb/6d/68aeda902f783001a9732c7527e5258de5e36a88056d8148e3601fdb7898/physics_tenpy-1.0.2-cp312-cp312-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dc99edfe0a6dab801dd25a83e85b31d5c083a245376e57b6ab7eeedf534c7408",
                "md5": "309fde18a9d964bcfdbec408c0e5ac28",
                "sha256": "035c9b4b1187834ba6e257ac97d8738eab8f43f2b1c056e004e37356fb821cd4"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp312-cp312-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "309fde18a9d964bcfdbec408c0e5ac28",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1142836,
            "upload_time": "2024-06-06T16:30:12",
            "upload_time_iso_8601": "2024-06-06T16:30:12.389609Z",
            "url": "https://files.pythonhosted.org/packages/dc/99/edfe0a6dab801dd25a83e85b31d5c083a245376e57b6ab7eeedf534c7408/physics_tenpy-1.0.2-cp312-cp312-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fe4e44e20ef31680a5e5a7a870fb08cf92b4c904d59500736b2dba740bc5260e",
                "md5": "068b40da149dbd4d9831d1447aee5082",
                "sha256": "a4bc59cbd192e5b8a0a181e64a4fd858d5df9abe0bbafc66ebfae4eac6f3622c"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "068b40da149dbd4d9831d1447aee5082",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 2531503,
            "upload_time": "2024-06-06T16:30:14",
            "upload_time_iso_8601": "2024-06-06T16:30:14.882954Z",
            "url": "https://files.pythonhosted.org/packages/fe/4e/44e20ef31680a5e5a7a870fb08cf92b4c904d59500736b2dba740bc5260e/physics_tenpy-1.0.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7cbd4a6ae06689ee54810ccc4351a6fb1f1687894f5de13e238f0b0e56b84a6e",
                "md5": "6218e14492c235ee13103a6545206f80",
                "sha256": "924841abd28ed5b59ea09e01c3a0957502063341c5b4e3408d8a1b78b2a66625"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp312-cp312-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "6218e14492c235ee13103a6545206f80",
            "packagetype": "bdist_wheel",
            "python_version": "cp312",
            "requires_python": ">=3.8",
            "size": 1110028,
            "upload_time": "2024-06-06T16:30:16",
            "upload_time_iso_8601": "2024-06-06T16:30:16.576173Z",
            "url": "https://files.pythonhosted.org/packages/7c/bd/4a6ae06689ee54810ccc4351a6fb1f1687894f5de13e238f0b0e56b84a6e/physics_tenpy-1.0.2-cp312-cp312-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "41863c6f75c7c0bc649c377f69ca97ecb24dbb686ce42ba787d391ab2ce26826",
                "md5": "0e0d83a928ee9f4e5d261b44719ff6b6",
                "sha256": "cb37ae6ac4e1e2ec7113ae8e63b54f49a2764a5bc96a435e6e031e04b41e2458"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "0e0d83a928ee9f4e5d261b44719ff6b6",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1167946,
            "upload_time": "2024-06-06T16:30:18",
            "upload_time_iso_8601": "2024-06-06T16:30:18.411463Z",
            "url": "https://files.pythonhosted.org/packages/41/86/3c6f75c7c0bc649c377f69ca97ecb24dbb686ce42ba787d391ab2ce26826/physics_tenpy-1.0.2-cp38-cp38-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b9cb5deb915ca6d7a3bf35752ac0fb6da3d1d613234f1690bce0957d749c0685",
                "md5": "3c346977ab407fb3775d9f214b0e3089",
                "sha256": "63eff43e2fc91ced909897beb7138f3dae4b1ce36c5deb70a6f60d4496672cd4"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp38-cp38-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "3c346977ab407fb3775d9f214b0e3089",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1144550,
            "upload_time": "2024-06-06T16:30:20",
            "upload_time_iso_8601": "2024-06-06T16:30:20.181696Z",
            "url": "https://files.pythonhosted.org/packages/b9/cb/5deb915ca6d7a3bf35752ac0fb6da3d1d613234f1690bce0957d749c0685/physics_tenpy-1.0.2-cp38-cp38-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ae0bc3cdab1e44c51df801ec5cd30bac0efffe6dc04f568e708f7777bf6494f5",
                "md5": "d5dfecd2514e55daa8b7325993c89bde",
                "sha256": "8468f6c2ce539dfc742243507bdd68e689ccdecf4c06e03b375b0eaf7ecde096"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "d5dfecd2514e55daa8b7325993c89bde",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 2529021,
            "upload_time": "2024-06-06T16:30:22",
            "upload_time_iso_8601": "2024-06-06T16:30:22.896855Z",
            "url": "https://files.pythonhosted.org/packages/ae/0b/c3cdab1e44c51df801ec5cd30bac0efffe6dc04f568e708f7777bf6494f5/physics_tenpy-1.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5100864f317a21e3e77291469f2640ba3a7676178c6c408f5290ca1f7ac6918b",
                "md5": "9b08687be2d54fb6e6ce33b09f5484ca",
                "sha256": "0ffee1095b98976cc24731876d3bb88c47da360d7ea87b582e516648c674032c"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp38-cp38-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "9b08687be2d54fb6e6ce33b09f5484ca",
            "packagetype": "bdist_wheel",
            "python_version": "cp38",
            "requires_python": ">=3.8",
            "size": 1119878,
            "upload_time": "2024-06-06T16:30:24",
            "upload_time_iso_8601": "2024-06-06T16:30:24.662260Z",
            "url": "https://files.pythonhosted.org/packages/51/00/864f317a21e3e77291469f2640ba3a7676178c6c408f5290ca1f7ac6918b/physics_tenpy-1.0.2-cp38-cp38-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "703c988a7729ff753d8ed48839b190669e782ad222a6a8986fb9c1178b0ffcf3",
                "md5": "f343537eb43925826774f4583aaa8fb6",
                "sha256": "d4d7671941440ed62c40cec90d2a3274f136ce34a83aafc0c12798ef5cae1e1e"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "has_sig": false,
            "md5_digest": "f343537eb43925826774f4583aaa8fb6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1167057,
            "upload_time": "2024-06-06T16:30:26",
            "upload_time_iso_8601": "2024-06-06T16:30:26.928591Z",
            "url": "https://files.pythonhosted.org/packages/70/3c/988a7729ff753d8ed48839b190669e782ad222a6a8986fb9c1178b0ffcf3/physics_tenpy-1.0.2-cp39-cp39-macosx_10_9_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "34d9dc9a0e7b36bb0b30806c8e453dbe9d299496f9c88a404aac647da2291f68",
                "md5": "bc2d68e32e5f6292c56593dc79d215ba",
                "sha256": "84dd1972e8fbcb4f0ee331a84d61d492e30166f5bdecf3fd6928af20d63e1ce8"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp39-cp39-macosx_11_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "bc2d68e32e5f6292c56593dc79d215ba",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1143343,
            "upload_time": "2024-06-06T16:30:28",
            "upload_time_iso_8601": "2024-06-06T16:30:28.554282Z",
            "url": "https://files.pythonhosted.org/packages/34/d9/dc9a0e7b36bb0b30806c8e453dbe9d299496f9c88a404aac647da2291f68/physics_tenpy-1.0.2-cp39-cp39-macosx_11_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fd744dc3804e3693d1477af4fd8f62a4cb124b32684a70e5be85588c830e7002",
                "md5": "eb374a5bbca26d28d1f69051996f0808",
                "sha256": "4783e75df5670918391707b3db6350c70bf0f2c8933d837fed69333010ae20cf"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "has_sig": false,
            "md5_digest": "eb374a5bbca26d28d1f69051996f0808",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 2467767,
            "upload_time": "2024-06-06T16:30:30",
            "upload_time_iso_8601": "2024-06-06T16:30:30.185763Z",
            "url": "https://files.pythonhosted.org/packages/fd/74/4dc3804e3693d1477af4fd8f62a4cb124b32684a70e5be85588c830e7002/physics_tenpy-1.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2c9571a4a14d917b434af70510496c0b9e13c53ecdb320a5d97a4de94bd1cd1",
                "md5": "806b097d529179e172139dbd3f882e17",
                "sha256": "07ae9c82ceb6c5b36ca163964fd41cee491ec39a25c63dffc7b211f9c0609515"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2-cp39-cp39-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "806b097d529179e172139dbd3f882e17",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.8",
            "size": 1117741,
            "upload_time": "2024-06-06T16:30:32",
            "upload_time_iso_8601": "2024-06-06T16:30:32.463145Z",
            "url": "https://files.pythonhosted.org/packages/e2/c9/571a4a14d917b434af70510496c0b9e13c53ecdb320a5d97a4de94bd1cd1/physics_tenpy-1.0.2-cp39-cp39-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "397df2128cedc712cf7bac1df41534b705d3fdf8b1d800814062bdb5511355c9",
                "md5": "55b012b5bffb2709ec085594c9c422c4",
                "sha256": "aac474a6a400e4a6dc91715542a846b6aaae0aa596a42cd173462a6a08b3e20e"
            },
            "downloads": -1,
            "filename": "physics_tenpy-1.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "55b012b5bffb2709ec085594c9c422c4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 954193,
            "upload_time": "2024-06-06T16:30:38",
            "upload_time_iso_8601": "2024-06-06T16:30:38.267748Z",
            "url": "https://files.pythonhosted.org/packages/39/7d/f2128cedc712cf7bac1df41534b705d3fdf8b1d800814062bdb5511355c9/physics_tenpy-1.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-06 16:30:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tenpy",
    "github_project": "tenpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "physics-tenpy"
}
        
Elapsed time: 0.25857s