Last updated:
0 purchases
pdom 1.0.0
pdom
Simulation toolkit for the Photocatalytic Degradation of Organic Molecules
Setup
Most features of pdom can be directly accessed from its command-line tools.
The easiest way to install them on your system is via pipx.
So if you just need the CLI, use the following line to install pdom.
pipx install pdom
You can also install the pdom library directly through the Python Package Index (PyPI) for use in your own projects.
The use of a virtual environment is recommended.
pip install pdom
If the stable version of pdom on PyPI is missing a particular function, you can install the latest version directly from the GitHub repository.
pip install -U git+https://github.com/theia-dev/pdom.git#egg=pdom
Citation
If you use pdom in your work please cite the paper describing the basic models
Eckert, H., Bobeth, M., Teixeira, S., Kühn, K., & Cuniberti, G.
Modeling of photocatalytic degradation of organic components in water by nanoparticle suspension.
Chemical Engineering Journal 261, (2015).
doi: 10.1016/j.cej.2014.05.147
The full source code can be accessed on GitHub with the corresponding documentation hosted at Read the docs.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.