Function qcd_sme::common::thermal::bose_distribution
source · pub fn bose_distribution<T1: Num + Sub<T2, Output = T1>, T2: Num>(
en: T1,
beta: R,
mu: T2
) -> T1Expand description
The Bose-Einstein distribution.
As a function of the energy en, inverse temperature beta and
chemical potential mu.