CHROMA
actions/ferm/ferm.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Fermion action support
5  *
6  * Central include file for all fermion action support
7  */
8 
9 /*! \defgroup fermact Fermion action support
10  * \ingroup actions
11  *
12  * Support for construction of linear operators operators including
13  * fermion/dirac operators, inverters,
14  * and quark propagators.
15  */
16 
17 #ifndef __actfermm_h__
18 #define __actfermm_h__
19 
20 #include "fermacts/fermacts.h"
21 #include "fermbcs/fermbcs.h"
22 #include "fermstates/fermstates.h"
23 #include "invert/invert.h"
24 #include "linop/linop.h"
25 #include "qprop/qprop.h"
26 
27 #endif
28 
29 
Fermion actions.
Fermion boundary conditions.
Fermion states.
Inverters.
Fermion linear operators.
Quark propagator solution routines.