the Wilson Gauge Action More...
#include <fermiqcd_gauge_actions.h>
Static Public Member Functions | |
| static void | heatbath_SU2 (mdp_prng &random, mdp_real beta_eff, mdp_complex *a) |
| static gauge_stats | heatbath (gauge_field &U, coefficients &coeff, int n_iter=1) |
the Wilson Gauge Action
Example:
/// int ns=2, steps=10;
/// gauge_field U(lattice,nc);
/// coefficients gauge;
/// U.load("myfield.0000");
/// gauge["beta"]=6.0;
/// ImprovedGaugeAction::heatbath(U,gauge,steps);
/// U.save("myfield.0001");
/// | static gauge_stats WilsonGaugeAction::heatbath | ( | gauge_field & | U, | |
| coefficients & | coeff, | |||
| int | n_iter = 1 | |||
| ) | [inline, static] |
| static void WilsonGaugeAction::heatbath_SU2 | ( | mdp_prng & | random, | |
| mdp_real | beta_eff, | |||
| mdp_complex * | a | |||
| ) | [inline, static] |
1.6.1