mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 11:43:42 +02:00
Added reunitarization after trajectory
This commit is contained in:
parent
23930e14cf
commit
860f725d99
5 changed files with 22 additions and 6 deletions
|
@ -84,6 +84,8 @@ function HMC!(U, int::IntrScheme, lp::SpaceParm, gp::GaugeParm, ymws::YMworkspac
|
|||
acc = false
|
||||
end
|
||||
end
|
||||
|
||||
U .= unitarize.(U)
|
||||
|
||||
end
|
||||
return dh, acc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue