mmikhasenko / ThreeBodyDecays.jl

Builder of the three-body decay model using cascade approach
https://mmikhasenko.github.io/ThreeBodyDecays.jl/
MIT License
2 stars 0 forks source link

ThreeBodyDecays

Stable Documentation In development documentation DOI

Build Status Test workflow status Lint workflow Status Docs workflow Status

Coverage Contributor Covenant All Contributors

Description

ThreeBodyDecays.jl is a Julia package for building hadronic decay models using a cascade reaction. Decays with three particles is the main application of the approach, however, it is also found useful in multibody decays where transitions can be factorized to a product of sequential decays with $≤3$ products. Particles can have arbitrary spin.

The implementation is based on a research paper, "Dalitz-plot decomposition for three-body decays" by JPAC Collaboration (M. Mikhasenko at al.) (inspire reference).

The code mostly inherits notations of the paper:

Installation

using Pkg
Pkg.add("ThreeBodyDecays")

How to Cite

If you use ThreeBodyDecays.jl in your work, please cite using the reference given in CITATION.cff. The PRD101 (2020) 3, 034033 paper is available for academic citations.

Contributing

If you want to make contributions of any kind, please first that a look into our contributing guide directly on GitHub or the contributing page on the website.


Contributors