Ask HN: What are the best resources to learn Rust in 2025?
6 points by _Crownwell 14h ago 6 comments
Ask HN: Ideas to acquire "good taste" in programming?
6 points by danielciocirlan 1d ago 10 comments
Show HN: Fast Thermodynamic Calculations in Python
47 Saloc 8 7/4/2025, 11:48:12 AM dlr-institute-of-future-fuels.github.io ↗
I built gaspype, a Python library for fast thermodynamic calculations, like equilibrium reactions. It's lightweight, written in typed Python/Numpy, and comes with a large species database.
Gaspype operates on multidimensional arrays for composition, temperature and pressure. It is designed for a flat learning curve and compact syntax for pocket calculator-like use in Jupyter Notebooks, as well as high performance for integration in large physical models. One central goal is the portability to GPU frameworks like JAX or PyTorch for performance as well as direct integrability in ML pipelines.
Checkout the examples, I'd love to hear you feedback, use cases, or feature ideas.
Repo is located here: https://github.com/DLR-Institute-of-Future-Fuels/gaspype
That said, there's a long tail of features needed to make it practical (mole/mass/vol frac conversion, unit conversions, chemical Rxn, Steam tables etc.)
No comments yet