ThorPT software
ThorPT software
Thermodynamic modelling for petrology and geochemistry
ThorPT is a Python package developed during my PhD for modelling, processing and visualising petrological and geochemical data. All credit goes to the CPaG group (Computational Petrology and Geochemistry) where the project originated.
Highlights
- Focused tools for petrology and geochemistry workflows
- Lightweight Python package, suitable for scripting and analysis
- Open source—designed for reuse and extension
Install
Clone the repository:
git clone https://github.com/neoscalc/ThorPT.git
Install directly with pip:
pip install git+https://github.com/neoscalc/ThorPT.git
Quick start
Import the package and inspect its modules:
import thorpt
help(thorpt)
See the repository README for usage examples and API details.
Get ThorPT
Explore the source, examples, and documentation on GitHub: https://github.com/neoscalc/ThorPT
Contributing & Support
Contributions, bug reports and feature requests are welcome via GitHub Issues and Pull Requests. Check the repository README for contribution guidelines and contact information.