CHROMA
actions.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Include all files related to actions
5  *
6  * Central include file for all action support
7  */
8 
9 /*! \defgroup actions Support for gauge and fermion actions
10  * \ingroup lib
11  *
12  * Support for construction of linear operators operators including
13  * fermion/dirac operators, inverters, improved gauge actions,
14  * and quark propagators.
15  */
16 
17 #ifndef __actions_h__
18 #define __actions_h__
19 
20 #include "boson/boson.h"
21 #include "ferm/ferm.h"
22 #include "gauge/gauge.h"
23 
24 #endif
25 
26 
Boson action support.