Some time ago for practicing #haskell I implemented a well know algorithm for combining multiplets https://github.com/mdrslmr/MultipletCombiner . This algorithm from #grouptheory is used in #particlephysics and other #physics topics. The code is probably pretty useless since the results are anyway textbook standards. But I found it was a nice exercise. I'm sure the code can be improved a lot easily.
| github | https://github.com/mdrslmr |
| MultipletCombiner | https://github.com/mdrslmr/MultipletCombiner |