Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
LGPU FPP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Fernando Pérez Panadero
LGPU FPP
Commits
09033f79
Commit
09033f79
authored
1 year ago
by
Fernando Pérez Panadero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Normalization in Fmunu
parent
9e015d02
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/Dirac/Dirac.jl
src/Dirac/Dirac.jl
+1
-1
No files found.
src/Dirac/Dirac.jl
View file @
09033f79
...
...
@@ -244,7 +244,7 @@ function clover(g1::SU3{T},g2::SU3{T},g3::SU3{T},g4::SU3{T}) where {T}
u31
=
conj
(
g1
.
u12
*
g1
.
u23
-
g1
.
u13
*
g1
.
u22
)
+
conj
(
g2
.
u12
*
g2
.
u23
-
g2
.
u13
*
g2
.
u22
)
+
conj
(
g3
.
u12
*
g3
.
u23
-
g3
.
u13
*
g3
.
u22
)
+
conj
(
g4
.
u12
*
g4
.
u23
-
g4
.
u13
*
g4
.
u22
)
u32
=
conj
(
g1
.
u13
*
g1
.
u21
-
g1
.
u11
*
g1
.
u23
)
+
conj
(
g2
.
u13
*
g2
.
u21
-
g2
.
u11
*
g2
.
u23
)
+
conj
(
g3
.
u13
*
g3
.
u21
-
g3
.
u11
*
g3
.
u23
)
+
conj
(
g4
.
u13
*
g4
.
u21
-
g4
.
u11
*
g4
.
u23
)
u33
=
conj
(
g1
.
u11
*
g1
.
u22
-
g1
.
u12
*
g1
.
u21
)
+
conj
(
g2
.
u11
*
g2
.
u22
-
g2
.
u12
*
g2
.
u21
)
+
conj
(
g3
.
u11
*
g3
.
u22
-
g3
.
u12
*
g3
.
u21
)
+
conj
(
g4
.
u11
*
g4
.
u22
-
g4
.
u12
*
g4
.
u21
)
return
M3x3
{
T
}(
u11
-
conj
(
u11
),
u12
-
conj
(
u21
),
u13
-
conj
(
u31
),
u21
-
conj
(
u12
),
u22
-
conj
(
u22
),
u23
-
conj
(
u32
),
u31
-
conj
(
u13
),
u32
-
conj
(
u23
),
u33
-
conj
(
u33
))
return
-
0.125
*
im
*
M3x3
{
T
}(
u11
-
conj
(
u11
),
u12
-
conj
(
u21
),
u13
-
conj
(
u31
),
u21
-
conj
(
u12
),
u22
-
conj
(
u22
),
u23
-
conj
(
u32
),
u31
-
conj
(
u13
),
u32
-
conj
(
u23
),
u33
-
conj
(
u33
))
end
function
Csw
!
(
dws
,
U
,
gp
,
lp
::
SpaceParm
{
4
,
6
,
B
,
D
})
where
{
B
,
D
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment