mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-06-30 22:09:27 +02:00
Cleanup and Zeuthen flow
At this moment the zfl_* routines only perform the Symanzik flow. The extra term has to be added, but it should not impact timmings
This commit is contained in:
parent
3d464a0325
commit
4eed0ebb42
6 changed files with 38 additions and 4 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
function gauge_action(U, lp::SpaceParm, gp::GaugeParm, ymws::YMworkspace)
|
||||
|
||||
Returns the value of the Wilson plaquette action for the configuration U.
|
||||
Returns the value of the gauge plaquette action for the configuration U. The parameters `\beta` and `c0` are taken from the `gp` structure.
|
||||
"""
|
||||
function gauge_action(U, lp::SpaceParm, gp::GaugeParm{T}, ymws::YMworkspace{T}) where T <: AbstractFloat
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue