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

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

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

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) [details]
License BSD-3-Clause
Author
Maintainer Michael Dressel <michael.dressel@kloenplatz.de>
Revised Revision 2 made by dressel at 2023-05-16T18:02:53Z
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-05-15T19:25:03Z
Distributions LTSHaskell:0.0.7, NixOS:0.0.7, Stackage:0.0.7
Downloads 275 total (27 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2023-05-15 [all 2 reports]

Readme for MultipletCombiner-0.0.1

[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.