mirror of
https://igit.ific.uv.es/alramos/latticegpu.jl.git
synced 2025-05-15 11:43:42 +02:00
Added routines to measure flow observables
This commit is contained in:
parent
6104bd7276
commit
7784f1cd1b
5 changed files with 249 additions and 4 deletions
|
@ -34,8 +34,8 @@ struct SpaceParm{N,M,D}
|
|||
N == length(y) || throw(ArgumentError("Block size incorrect length for dimension $N"))
|
||||
|
||||
pls = Vector{Tuple{Int64, Int64}}()
|
||||
for i in 1:N
|
||||
for j in i+1:N
|
||||
for i in N:-1:1
|
||||
for j in 1:i-1
|
||||
push!(pls, (i,j))
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue