126 const double relax_boost,
const double tolerance,
const int reunit_interval,
const int stopWtheta);
142 const double alpha,
const int autotune,
const double tolerance,
const int stopWtheta);
Class declaration to initialize and hold CURAND RNG states.
enum QudaWFlowType_s QudaWFlowType
void APEStep(GaugeField &dataDs, GaugeField &dataOr, double alpha)
Apply APE smearing to the gauge field.
void gaugeObservables(GaugeField &u, QudaGaugeObservableParam ¶m, TimeProfile &profile)
Calculates a variety of gauge-field observables.
double3 plaquette(const GaugeField &U)
Compute the plaquette of the gauge field.
void OvrImpSTOUTStep(GaugeField &dataDs, GaugeField &dataOr, double rho, double epsilon)
Apply Over Improved STOUT smearing to the gauge field.
void gaugeFixingFFT(GaugeField &data, const int gauge_dir, const int Nsteps, const int verbose_interval, const double alpha, const int autotune, const double tolerance, const int stopWtheta)
Gauge fixing with Steepest descent method with FFTs with support for single GPU only.
void WFlowStep(GaugeField &out, GaugeField &temp, GaugeField &in, double epsilon, QudaWFlowType wflow_type)
Apply Wilson Flow steps W1, W2, Vt to the gauge field. This routine assumes that the input and output...
void computeQCharge(double energy[3], double &qcharge, const GaugeField &Fmunu)
Compute the topological charge and field energy.
void gaugeGauss(GaugeField &U, RNG &rngstate, double epsilon)
Generate Gaussian distributed su(N) or SU(N) fields. If U is a momentum field, then we generate rando...
void gaugeFixingOVR(GaugeField &data, const int gauge_dir, const int Nsteps, const int verbose_interval, const double relax_boost, const double tolerance, const int reunit_interval, const int stopWtheta)
Gauge fixing with overrelaxation with support for single and multi GPU.
void computeFmunu(GaugeField &Fmunu, const GaugeField &gauge)
Compute the Fmunu tensor.
void STOUTStep(GaugeField &dataDs, GaugeField &dataOr, double rho)
Apply STOUT smearing to the gauge field.
void projectSU3(GaugeField &U, double tol, int *fails)
Project the input gauge field onto the SU(3) group. This is a destructive operation....
void computeQChargeDensity(double energy[3], double &qcharge, void *qdensity, const GaugeField &Fmunu)
Compute the topological charge, field energy and the topological charge density per lattice site.