API

Modules

Types and constants

Functions and macros

Documentation

DoubleBetaDecayGenerators.TwoNuDBDDataType
TwoNuDBDData(path)

A structure to hold numerical calculations of two-neutrino double-beta decay in the format provided by Iachello, F. and Kotila, J. [1].

[1] https://nucleartheory.yale.edu/double-beta-decay-phase-space-factors

source
DoubleBetaDecayGenerators.ZeroNuDBDDataType
ZeroNuDBDData(path)

A structure to hold numerical calculations of zero-neutrino double-beta decay in the format provided by Iachello, F. and Kotila, J. [1].

[1] https://nucleartheory.yale.edu/double-beta-decay-phase-space-factors

source
DoubleBetaDecayGenerators.acute_inv_cdfMethod
acute_inv_cdf(x, q)

The inverse of the cumulative of the "acute" probability distribution, where q is the linear angular coefficient.

[1] https://stats.stackexchange.com/questions/171592/generate-random-numbers-with-linear-distribution

source
DoubleBetaDecayGenerators.Legacy.rand_2nbbMethod
rand_2nbb(data::TwoNuDBDData)

Generate the momenta of the two electrons emitted in two-neutrino double-beta decay, according to numerical calculations wrapped by 'data'. Units of keV.

source