#include <fermiqcd_gauge_fixing.h>
Static Public Member Functions | |
| static void | hit (gauge_field &U, int mu, int parity, int i, int j, mdp_real overrelaxation_boost=1) |
| static void | z3_fix (gauge_field &U, int mu) |
| static gaugefixing_stats | fix (gauge_field &U, int mu=0, int max_steps=1, mdp_real target_precision=1e-5, mdp_real overrelaxation_boost=1, bool z3=false) |
Static Public Attributes | |
| static const int | Coulomb = 0 |
| static const int | Landau = 10 |
Example:
gauge_field U(lattice,nc);
gaugefixing_stats stats;
U.load("myfield");
stats=GaugeFixing::fix(U,GaugeFixing::Coulomb,100);
U.save("myfield_gaugefixed");
|
||||||||||||||||||||||||||||
|
performs the gauge fixing
|
1.4.1