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
40
#include "
Org/fopr_Wilson_eo_impl.h
"
41
#endif
42
43
// improved version
44
#ifdef USE_IMP
45
#include "
Imp/fopr_Wilson_eo_impl.h
"
46
#endif
47
48
#if defined(USE_IMP)
49
typedef
Imp::Fopr_Wilson_eo
Fopr_Wilson_eo
;
50
#else
51
typedef
Org::Fopr_Wilson_eo
Fopr_Wilson_eo
;
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
src
lib
Fopr
fopr_Wilson_eo.h
Generated on Sat Feb 10 2024 14:19:59 for Bridge++ by
1.8.17