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
714a32c5
Commit
714a32c5
authored
May 03, 2023
by
Fernando Pérez Panadero
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo fixed in last commit
parent
f37325ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
test/dirac/test_fp_fa.jl
test/dirac/test_fp_fa.jl
+5
-6
No files found.
test/dirac/test_fp_fa.jl
View file @
714a32c5
...
...
@@ -115,7 +115,7 @@ function fA_test(;theta = (0.5,0.7,1.0,0.0), m = 1.3, size = (8,8,8,16),prec = 1
end
end
#THEORETICAL SOLUTION: hep-lat/9606016 eq (2.3
3
)
#THEORETICAL SOLUTION: hep-lat/9606016 eq (2.3
2
)
res_th
=
zeros
(
lp
.
iL
[
4
])
...
...
@@ -134,16 +134,15 @@ function fA_test(;theta = (0.5,0.7,1.0,0.0), m = 1.3, size = (8,8,8,16),prec = 1
return
sum
(
abs
.
(
res
-
res_th
))
end
difA
=
fA_test
();
difP
=
fP_test
();
difA
=
fA_test
();
difP
=
fP_test
();
if
difA
>
1.0e-15
error
(
"fA test failed with error "
,
difA
)
elseif
difP
>
1.0e-15
error
(
"fP test failed with error "
,
difP
)
else
print
(
"fA
/fP test
passes with errors: "
,
difA
,
" and "
,
difP
,
"
\n
"
)
e
lseif
e
nd
print
(
"fA
& fP tests
passes with errors: "
,
difA
,
" and "
,
difP
,
"
\n
"
)
end
\ No newline at end of file
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