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
util
gauge
su3proj.h
Go to the documentation of this file.
1
// -*- C++ -*-
2
/*! \file
3
* \ingroup gauge
4
* \author Subsetting added by A. Hart
5
* \param[in,out] u the projected SU(3) Matrix (Modify)
6
* \param[in] w matrix against which to maximize (Read)
7
* \param[in] su2_index SU(2) subgroup index (Read)
8
* \param[in] mstag An (un)ordered subset of sites (Read)
9
* \brief Project a GL(3,C) color matrix onto SU(3)
10
*
11
* Project a complex Nc x Nc matrix W onto SU(Nc) by maximizing Tr(VW)
12
*/
13
14
#ifndef __su3proj_h__
15
#define __su3proj_h__
16
17
namespace
Chroma
{
18
void
su3proj
(LatticeColorMatrix&
u
,
19
const
LatticeColorMatrix& w,
20
int
su2_index
);
21
22
void
su3proj
(LatticeColorMatrix&
u
,
23
const
LatticeColorMatrix& w,
24
int
su2_index
,
25
const
Subset& mstag);
26
27
}
28
#endif
su2_index
int su2_index
Definition:
cool.cc:27
Chroma
Asqtad Staggered-Dirac operator.
Definition:
klein_gord.cc:10
Chroma::u
static multi1d< LatticeColorMatrix > u
Definition:
syssolver_linop_qop_mg_w.cc:39
Chroma::su3proj
void su3proj(LatticeColorMatrix &u, const LatticeColorMatrix &w, int su2_index)
Definition:
su3proj.cc:76
Generated by
1.9.1