Bridge++  Ver. 2.0.2
fopr_Wilson_eo.h
Go to the documentation of this file.
1 
14 #ifndef FOPR_WILSON_EO_INCLUDED
15 #define FOPR_WILSON_EO_INCLUDED
16 
18 
36 // implementations
37 
38 // original unoptimised version
39 #ifdef USE_ORG
41 #endif
42 
43 // improved version
44 #ifdef USE_IMP
46 #endif
47 
48 #if defined(USE_IMP)
50 #else
52 #endif
53 
54 #ifdef USE_FACTORY
55 namespace Selector_Fopr_Wilson_eo
56 {
57  bool register_factory();
58 }
59 #endif
60 
61 #endif /* FOPR_WILSON_EO_INCLUDED */
Fopr_Wilson_eo
Org::Fopr_Wilson_eo Fopr_Wilson_eo
Even-odd Wilson fermion operator.
Definition: fopr_Wilson_eo.h:51
fopr_Wilson_eo_impl.h
Org::Fopr_Wilson_eo
Definition: fopr_Wilson_eo_impl.h:39
fopr_Wilson_eo_impl.h
Imp::Fopr_Wilson_eo
Definition: fopr_Wilson_eo_impl.h:38