Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fopr_Wilson.h
Go to the documentation of this file.
1 
14 #ifndef FOPR_WILSON_INCLUDED
15 #define FOPR_WILSON_INCLUDED
16 
18 
39 // implementations
40 
41 // original unoptimised version
42 #include "Org/fopr_Wilson_impl.h"
43 
44 // improved version
45 #include "Imp/fopr_Wilson_impl.h"
46 
47 #ifdef LIB_CPP11
48 
49 #if defined(USE_IMP)
51 #else
53 #endif
54 
55 #else
56 
57 #if defined(USE_IMP)
59 #else
61 #endif
62 
63 #endif /* LIB_CPP11 */
64 
65 #ifdef USE_FACTORY
66 namespace Selector_Fopr_Wilson
67 {
68  bool register_factory();
69 }
70 
71 #endif
72 
73 
74 #endif /* FOPR_WILSON_INCLUDED */
Org::Fopr_Wilson Fopr_Wilson
Wilson fermion operator.
Definition: fopr_Wilson.h:60