Expand description
Constants, static variables and their getter/setter functions.
Note: the static variables defined in this module are not thread-safe. Do not change them while multithreading!
Constants§
- The imaginary unit.
Functions§
- Get the default integration method. Equals
crate::Integral::G7K15(tol_integral(), max_iter_integral())if never changed. - Get the default maximum number of iterations for numerical integrals. Equals
50if never changed. - Get the default quark mass. Equals
0.5(in arbitrary units) if never changed. - Get the default tolerance for numerical integrals. Equals
1E-10if never changed. - Get the regulator for integrals in the matsubara limit. Equals
1E-5if never changed. - Get the number of colors. Equals
3if never changed. - Get the number of fermions. Equals
1if never changed. - Set the default maximum number of iterations for numerical integrals.
- Set the default quark mass.
- Set the default tolerance for numerical integrals.
- Set the regulator for integrals in the matsubara limit.
- Set the number of colors.
- Set the number of fermions.