From ad0fe602b8cfd8083ae048cde7ec768053e7117c Mon Sep 17 00:00:00 2001 From: Greg Partin Date: Wed, 18 Mar 2026 18:30:46 -0700 Subject: [PATCH 1/2] Add lfm-physics to Physics section --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a4334ef..83252af 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,10 @@ A curated list of awesome scientific Python resources. * [Astropy](http://www.astropy.org/) - Core package for astronomy. * [AstroML](http://www.astroml.org/) - Machine learning for astronomy +### Physics + +* [lfm-physics](https://github.com/gpartin/lfm-physics) - Lattice Field Medium physics simulation library with GPU-accelerated solvers and 41+ verified predictions. + ### Molecular simulations * [MGLTools](http://mgltools.scripps.edu/) - Visualization and analysis of molecular structures. From 1b127cf051141eb07fbcf553ba028ac607060f39 Mon Sep 17 00:00:00 2001 From: Greg Partin Date: Wed, 18 Mar 2026 18:44:31 -0700 Subject: [PATCH 2/2] Address review: add Physics to TOC, rephrase description --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 83252af..634cc4a 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ A curated list of awesome scientific Python resources. * [Domain-specific libraries](#domain-specific-libraries) * [Geospatial data](#geospatial-data) * [Astrophysics](#astrophysics) + * [Physics](#physics) * [Molecular simulations](#molecular-simulations) * [Bioinformatics](#bioinformatics) * [Neuroimaging](#neuroimaging) @@ -184,7 +185,7 @@ A curated list of awesome scientific Python resources. ### Physics -* [lfm-physics](https://github.com/gpartin/lfm-physics) - Lattice Field Medium physics simulation library with GPU-accelerated solvers and 41+ verified predictions. +* [lfm-physics](https://github.com/gpartin/lfm-physics) - Lattice Field Medium physics simulation library with GPU-accelerated solvers for coupled wave equations on discrete lattices. ### Molecular simulations