19#include "Inverters/linear_solvers.h"
20#include "Utils/generics.h"
29#define restrict __restrict__
32#define _SPINOR_FIELD_TYPE spinor_field
34#include "TMPL/dirac.h.tmpl"
36#define _SPINOR_FIELD_TYPE spinor_field_flt
38#include "TMPL/dirac.h.tmpl"
44typedef enum { DIRECT, DAGGER } tw_D_type;
50#if (NG == 3) && defined(REPR_FUNDAMENTAL)
78#if defined(WITH_CLOVER) || defined(WITH_EXPCLOVER)
98void set_dirac_mass(
double mass);
99double get_dirac_mass(
void);
100void set_twisted_mass(
double mu);
130void set_ff_dirac_mass(
double mass);
131void set_ff_dirac_shift(
double mass);
This file contains information on the geometry of the local lattice, block decomposed geometry,...
The elementary site structures defined in suN.h are used in this file to define field structures that...
Definition linear_solvers.h:21
Spinor field array containing single precision SU(N_f) spinors in chosen fermion representation.
Definition spinor_field.h:207
Spinor field array containing SU(N_f) spinors in chosen fermion representation.
Definition spinor_field.h:189