grassmanntn


Namegrassmanntn JSON
Version 1.4.0 PyPI version JSON
download
home_pagehttps://github.com/ayosprakob/grassmanntn
Summarya Python library for Grassmann tensor network computation
upload_time2023-12-14 05:42:40
maintainer
docs_urlNone
authorAtis Yosprakob
requires_python
licenseApache
keywords physics lattice gauge theory tensor network grassmann
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # GrassmannTN
This is a package that aims to simplify the coding involving Grassmann tensor network.
I try to make the coding as convenient as when you use other standard packages like numpy or scipy.
All the sign factors are computed automatically without explicit user inputs.
Visit [the github repository](https://github.com/ayosprakob/grassmanntn) for more info.

## Prerequisites

- [numpy](https://numpy.org/doc/stable/index.html)
- [sparse](https://sparse.pydata.org/en/stable/)
- [opt_einsum](https://optimized-einsum.readthedocs.io/en/stable/)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ayosprakob/grassmanntn",
    "name": "grassmanntn",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "physics,lattice,gauge theory,tensor network,grassmann",
    "author": "Atis Yosprakob",
    "author_email": "yosprakob2@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/84/30/ac5eddfa51abdc224951b3846cf5959667a622c2de949ee3af164abf55bb/grassmanntn-1.4.0.tar.gz",
    "platform": null,
    "description": "# GrassmannTN\nThis is a package that aims to simplify the coding involving Grassmann tensor network.\nI try to make the coding as convenient as when you use other standard packages like numpy or scipy.\nAll the sign factors are computed automatically without explicit user inputs.\nVisit [the github repository](https://github.com/ayosprakob/grassmanntn) for more info.\n\n## Prerequisites\n\n- [numpy](https://numpy.org/doc/stable/index.html)\n- [sparse](https://sparse.pydata.org/en/stable/)\n- [opt_einsum](https://optimized-einsum.readthedocs.io/en/stable/)\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "a Python library for Grassmann tensor network computation",
    "version": "1.4.0",
    "project_urls": {
        "Download": "https://github.com/ayosprakob/grassmanntn/archive/refs/tags/v_140.tar.gz",
        "Homepage": "https://github.com/ayosprakob/grassmanntn"
    },
    "split_keywords": [
        "physics",
        "lattice",
        "gauge theory",
        "tensor network",
        "grassmann"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8430ac5eddfa51abdc224951b3846cf5959667a622c2de949ee3af164abf55bb",
                "md5": "88f0955ad2ae669109b9b256303aad81",
                "sha256": "6b3346a5390814db829627cc6ef6cbdb5a1b314169eab521807f0b88e2a20f6c"
            },
            "downloads": -1,
            "filename": "grassmanntn-1.4.0.tar.gz",
            "has_sig": false,
            "md5_digest": "88f0955ad2ae669109b9b256303aad81",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 221253,
            "upload_time": "2023-12-14T05:42:40",
            "upload_time_iso_8601": "2023-12-14T05:42:40.530393Z",
            "url": "https://files.pythonhosted.org/packages/84/30/ac5eddfa51abdc224951b3846cf5959667a622c2de949ee3af164abf55bb/grassmanntn-1.4.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-14 05:42:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ayosprakob",
    "github_project": "grassmanntn",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "grassmanntn"
}
        
Elapsed time: 0.16376s