Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

WilsonGaugeAction Class Reference

the Wilson Gauge Action More...

#include <fermiqcd_gauge_actions.h>

Inheritance diagram for WilsonGaugeAction:

ImprovedGaugeAction ImprovedGaugeActionSSE2 List of all members.

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)

Detailed Description

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");
    


The documentation for this class was generated from the following file:
Generated on Sun Feb 27 15:12:43 2005 by  doxygen 1.4.1