Skip to content

Commit

Permalink
Merge pull request #39 from akio-tomiya/0.2.6
Browse files Browse the repository at this point in the history
0.2.6
  • Loading branch information
cometscome authored Aug 16, 2024
2 parents cef9a95 + c2fb97b commit 3894223
Show file tree
Hide file tree
Showing 12 changed files with 1,502 additions and 482 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Gaugefields"
uuid = "a461e10c-0d91-493e-bc41-027b226eee91"
authors = ["Akio Tomiya, Yuki Nagai <cometscome@gmail.com> and contributors"]
version = "0.2.5"
version = "0.2.6"

[deps]
CLIME_jll = "3c6ae550-c37b-5556-a07e-d40b4910cf1c"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2114,7 +2114,7 @@ function MDstep!(gauge_action,U,p,MDsteps,Dim,Uold)
Snew = calc_action(gauge_action,U,p)
println("Sold = $Sold, Snew = $Snew")
println("Snew - Sold = $(Snew-Sold)")
ratio = min(1,exp(Snew-Sold))
ratio = min(1,exp(-Snew+Sold))
if rand() > ratio
substitute_U!(U,Uold)
return false
Expand Down
Loading

0 comments on commit 3894223

Please sign in to comment.