Function lattice_qcd_rs::su3::su3_exp_r

source ·
pub fn su3_exp_r(su3_adj: Su3Adjoint) -> CMatrix3
Expand description

gives the value exp(v^a T^a )

The algorithm use is much more efficient the diagonalization method. It use the Cayley–Hamilton theorem. If you wish to find more about it you can read the OpenQCD documentation that can be found here or by downloading a release.