HiRep 0.1
Loading...
Searching...
No Matches
pta_qprop.h
1#ifndef PTA_QPROP_H
2#define PTA_QPROP_H
3
4#include "spinor_field.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10void pta_qprop_QMR_eo(int g0[4], spinor_field **pta_qprop, int nm, double *m, double acc);
11void pta_qprop_QMR(int g0[4], spinor_field **pta_qprop, int nm, double *m, double acc);
12void pta_qprop_MINRES(int g0[4], spinor_field **pta_qprop, int nm, double *m, double acc);
13
14#ifdef __cplusplus
15}
16#endif
17#endif //PTA_QPROP_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