mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-14 19:23:42 +02:00
TM properly included in the propagators
This commit is contained in:
parent
a7bc21769b
commit
5a16379872
6 changed files with 29 additions and 14 deletions
|
@ -32,7 +32,8 @@ end
|
|||
CUDA.@sync begin
|
||||
CUDA.@cuda threads=lp.bsz blocks=lp.rsz krnlg5!(rpsi)
|
||||
end
|
||||
g5Dw!(prop,U,rpsi,dpar,dws,lp)
|
||||
|
||||
g5Dw!(prop,U,rpsi,mtwmdpar(dpar),dws,lp)
|
||||
CG!(prop,U,DwdagDw!,dpar,lp,dws,10000,1.0e-14)
|
||||
|
||||
Dw!(dws.sp,U,prop,dpar,dws,lp)
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
|
||||
#include("SAD/test_sad.jl")
|
||||
include("SAD/test_sad.jl")
|
||||
include("flow/test_adapt.jl")
|
||||
include("dirac/test_fp_fa.jl")
|
||||
include("dirac/test_solver_plw.jl")
|
||||
include("dirac/test_solver_rand.jl")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue