mdrslmr/MultipletCombiner
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
MultipletCombiner
=================
A Haskell implementation for combining SU(n) multiplets according
to the algorithm described in the particle data book (2021) section 48, see
https://pdg.lbl.gov/2022/reviews/rpp2022-rev-young-diagrams.pdf
.
See LICENSE.
Description:
https://github.com/mdrslmr/MultipletCombiner/blob/main/multiplets.pdf
Subdirectories:
src:
The Haskell source code of the algorithm to be used e.g. within ghci.
tests:
Some tests using HUnit.