From 49aab5a69f6e5bcdf9d0cbb7d060686ca11fdc78 Mon Sep 17 00:00:00 2001 From: marcoloco Date: Fri, 9 Jan 2026 10:01:20 +0100 Subject: [PATCH] Add Units and dimensional analysis section with dimtensor, Pint, and unyt --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index a4334ef..6373d5f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ A curated list of awesome scientific Python resources. * [Compilation](#compilation) * [Parallel computing](#parallel-computing) * [GPU computing](#gpu-computing) + * [Units and dimensional analysis](#units-and-dimensional-analysis) * [Domain-specific libraries](#domain-specific-libraries) * [Geospatial data](#geospatial-data) * [Astrophysics](#astrophysics) @@ -168,6 +169,12 @@ A curated list of awesome scientific Python resources. * [CuPy](https://cupy.chainer.org/) - NumPy-like library with CUDA. * [PyCUDA](https://developer.nvidia.com/pycuda) - Use CUDA with Python. +### Units and dimensional analysis + +* [dimtensor](https://github.com/marcoloco23/dimtensor) - Unit-aware tensors for physics with NumPy, PyTorch, and JAX support. +* [Pint](https://pint.readthedocs.io/) - Physical quantities and unit conversion. +* [unyt](https://unyt.readthedocs.io/) - Unit handling from the yt project. + ## Domain-specific libraries