HiRep 0.1
Loading...
Searching...
No Matches
HYP_smearing.h
1#ifndef HYP_SMEARING_H
2#define HYP_SMEARING_H
3
4#include "spinor_field.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10/* HYP smearing */
11//void spatialHYP_smearing(suNg_field *out, suNg_field *in, double weight[3]); //TODO: why are this is commented out
12void HYP_smearing(suNg_field *out, suNg_field *in, double weight[3]);
13double min_tplaq(suNg_field *g);
14void HYP_span_parameters(double mtp[6859]);
15int HYP_best_parameters(double mtp[6859], double w[3]);
16
17#ifdef __cplusplus
18}
19#endif
20#endif //HYP_SMEARING_H
The elementary site structures defined in suN.h are used in this file to define field structures that...
Gauge field of SU(N_g) matrices.
Definition spinor_field.h:98