Skip to content

Commit

Permalink
Fix scoping issue for variables in julia 1.8 (part II)
Browse files Browse the repository at this point in the history
  • Loading branch information
lkdvos committed May 3, 2024
1 parent d3d188c commit 5b9e0af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/algorithms/approximate/vomps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ function approximate(ψ::MPSMultiline, toapprox::Tuple{<:MPOMultiline,<:MPSMulti
end

function _vomps_localupdate(loc, ψ, (O, ψ₀), envs, factalg=QRpos())
local tmp_AC, tmp_C
@static if Defaults.parallelize_sites
@sync begin
Threads.@spawn begin
Expand Down

0 comments on commit 5b9e0af

Please sign in to comment.