mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Constructor for dws fixed
This commit is contained in:
parent
80bae3d567
commit
50f07f40e6
4 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ using CUDA, LatticeGPU, TimerOutputs
|
|||
gp = GaugeParm{Float64}(SU3{Float64}, 6.0, 1.0)
|
||||
ymws = YMworkspace(SU3, Float64, lp)
|
||||
dpar = DiracParam{Float64}(SU3fund,2.3,0.0,(1.0,1.0,1.0,1.0),0.0)
|
||||
dws = DiracWorkspace(SU3fund{Float64},Float64,lp);
|
||||
dws = DiracWorkspace(SU3fund,Float64,lp);
|
||||
|
||||
randomize!(ymws.mom, lp, ymws)
|
||||
U = exp.(ymws.mom)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue