LPC3D


NameLPC3D JSON
Version 0.1.1 PyPI version JSON
download
home_pageNone
SummaryA package for LPC3D mesoscopic simulations
upload_time2024-10-30 14:43:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.6
licenseAGPL-3.0-or-later
keywords lpc3d simulation openmp gpu computational science
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LPC3D
A code to do mesoscopic simulations of ions diffusing in carbon particles and of full supercapacitors.

This code is developed in the context of the MultiXscale project.

This code was written by El Hassane Lahrar and Céline Merlet, with contributions from Rudolf Weber, and was used in one published work:

"Investigating the effect of particle size distribution and complex exchange dynamics on NMR spectra of ions diffusing in disordered porous carbons through a mesoscopic model", Faraday Discuss., Advance article, https://pubs.rsc.org/en/Content/ArticleLanding/2024/FD/D4FD00082J 

Here, a manual and example input files are provided.

Compared to the previous version of the program, written in C and serial (https://github.com/cmerlet/LPC3D-C-serial), this code is written using pystencils (https://pypi.org/project/pystencils/) - is parallel - and can use CPU and GPU.


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "LPC3D",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "LPC3D, simulation, OpenMP, GPU, computational science",
    "author": null,
    "author_email": "El Hassane Lahrar <lahrar.el@gmail.com>, C\u00e9line Merlet <celine.merlet.fr@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/61/b0/769fa429634b525bad63e0e16bd95df289395fe9d208b3367b8bb0f8a1e0/lpc3d-0.1.1.tar.gz",
    "platform": null,
    "description": "# LPC3D\nA code to do mesoscopic simulations of ions diffusing in carbon particles and of full supercapacitors.\n\nThis code is developed in the context of the MultiXscale project.\n\nThis code was written by El Hassane Lahrar and C\u00e9line Merlet, with contributions from Rudolf Weber, and was used in one published work:\n\n\"Investigating the effect of particle size distribution and complex exchange dynamics on NMR spectra of ions diffusing in disordered porous carbons through a mesoscopic model\", Faraday Discuss., Advance article, https://pubs.rsc.org/en/Content/ArticleLanding/2024/FD/D4FD00082J \n\nHere, a manual and example input files are provided.\n\nCompared to the previous version of the program, written in C and serial (https://github.com/cmerlet/LPC3D-C-serial), this code is written using pystencils (https://pypi.org/project/pystencils/) - is parallel - and can use CPU and GPU.\n\n",
    "bugtrack_url": null,
    "license": "AGPL-3.0-or-later",
    "summary": "A package for LPC3D mesoscopic simulations",
    "version": "0.1.1",
    "project_urls": null,
    "split_keywords": [
        "lpc3d",
        " simulation",
        " openmp",
        " gpu",
        " computational science"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "155d05cdb29c9cadf68c1b6967b34bc6982ea94fe2895356f1a3c4d3279f951f",
                "md5": "6a372a4bf82c50081a82f517e4875f14",
                "sha256": "dc81b87a24068543951263e2fce65556778d76af8ccc08508d4be9ef2abad772"
            },
            "downloads": -1,
            "filename": "LPC3D-0.1.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6a372a4bf82c50081a82f517e4875f14",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 12518,
            "upload_time": "2024-10-30T14:43:24",
            "upload_time_iso_8601": "2024-10-30T14:43:24.890261Z",
            "url": "https://files.pythonhosted.org/packages/15/5d/05cdb29c9cadf68c1b6967b34bc6982ea94fe2895356f1a3c4d3279f951f/LPC3D-0.1.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "61b0769fa429634b525bad63e0e16bd95df289395fe9d208b3367b8bb0f8a1e0",
                "md5": "47b4f0d8641e694240422c2d5522de96",
                "sha256": "0355b31e784ff7c9cd179b29a49d5cfe74d8e2526034b984f9bc8c568a26aa43"
            },
            "downloads": -1,
            "filename": "lpc3d-0.1.1.tar.gz",
            "has_sig": false,
            "md5_digest": "47b4f0d8641e694240422c2d5522de96",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 13225,
            "upload_time": "2024-10-30T14:43:26",
            "upload_time_iso_8601": "2024-10-30T14:43:26.533486Z",
            "url": "https://files.pythonhosted.org/packages/61/b0/769fa429634b525bad63e0e16bd95df289395fe9d208b3367b8bb0f8a1e0/lpc3d-0.1.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-30 14:43:26",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "lpc3d"
}
        
Elapsed time: 0.66722s