A framework for processing adsorption data for porous materials
Project description
pyGAPS (Python General Adsorption Processing Suite) is a framework for adsorption data analysis and fitting written in Python 3.
Features
Advanced adsorption data import and manipulation
Routine analysis such as BET/Langmuir surface area, t-plot, alpha-s, Dubinin plots etc.
Pore size distribution calculations for mesopores (BJH, Dollimore-Heal)
Pore size distribution calculations for micropores (Horvath-Kawazoe)
Pore size distribution calculations using DFT kernels
Isotherm model fitting (Henry, Langmuir, DS/TS Langmuir, etc..)
IAST calculations for binary and multicomponent adsorption
Isosteric enthalpy of adsorption calculations
Parsing to and from multiple formats such as Excel, CSV and JSON
An sqlite database backend for storing and retrieving data
Simple methods for isotherm graphing and comparison
Documentation
The framework is well documented, with in-depth explanations, examples and theory. An online documentation is available for this purpose. If you are familiar with Python and adsorption theory and want to jump right in, look at the quickstart section. Examples on each of the capabilities specified above can be found in the examples. Most of the examples in the documentation are actually Jupyter Notebooks. You can download them and run them yourself from the /docs/examples folder.
To become well familiarised with the concepts introduced by pyGAPS, such as what is an Isotherm, how units work, what data is required and can be stored etc., a deep dive is available in the manual.
Finally, having a strong grasp of the science of adsorption is recommended, to understand the strengths and shortcomings of various methods. We have done our best to explain the theory and application range of each capability and model. To learn more, look at the reference or simply call help() from a python interpreter (for example help(pygaps.area_BET).
Citing
Please consider citing the related paper we published if you use the program in your research.
Paul Iacomi, Philip L. Llewellyn, Adsorption (2019). pyGAPS: A Python-Based Framework for Adsorption Isotherm Processing and Material Characterisation. DOI: https://doi.org/10.1007/s10450-019-00168-5
Installation
The easiest way to install pyGAPS is from the command line. Make sure that you have numpy, scipy, pandas and matplotlib, as well as CoolProp already installed.
pip install pygaps
Anaconda/Conda is your best bet since it manages environments for you. First create a new environment and use conda to install the dependencies (or start with one that already has a full instalation). Then use pip inside your environment.
conda create -n myenv python=3 numpy scipy pandas matplotlib
conda activate myenv
pip install pygaps
To install the development branch, clone the repository from GitHub. Then install the package with pip either in regular or developer mode.
git clone https://github.com/pauliacomi/pyGAPS
# then install
pip install pyGAPS/
# or developer mode
pip install -e pyGAPS/
Development
If you want to contribute to pyGAPS or develop your own code from the package, check out the detailed information here.
Bugs or questions?
For any bugs found, please open an issue or, even better, submit a pull request. It’ll make my life easier. This also applies to any features which you think might benefit the project. I’m also more than happy to answer any questions. Shoot an email to mail( at )pauliacomi.com or find me on at https://pauliacomi.com or on Twitter.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pygaps-2.0.2.tar.gz
.
File metadata
- Download URL: pygaps-2.0.2.tar.gz
- Upload date:
- Size: 4.0 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cfdb6c76ffbc5608afae2d2fbfdd63a7c273df5fb984f7189947dcb1ef8395a3 |
|
MD5 | a3db13a2e660ca068d709c6446689ebb |
|
BLAKE2b-256 | 08b5ac22100382881e268f6dd745746687de3f88a7376256092507cc00f32672 |
Provenance
File details
Details for the file pygaps-2.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: pygaps-2.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 251.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.2 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7f34c171593938490e17140311bcf47560360a6762a031772fe9e46b170c8e86 |
|
MD5 | f3cf72cc9a52a9ff1f779377da34d81c |
|
BLAKE2b-256 | 272841c67859c0997d5a4acd4b63d8dd2e6afdfeb90d3d032a5d86c10cd462b8 |