retmap


Nameretmap JSON
Version 1.0a1 PyPI version JSON
download
home_pageNone
SummaryA Python tool for computing and predicting characteristic curves and isotherms from experimental and simulated data.
upload_time2024-10-01 22:13:59
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT License
keywords adsorption adsorption potential theory
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # RETMAP

> [!WARNING]
> This software is still in alpha development, so certain features may not work as
> intended and the documentation may not be up to date. If you run into any problems, 
> please contact the maintainer or open a new issue. 

RETMAP (REfined Thermodynamical Model for Adsorption Prediction) is a Python 
application used for calculating adsorption properties, such as isobars and isotherms, 
using experimental or simulated data. For this, it makes use of Polanyi's adsorption 
potential theory, which is an effective method for predicting adsorption properties 
in the neighborhood of recorded data. 

The full documentation for the software can be found 
[here](https://stflavian.github.io/RETMAP/).

## Quick setup

> [!IMPORTANT]
> Most testing has been done using Python 3.12 on Windows and Linux. If you run into
> any issues when installing the application, please let us know by opening a new 
> issue.

RETMAP is an application built using Python 3.12, but should be compatible with all
supported versions of Python. In terms of dependencies, RETMAP is built using 
Numpy, Scipy, and Matplotlib, which are automatically installed alongside the 
application. RETMAP can be installed directly from PyPI using:

> pip install retmap

The application is platform independent, and should behave identically on all 
operating systems (Windows, MacOS, Linux, etc.). More details about the installation 
can be found [here](https://stflavian.github.io/RETMAP/installation/).

### Running RETMAP

In the working folder containing the configuration file, run:

> retmap config.in

## Terms of use

RETMAP is an open-source project licensed under the MIT licence. Usage of this software
in a scientific work should be cited accordingly.

## Authorship

This project started development during Flavian's Bachelor's End Project at Eindhoven 
University of Technology.

**Authors**: F. Stavarache [1], A. Luna-Triguero [2, 3], S. Calero [1, 3], and J. M. Vicent-Luna [1, 3]

[1] Materials Simulation & Modelling, Department of Applied Physics, Eindhoven 
University of Technology

[2] Energy Technology, Department of Mechanical Engineering, Eindhoven University of 
Technology

[3] Eindhoven Institute for Renewable Energy Systems (EIRES), Eindhoven University of 
Technology

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "retmap",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "adsorption, adsorption potential theory",
    "author": null,
    "author_email": "Flavian Stavarache <f.stavarache@student.tue.nl>, Azahara Luna-Triguero <a.luna.triguero@tue.nl>, Sof\u00eda Calero <s.calero@tue.nl>, Jos\u00e9 Manuel Vicent-Luna <j.vicent.luna@tue.nl>",
    "download_url": "https://files.pythonhosted.org/packages/9e/89/fdcb44a990da7e229059d30c5d7448c90b075e529318e6724bab900646b4/retmap-1.0a1.tar.gz",
    "platform": null,
    "description": "# RETMAP\n\n> [!WARNING]\n> This software is still in alpha development, so certain features may not work as\n> intended and the documentation may not be up to date. If you run into any problems, \n> please contact the maintainer or open a new issue. \n\nRETMAP (REfined Thermodynamical Model for Adsorption Prediction) is a Python \napplication used for calculating adsorption properties, such as isobars and isotherms, \nusing experimental or simulated data. For this, it makes use of Polanyi's adsorption \npotential theory, which is an effective method for predicting adsorption properties \nin the neighborhood of recorded data. \n\nThe full documentation for the software can be found \n[here](https://stflavian.github.io/RETMAP/).\n\n## Quick setup\n\n> [!IMPORTANT]\n> Most testing has been done using Python 3.12 on Windows and Linux. If you run into\n> any issues when installing the application, please let us know by opening a new \n> issue.\n\nRETMAP is an application built using Python 3.12, but should be compatible with all\nsupported versions of Python. In terms of dependencies, RETMAP is built using \nNumpy, Scipy, and Matplotlib, which are automatically installed alongside the \napplication. RETMAP can be installed directly from PyPI using:\n\n> pip install retmap\n\nThe application is platform independent, and should behave identically on all \noperating systems (Windows, MacOS, Linux, etc.). More details about the installation \ncan be found [here](https://stflavian.github.io/RETMAP/installation/).\n\n### Running RETMAP\n\nIn the working folder containing the configuration file, run:\n\n> retmap config.in\n\n## Terms of use\n\nRETMAP is an open-source project licensed under the MIT licence. Usage of this software\nin a scientific work should be cited accordingly.\n\n## Authorship\n\nThis project started development during Flavian's Bachelor's End Project at Eindhoven \nUniversity of Technology.\n\n**Authors**: F. Stavarache [1], A. Luna-Triguero [2, 3], S. Calero [1, 3], and J. M. Vicent-Luna [1, 3]\n\n[1] Materials Simulation & Modelling, Department of Applied Physics, Eindhoven \nUniversity of Technology\n\n[2] Energy Technology, Department of Mechanical Engineering, Eindhoven University of \nTechnology\n\n[3] Eindhoven Institute for Renewable Energy Systems (EIRES), Eindhoven University of \nTechnology\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "A Python tool for computing and predicting characteristic curves and isotherms from experimental and simulated data.",
    "version": "1.0a1",
    "project_urls": {
        "Documentation": "https://stflavian.github.io/RETMAP/manual/configuration/",
        "Homepage": "https://stflavian.github.io/RETMAP/",
        "Issues": "https://github.com/stflavian/RETMAP/issues",
        "Repository": "https://github.com/stflavian/RETMAP"
    },
    "split_keywords": [
        "adsorption",
        " adsorption potential theory"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "be2ea1e327ca65b791c237969bf9c17c9e271963f6c943c7ea532262118cc4b5",
                "md5": "29b200ee83a84b4343307c5238a3bf90",
                "sha256": "e4e562790866f3822b54f5cb548fa5e18c35bddd9edd60257024f107ddf6f1a5"
            },
            "downloads": -1,
            "filename": "retmap-1.0a1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "29b200ee83a84b4343307c5238a3bf90",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 113985,
            "upload_time": "2024-10-01T22:13:56",
            "upload_time_iso_8601": "2024-10-01T22:13:56.439952Z",
            "url": "https://files.pythonhosted.org/packages/be/2e/a1e327ca65b791c237969bf9c17c9e271963f6c943c7ea532262118cc4b5/retmap-1.0a1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9e89fdcb44a990da7e229059d30c5d7448c90b075e529318e6724bab900646b4",
                "md5": "9d0ed54da39aadb99e0813230174acfc",
                "sha256": "b8b948a175fa71915a0f14de9185fd89335235c0149e6c26cda871abe05fe34b"
            },
            "downloads": -1,
            "filename": "retmap-1.0a1.tar.gz",
            "has_sig": false,
            "md5_digest": "9d0ed54da39aadb99e0813230174acfc",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 123889,
            "upload_time": "2024-10-01T22:13:59",
            "upload_time_iso_8601": "2024-10-01T22:13:59.204577Z",
            "url": "https://files.pythonhosted.org/packages/9e/89/fdcb44a990da7e229059d30c5d7448c90b075e529318e6724bab900646b4/retmap-1.0a1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-01 22:13:59",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "stflavian",
    "github_project": "RETMAP",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "retmap"
}
        
Elapsed time: 0.61086s