Skip to content

Commit

Permalink
Fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Aug 1, 2023
1 parent 6341bf3 commit acf5d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foldssum.jl
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ function position!(callback, sum::FoldsSum, v::MPS, pos::Int)
end

function noiseterm(sum::FoldsSum, v::ITensor, dir::String)
return noiseterm(() -> force_gc(), v, dir)
return noiseterm(() -> force_gc(), sum, v, dir)
end

function noiseterm(callback, sum::FoldsSum, v::ITensor, dir::String)
Expand Down

0 comments on commit acf5d6f

Please sign in to comment.