MultipletCombiner: A Haskell implementation for combining SU(n) multiplets

[ bsd3, groups, library, math, physics, science ] [ Propose Tags ]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.7
Dependencies base (>=4.9 && <5), HUnit (>=1.6.2.0 && <2) [details]
License BSD-3-Clause
Author
Maintainer Michael Dressel <michael.dressel@kloenplatz.de>
Category physics, library, science, math, groups
Home page https://github.com/mdrslmr/MultipletCombiner#readme
Bug tracker https://github.com/mdrslmr/MultipletCombiner/issues
Source repo head: git clone https://github.com/mdrslmr/MultipletCombiner
Uploaded by dressel at 2023-09-10T19:12:58Z
Distributions LTSHaskell:0.0.7, NixOS:0.0.7, Stackage:0.0.7
Downloads 272 total (31 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user
Build status unknown [no reports yet]

Readme for MultipletCombiner-0.0.7

[back to package description]
    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.