mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 03:33:42 +02:00
Group SU(3) working
This commit is contained in:
parent
f296fd9768
commit
c341cd24aa
5 changed files with 320 additions and 21 deletions
|
@ -126,7 +126,7 @@ end
|
|||
return s
|
||||
end
|
||||
|
||||
@inline map2latt(th::NTuple{3,Int64},bl::NTuple{3,Int64}) = CartesianIndex(th[1],bl[1],bl[2],bl[2])
|
||||
@inline map2latt(th::NTuple{3,Int64},bl::NTuple{3,Int64}) = CartesianIndex(th[1],bl[1],bl[2],bl[3])
|
||||
|
||||
export map2latt, up, dw, shift
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue