CHROMA
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
z
Typedefs
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
c
e
f
g
h
m
o
p
q
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
m
n
o
p
q
r
s
t
u
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
Enumerator
e
h
i
k
r
s
t
v
Related Functions
:
a
g
h
i
l
o
p
r
s
t
u
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
o
p
q
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
e
l
m
p
q
s
t
u
Enumerations
Enumerator
c
e
f
g
h
l
n
o
s
t
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
lib
qphix_singleton.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Fermion action factories
4
*/
5
6
#ifndef __qphix_singleton_h__
7
#define __qphix_singleton_h__
8
9
#include "
chroma_config.h
"
10
11
// If we build QPhiX -- Define the singleton holding command line args
12
#if defined(BUILD_QPHIX)
13
14
// Define this for both regular QPhiX and for QDP-JIT QPhiX
15
#include "qphix/qphix_cli_args.h"
16
namespace
Chroma
{
17
// A Singleton to hold the command line args.
18
typedef
SingletonHolder<QPhiX::QPhiXCLIArgs> TheQPhiXParams;
19
}
20
21
22
#include "qdp_config.h"
23
24
#if defined(QDP_IS_QDPJIT) && defined(CHROMA_QPHIX_DSLASH_ENABLED)
25
#define CHROMA_BUILDING_QPHIX_DSLASH 1
26
#endif
// QDP_IS_QDPJIT && CHROMA_QPHIX_DSLASH_ENABLED
27
28
#endif
// BUILD_QPHIX
29
#endif
// QPHIX_SINGLETON_H
30
chroma_config.h
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Generated by
1.9.1