Module lattice_qcd_rs::statistics::distribution
source · Expand description
Some statistical distribution used by other part of the library
Structs
- used to generates matrix close the unit, for su2 close to +/-1, see
su2::random_su2_close_to_unity
and for su(3)[su3::get_r] (+/- 1) * [su3::get_s] (+/- 1) * [su3::get_t] (+/- 1)
- Distribution for the Heat Bath methods with the parameter
param_exp = beta * sqrt(det(A))
. - Distribution for the norm of the SU2 adjoint to generate the
HeatBathDistribution
with the parameterparam_exp = beta * sqrt(det(A))
. - Distribution given by
x^2 e^{- 2 a x^2}
,x >= 0
wherex
is the random variable anda
a parameter of the distribution.