Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
T
test_latticegpu.jl
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
Alberto Ramos
test_latticegpu.jl
Commits
6758aeee
Commit
6758aeee
authored
Nov 08, 2021
by
Alberto Ramos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added acc/rej (was missing!)
parent
041abadc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
main/ym.jl
main/ym.jl
+3
-2
No files found.
main/ym.jl
View file @
6758aeee
...
...
@@ -148,8 +148,9 @@ if BCS == BC_SF_AFWB
end
println
(
flog
,
" # Thermalization"
)
HMC!
(
U
,
int
,
lp
,
gp
,
ymws
,
noacc
=
true
)
for
i
in
1
:
nthm
dh
[
i
],
acc
[
i
]
=
HMC!
(
U
,
int
,
lp
,
gp
,
ymws
,
noacc
=
true
)
dh
[
i
],
acc
[
i
]
=
HMC!
(
U
,
int
,
lp
,
gp
,
ymws
)
pl
[
i
]
=
plaquette
(
U
,
lp
,
gp
,
ymws
)
if
BCS
==
BC_PERIODIC
...
...
@@ -175,7 +176,7 @@ println(flog, "\n # Measurements")
kfl
=
0
for
i
in
1
:
nt
k
=
i
+
nthm
dh
[
k
],
acc
[
k
]
=
HMC!
(
U
,
int
,
lp
,
gp
,
ymws
,
noacc
=
true
)
dh
[
k
],
acc
[
k
]
=
HMC!
(
U
,
int
,
lp
,
gp
,
ymws
)
pl
[
k
]
=
plaquette
(
U
,
lp
,
gp
,
ymws
)
if
BCS
==
BC_PERIODIC
...
...
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