radicalpy


Nameradicalpy JSON
Version 0.8.1 PyPI version JSON
download
home_pageNone
SummaryRadicalPy: a toolbox for radical pair spin dynamics
upload_time2024-08-17 14:56:27
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseMIT
keywords simulation spin-dynamics radical pairs
VCS
bugtrack_url
requirements importlib_resources matplotlib numpy pint scikit-learn scipy seaborn sympy tqdm graphviz dot2tex
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![Documentation Status](https://readthedocs.org/projects/radicalpy/badge/?version=latest)](https://radicalpy.readthedocs.io/en/latest/?badge=latest)

# RadicalPy: a toolbox for radical pair spin dynamics

RadicalPy in an intuitive (object-oriented) open-source Python
framework specific to radical pair spin dynamics.

To get started take a look at the [quick start
guide](https://github.com/Spin-Chemistry-Labs/radicalpy/tree/main/docs/quick-start/guide.org)
or the
[examples](https://github.com/Spin-Chemistry-Labs/radicalpy/tree/main/examples).

The package is still under development.  Basic functionality is
implemented, [documentation](https://radicalpy.readthedocs.io/) is
sparse, testing partial.

If you would like to contact us, please visit the Spin Chemistry Community [Discord server](https://discord.io/spin-chemistry-community/).

## Installation

Install simply using `pip`:

```
pip install radicalpy
```

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "radicalpy",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": "Emil Vatai <emil.vatai@gmail.com>, \"Lewis M. Antill\" <lewismantill@gmail.com>",
    "keywords": "simulation, spin-dynamics, radical pairs",
    "author": null,
    "author_email": "\"Lewis M. Antill\" <lewismantill@gmail.com>, Emil Vatai <emil.vatai@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bd/a2/ce0db4a33da7e33cf30207739a1b14f66ed149eef7e469d0009eada90b8d/radicalpy-0.8.1.tar.gz",
    "platform": null,
    "description": "[![Documentation Status](https://readthedocs.org/projects/radicalpy/badge/?version=latest)](https://radicalpy.readthedocs.io/en/latest/?badge=latest)\n\n# RadicalPy: a toolbox for radical pair spin dynamics\n\nRadicalPy in an intuitive (object-oriented) open-source Python\nframework specific to radical pair spin dynamics.\n\nTo get started take a look at the [quick start\nguide](https://github.com/Spin-Chemistry-Labs/radicalpy/tree/main/docs/quick-start/guide.org)\nor the\n[examples](https://github.com/Spin-Chemistry-Labs/radicalpy/tree/main/examples).\n\nThe package is still under development.  Basic functionality is\nimplemented, [documentation](https://radicalpy.readthedocs.io/) is\nsparse, testing partial.\n\nIf you would like to contact us, please visit the Spin Chemistry Community [Discord server](https://discord.io/spin-chemistry-community/).\n\n## Installation\n\nInstall simply using `pip`:\n\n```\npip install radicalpy\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "RadicalPy: a toolbox for radical pair spin dynamics",
    "version": "0.8.1",
    "project_urls": {
        "Documentation": "https://radicalpy.readthedocs.io/en/latest/",
        "Homepage": "https://github.com/Spin-Chemistry-Labs/radicalpy",
        "Source": "https://github.com/Spin-Chemistry-Labs/radicalpy"
    },
    "split_keywords": [
        "simulation",
        " spin-dynamics",
        " radical pairs"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f86947231918b268787ca796230511cc3d3449513cf63fef628babec62b65a68",
                "md5": "915bb49fbd56eead1b0dab11ae374ebd",
                "sha256": "950588acabc9be466bc21f786cb4eb1d82f98637634d6ae36b2d8fc16bf0fd6a"
            },
            "downloads": -1,
            "filename": "radicalpy-0.8.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "915bb49fbd56eead1b0dab11ae374ebd",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 48687,
            "upload_time": "2024-08-17T14:56:26",
            "upload_time_iso_8601": "2024-08-17T14:56:26.051668Z",
            "url": "https://files.pythonhosted.org/packages/f8/69/47231918b268787ca796230511cc3d3449513cf63fef628babec62b65a68/radicalpy-0.8.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bda2ce0db4a33da7e33cf30207739a1b14f66ed149eef7e469d0009eada90b8d",
                "md5": "23bfa4664e2f2c688a7c33a1cefee3d3",
                "sha256": "b8b6a11e32aa663fd529d367d617f4016df205ff14bb4b16ed79289b9666b391"
            },
            "downloads": -1,
            "filename": "radicalpy-0.8.1.tar.gz",
            "has_sig": false,
            "md5_digest": "23bfa4664e2f2c688a7c33a1cefee3d3",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 50251,
            "upload_time": "2024-08-17T14:56:27",
            "upload_time_iso_8601": "2024-08-17T14:56:27.637415Z",
            "url": "https://files.pythonhosted.org/packages/bd/a2/ce0db4a33da7e33cf30207739a1b14f66ed149eef7e469d0009eada90b8d/radicalpy-0.8.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-17 14:56:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Spin-Chemistry-Labs",
    "github_project": "radicalpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "importlib_resources",
            "specs": []
        },
        {
            "name": "matplotlib",
            "specs": []
        },
        {
            "name": "numpy",
            "specs": []
        },
        {
            "name": "pint",
            "specs": []
        },
        {
            "name": "scikit-learn",
            "specs": []
        },
        {
            "name": "scipy",
            "specs": []
        },
        {
            "name": "seaborn",
            "specs": []
        },
        {
            "name": "sympy",
            "specs": []
        },
        {
            "name": "tqdm",
            "specs": []
        },
        {
            "name": "graphviz",
            "specs": []
        },
        {
            "name": "dot2tex",
            "specs": []
        }
    ],
    "lcname": "radicalpy"
}
        
Elapsed time: 0.27396s