HiRep 0.1
Loading...
Searching...
No Matches
measure_renormalization.h
1#ifndef MEASURE_RENORMALIZATION_H
2#define MEASURE_RENORMALIZATION_H
3
4#include "spinor_field.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void measure_renormalization(spinor_field *psi_in, spinor_field *psi_out, int nm, int pt_in, int px_in, int py_in, int pz_in,
11 int pt_out, int px_out, int py_out, int pz_out);
12void print_renormalization(int conf, int nm, double *mass, char *label, int pt_in, int px_in, int py_in, int pz_in, int pt_out,
13 int px_out, int py_out, int pz_out);
14
15#ifdef __cplusplus
16}
17#endif
18#endif //MEASURE_RENORMALIZATION_H
The elementary site structures defined in suN.h are used in this file to define field structures that...
Spinor field array containing SU(N_f) spinors in chosen fermion representation.
Definition spinor_field.h:189