mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Improved support for flow integrators
This commit is contained in:
parent
410a6d7b25
commit
d19b3a1132
8 changed files with 154 additions and 66 deletions
|
@ -137,7 +137,9 @@ include("YMhmc.jl")
|
|||
export gauge_action, hamiltonian, plaquette, HMC!, OMF4!
|
||||
|
||||
include("YMflow.jl")
|
||||
export wfl_euler, wfl_rk3, zfl_euler, zfl_rk3, Eoft_clover, Eoft_plaq, Qtop
|
||||
export FlowIntr, flw, flw_adapt
|
||||
export Eoft_clover, Eoft_plaq, Qtop
|
||||
export FlowIntr, wfl_euler, zfl_euler, wfl_rk2, zfl_rk2, wfl_rk3, zfl_rk3
|
||||
|
||||
include("YMsf.jl")
|
||||
export sfcoupling
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue