diffusivity


Namediffusivity JSON
Version 0.1.1 PyPI version JSON
download
home_pagehttps://github.com/sheriftawfikabbas/diffusivity
Summarydiffusivity calculates the diffusion properties by processing trajectory files
upload_time2023-12-05 12:38:44
maintainer
docs_urlNone
authorSherif Abdulkader Tawfik Abbas
requires_python
licensemit
keywords material science simulation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # The Diffusivity code

This python code enables the calculation of the diffusion coefficients following an *ab initio* molecular dynamics (AIMD) calculation using VASP. The code only requires a series of `XDATCAR` files with the format `XDATCAR_n` (where `n` is an integer), and it will combine the files together and peform the diffusion analysis.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/sheriftawfikabbas/diffusivity",
    "name": "diffusivity",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "material science,simulation",
    "author": "Sherif Abdulkader Tawfik Abbas",
    "author_email": "sherif.tawfic@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c4/92/757537e035dd6fa382c9652417f6579b1a2859da535d59525086b90b902f/diffusivity-0.1.1.tar.gz",
    "platform": null,
    "description": "# The Diffusivity code\r\n\r\nThis python code enables the calculation of the diffusion coefficients following an *ab initio* molecular dynamics (AIMD) calculation using VASP. The code only requires a series of `XDATCAR` files with the format `XDATCAR_n` (where `n` is an integer), and it will combine the files together and peform the diffusion analysis.\r\n\r\n",
    "bugtrack_url": null,
    "license": "mit",
    "summary": "diffusivity calculates the diffusion properties by processing trajectory files",
    "version": "0.1.1",
    "project_urls": {
        "Homepage": "https://github.com/sheriftawfikabbas/diffusivity"
    },
    "split_keywords": [
        "material science",
        "simulation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "11ca04f20c2448b52ec0a31dc67989b476982f3712e2ef373f9c045546efdcbf",
                "md5": "6793dea1bf1d61fb1282263ee77b1d41",
                "sha256": "4bfad7e815143fc73915f3ce534efa1d1f3892d4018b31e09d01fa7010652bc0"
            },
            "downloads": -1,
            "filename": "diffusivity-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6793dea1bf1d61fb1282263ee77b1d41",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 11831,
            "upload_time": "2023-12-05T12:38:42",
            "upload_time_iso_8601": "2023-12-05T12:38:42.004543Z",
            "url": "https://files.pythonhosted.org/packages/11/ca/04f20c2448b52ec0a31dc67989b476982f3712e2ef373f9c045546efdcbf/diffusivity-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c492757537e035dd6fa382c9652417f6579b1a2859da535d59525086b90b902f",
                "md5": "80047752f84acf073766c317ecfcddde",
                "sha256": "58de6128808b26781896e2aff8b90ad55ad7b2c2e46d9d2b0ce62f6153fb4e41"
            },
            "downloads": -1,
            "filename": "diffusivity-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "80047752f84acf073766c317ecfcddde",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 11428,
            "upload_time": "2023-12-05T12:38:44",
            "upload_time_iso_8601": "2023-12-05T12:38:44.536945Z",
            "url": "https://files.pythonhosted.org/packages/c4/92/757537e035dd6fa382c9652417f6579b1a2859da535d59525086b90b902f/diffusivity-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-05 12:38:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "sheriftawfikabbas",
    "github_project": "diffusivity",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "diffusivity"
}
        
Elapsed time: 0.16497s