HiRep 0.1
Loading...
Searching...
No Matches
shift_fields.h
1#ifndef SHIFT_FIELDS_H
2#define SHIFT_FIELDS_H
3
4#include "spinor_field.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10/*Global shift for fields, the routine accepts also NULL entries in which case it does nothing*/
11void shift_fields(int *shift, spinor_field *sin, suNg_field *uin, spinor_field *sout, suNg_field *uout);
12
13#ifdef __cplusplus
14}
15#endif
16#endif //SHIFT_FIELDS_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
Gauge field of SU(N_g) matrices.
Definition spinor_field.h:98