Bridge++
Version 1.5.4
Main Page
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
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
#ifdef LIB_CPP11
49
50
#if defined(USE_IMP)
51
using
Fopr_Wilson_eo
=
Imp::Fopr_Wilson_eo
;
52
#else
53
using
Fopr_Wilson_eo
=
Org::Fopr_Wilson_eo
;
54
#endif
55
56
#else
57
58
#if defined(USE_IMP)
59
typedef
Imp::Fopr_Wilson_eo
Fopr_Wilson_eo
;
60
#else
61
typedef
Org::Fopr_Wilson_eo
Fopr_Wilson_eo
;
62
#endif
63
#endif
64
65
#ifdef USE_FACTORY
66
namespace
Selector_Fopr_Wilson_eo
67
{
68
bool
register_factory();
69
}
70
#endif
71
72
#endif
/* FOPR_WILSON_EO_INCLUDED */
fopr_Wilson_eo_impl.h
fopr_Wilson_eo_impl.h
Fopr_Wilson_eo
Org::Fopr_Wilson_eo Fopr_Wilson_eo
Even-odd Wilson fermion operator.
Definition:
fopr_Wilson_eo.h:61
Imp::Fopr_Wilson_eo
Definition:
fopr_Wilson_eo_impl.h:35
Org::Fopr_Wilson_eo
Definition:
fopr_Wilson_eo_impl.h:37
src
lib
Fopr
fopr_Wilson_eo.h
Generated on Thu Mar 19 2020 10:28:22 for Bridge++ by
1.8.6