Bridge++  Version 1.4.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 #ifdef USE_ORG
43 #include "Org/fopr_Wilson_impl.h"
44 #endif
45 
46 // improved version
47 #ifdef USE_IMP
48 #include "Imp/fopr_Wilson_impl.h"
49 #endif
50 
51 // improved for BG/Q
52 #ifdef USE_IMP_BGQ
54 #endif
55 
56 #ifdef LIB_CPP11
57 
58 #if defined(USE_IMP_BGQ)
60 #elif defined(USE_IMP)
62 #else
64 #endif
65 
66 #else
67 
68 #if defined(USE_IMP_BGQ)
70 #elif defined(USE_IMP)
72 #else
74 #endif
75 #endif
76 #endif
Org::Fopr_Wilson Fopr_Wilson
Wilson fermion operator.
Definition: fopr_Wilson.h:73