TM properly included in the propagators

This commit is contained in:
Fernando Pérez Panadero 2023-12-14 11:48:44 +01:00
parent a7bc21769b
commit 5a16379872
6 changed files with 29 additions and 14 deletions

View file

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

View file

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