HiRep 0.1
Loading...
Searching...
No Matches
background_field.h
1#ifndef BACKGROUND_FIELD_H
2#define BACKGROUND_FIELD_H
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7#include "spinor_field.h"
8
9void apply_background_field_zdir(suNg_field *V, double Q, int n);
10
11#ifdef __cplusplus
12}
13#endif
14#endif //BACKGROUND_FIELD_H
The elementary site structures defined in suN.h are used in this file to define field structures that...
Gauge field of SU(N_g) matrices.
Definition spinor_field.h:98