renormalizer


Namerenormalizer JSON
Version 0.0.10 PyPI version JSON
download
home_pagehttps://github.com/shuaigroup/Renormalizer
Summary
upload_time2023-05-25 03:54:31
maintainer
docs_urlNone
author
requires_python>=3.6
licenseApache
keywords
VCS
bugtrack_url
requirements numpy scipy pytest h5py PyYAML recommonmark furo nbsphinx opt_einsum qutip
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ![logo](./doc/source/logo.png)

[![CircleCI](https://circleci.com/gh/shuaigroup/Renormalizer.svg?style=svg)](https://app.circleci.com/pipelines/github/shuaigroup/Renormalizer)
[![codecov](https://codecov.io/gh/shuaigroup/Renormalizer/branch/master/graph/badge.svg?token=T266FE7X9S)](https://codecov.io/gh/shuaigroup/Renormalizer)

Renormalizer is a python package based on tensor network states for electron-phonon quantum dynamics.

## Installation
```
pip install renormalizer
```

For users who are not familiar with python, step-by-step installation guide can be found in the [document](https://github.com/shuaigroup/Renormalizer/wiki/Installation-guide).

## Documentation
Primitive documentation could be found [here](https://shuaigroup.github.io/Renormalizer/).

## Notice
* Renormalizer is still under heavy development. Drastic API changes come without any prior deprecation.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/shuaigroup/Renormalizer",
    "name": "renormalizer",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/e2/e3/a2d678b85bef1c8302fa1595ae617bb8e59e884f410b8fb1473b507dc0c3/renormalizer-0.0.10.tar.gz",
    "platform": null,
    "description": "![logo](./doc/source/logo.png)\n\n[![CircleCI](https://circleci.com/gh/shuaigroup/Renormalizer.svg?style=svg)](https://app.circleci.com/pipelines/github/shuaigroup/Renormalizer)\n[![codecov](https://codecov.io/gh/shuaigroup/Renormalizer/branch/master/graph/badge.svg?token=T266FE7X9S)](https://codecov.io/gh/shuaigroup/Renormalizer)\n\nRenormalizer is a python package based on tensor network states for electron-phonon quantum dynamics.\n\n## Installation\n```\npip install renormalizer\n```\n\nFor users who are not familiar with python, step-by-step installation guide can be found in the [document](https://github.com/shuaigroup/Renormalizer/wiki/Installation-guide).\n\n## Documentation\nPrimitive documentation could be found [here](https://shuaigroup.github.io/Renormalizer/).\n\n## Notice\n* Renormalizer is still under heavy development. Drastic API changes come without any prior deprecation.\n",
    "bugtrack_url": null,
    "license": "Apache",
    "summary": "",
    "version": "0.0.10",
    "project_urls": {
        "Homepage": "https://github.com/shuaigroup/Renormalizer"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e2e3a2d678b85bef1c8302fa1595ae617bb8e59e884f410b8fb1473b507dc0c3",
                "md5": "a1c909cfaf45a04c37868503b82ac939",
                "sha256": "9052c56677541b41441a1b42a9187760efd96e9ff243d5a888d1b6b647195da4"
            },
            "downloads": -1,
            "filename": "renormalizer-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "a1c909cfaf45a04c37868503b82ac939",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 212013,
            "upload_time": "2023-05-25T03:54:31",
            "upload_time_iso_8601": "2023-05-25T03:54:31.805546Z",
            "url": "https://files.pythonhosted.org/packages/e2/e3/a2d678b85bef1c8302fa1595ae617bb8e59e884f410b8fb1473b507dc0c3/renormalizer-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-25 03:54:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "shuaigroup",
    "github_project": "Renormalizer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "requirements": [
        {
            "name": "numpy",
            "specs": [
                [
                    "==",
                    "1.22.*"
                ]
            ]
        },
        {
            "name": "scipy",
            "specs": [
                [
                    "==",
                    "1.8.*"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "==",
                    "6.2.*"
                ]
            ]
        },
        {
            "name": "h5py",
            "specs": [
                [
                    "==",
                    "3.1.*"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "==",
                    "5.4.*"
                ]
            ]
        },
        {
            "name": "recommonmark",
            "specs": [
                [
                    "==",
                    "0.7.*"
                ]
            ]
        },
        {
            "name": "furo",
            "specs": [
                [
                    "==",
                    "2022.9.*"
                ]
            ]
        },
        {
            "name": "nbsphinx",
            "specs": [
                [
                    "==",
                    "0.8.*"
                ]
            ]
        },
        {
            "name": "opt_einsum",
            "specs": [
                [
                    "==",
                    "3.3.*"
                ]
            ]
        },
        {
            "name": "qutip",
            "specs": [
                [
                    "==",
                    "4.6.*"
                ]
            ]
        }
    ],
    "lcname": "renormalizer"
}
        
Elapsed time: 0.07211s