mirror of
https://github.com/paboyle/Grid.git
synced 2024-11-10 15:55:37 +00:00
11 lines
303 B
C
11 lines
303 B
C
|
#ifndef GRID_QCD_ACTIONS_H
|
||
|
#define GRID_QCD_ACTIONS_H
|
||
|
|
||
|
#include <qcd/action/fermion/FermionAction.h>
|
||
|
#include <qcd/action/fermion/WilsonCompressor.h>
|
||
|
#include <qcd/action/fermion/WilsonKernels.h>
|
||
|
#include <qcd/action/fermion/WilsonFermion.h>
|
||
|
#include <qcd/action/fermion/FiveDimWilsonFermion.h>
|
||
|
|
||
|
#endif
|