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.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)
50
using
Fopr_Wilson
=
Imp::Fopr_Wilson
;
51
#else
52
using
Fopr_Wilson
=
Org::Fopr_Wilson
;
53
#endif
54
55
#else
56
57
#if defined(USE_IMP)
58
typedef
Imp::Fopr_Wilson
Fopr_Wilson
;
59
#else
60
typedef
Org::Fopr_Wilson
Fopr_Wilson
;
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 */
fopr_Wilson_impl.h
Org::Fopr_Wilson
Definition:
fopr_Wilson_impl.h:42
Fopr_Wilson
Org::Fopr_Wilson Fopr_Wilson
Wilson fermion operator.
Definition:
fopr_Wilson.h:60
Imp::Fopr_Wilson
Definition:
fopr_Wilson_impl.h:43
fopr_Wilson_impl.h
src
lib
Fopr
fopr_Wilson.h
Generated on Thu Mar 19 2020 10:28:22 for Bridge++ by
1.8.6