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
actions
gauge
gaugebcs
schr_gaugebc_params.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \brief Schroedinger functional gauge boundary conditions
4
*/
5
6
#ifndef __gaugebc_schr_params_h__
7
#define __gaugebc_schr_params_h__
8
9
#include "
chromabase.h
"
10
11
namespace
Chroma
12
{
13
14
/*! @ingroup gaugebcs */
15
struct
SchrGaugeBCParams
{
16
SchrGaugeBCParams
();
17
SchrGaugeBCParams
(XMLReader& xml,
const
std::string
& path);
18
19
int
loop_extent
;
/*!< Maximum loop extent in decay direction */
20
Real
SchrPhiMult
;
/*!< Multiplier of phases on boundaries */
21
int
decay_dir
;
/*!< Decay direction */
22
};
23
24
/*! @ingroup gaugebcs */
25
void
read
(XMLReader& xml,
const
std::string
& path,
SchrGaugeBCParams
&
p
);
26
27
/*! @ingroup gaugebcs */
28
void
write
(XMLWriter& xml,
const
std::string
& path,
const
SchrGaugeBCParams
&
p
);
29
30
}
31
32
#endif
chromabase.h
Primary include file for CHROMA library code.
Chroma::read
void read(XMLReader &xml, const std::string &path, AsqtadFermActParams ¶m)
Read parameters.
Definition:
asqtad_fermact_params_s.cc:33
Chroma::write
void write(XMLWriter &xml, const std::string &path, const AsqtadFermActParams ¶m)
Writer parameters.
Definition:
asqtad_fermact_params_s.cc:40
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::p
p
Definition:
invbicg.cc:157
testing::internal::string
::std::string string
Definition:
gtest.h:1979
Chroma::SchrGaugeBCParams
Definition:
schr_gaugebc_params.h:15
Chroma::SchrGaugeBCParams::SchrGaugeBCParams
SchrGaugeBCParams()
Definition:
schr_gaugebc_params.cc:10
Chroma::SchrGaugeBCParams::SchrPhiMult
Real SchrPhiMult
Definition:
schr_gaugebc_params.h:20
Chroma::SchrGaugeBCParams::decay_dir
int decay_dir
Definition:
schr_gaugebc_params.h:21
Chroma::SchrGaugeBCParams::loop_extent
int loop_extent
Definition:
schr_gaugebc_params.h:19
Generated by
1.9.1