CHROMA
fermstates.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Fermion states
5  *
6  * Support for fermion states
7  */
8 
9 /*! \defgroup fermstates Fermion states
10  * \ingroup fermact
11  *
12  * Support for fermion states
13  */
14 
15 #ifndef __fermstates_h__
16 #define __fermstates_h__
17 
18 #include "periodic_fermstate.h"
19 #include "simple_fermstate.h"
20 
21 #include "stout_fermstate_w.h"
22 #include "extfield_fermstate_w.h"
23 
24 
25 #include "hex_fermstate_w.h"
26 
27 #endif
28 
29 
Fermion external field state and a creator.
Hex field state for stout links and a creator.
Periodic ferm state and a creator.
Simple ferm state and a creator.
Stout field state for stout links and a creator.