Added reunitarization after trajectory

This commit is contained in:
Alberto Ramos 2021-11-03 15:08:51 +01:00
parent 23930e14cf
commit 860f725d99
5 changed files with 22 additions and 6 deletions

View file

@ -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