CHROMA
fermbcs.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Fermion boundary conditions
5  *
6  * Support for fermion boundary conditions
7  */
8 
9 /*! \defgroup fermbcs Fermion boundary conditions
10  * \ingroup fermact
11  *
12  * Support for fermion boundary conditions
13  */
14 
15 #ifndef __fermbcs_h__
16 #define __fermbcs_h__
17 
18 #include "periodic_fermbc.h"
19 #include "simple_fermbc.h"
20 
21 #include "fermbcs_reader_w.h"
22 #include "fermbc_factory_w.h"
23 #include "simple_fermbc_w.h"
24 #include "periodic_fermbc_w.h"
25 #include "twisted_fermbc_w.h"
26 #include "schroedinger_fermbc_w.h"
27 #include "schr_sf_fermbc_w.h"
28 #include "schr_triv_fermbc_w.h"
29 #include "schr_nonpert_fermbc_w.h"
30 #include "schr_coupling_fermbc_w.h"
32 #include "schr_dirich_fermbc_w.h"
33 
34 #include "fermbcs_reader_s.h"
35 #include "fermbc_factory_s.h"
36 #include "simple_fermbc_s.h"
37 
38 #endif
39 
40 
Fermion Boundary Condition factories.
Fermion Boundary Condition factories.
Fermionic boundary condition reader.
Fermionic boundary condition reader.
Fermion action boundary conditions.
Periodic fermionic BC.
Schroedinger BC - chromo-magnetic ferm BC.
Schroedinger BC - use for coupling determinations.
Schroedinger BC - dirichlet BC.
Schroedinger BC - use for non-pertubative tuning of clover action.
Schroedinger ferm boundary conditions.
Schroedinger functional trivial ferm boundary conditions.
Fermion action boundary conditions.
Simple fermionic BC.
Simple fermionic BC.
Simple fermionic BC.
Twisted fermionic BC.