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
7
extern
"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
12
void
HYP_smearing(
suNg_field
*out,
suNg_field
*in,
double
weight[3]);
13
double
min_tplaq(
suNg_field
*g);
14
void
HYP_span_parameters(
double
mtp[6859]);
15
int
HYP_best_parameters(
double
mtp[6859],
double
w[3]);
16
17
#ifdef __cplusplus
18
}
19
#endif
20
#endif
//HYP_SMEARING_H
spinor_field.h
The elementary site structures defined in suN.h are used in this file to define field structures that...
suNg_field
Gauge field of SU(N_g) matrices.
Definition
spinor_field.h:98
Include
Utils
HYP_smearing.h
Generated by
1.12.0