Skip to content

Commit

Permalink
Fixed mistake with truncate kwargs.
Browse files Browse the repository at this point in the history
  • Loading branch information
corbett5 committed Oct 10, 2024
1 parent 74f452a commit 07f7534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/ITensorMPS/src/mpo.jl
Original file line number Diff line number Diff line change
Expand Up @@ -875,7 +875,7 @@ function ITensors.contract(
mindim,
kwargs...,
)
truncate!(C, truncate_kwargs...)
truncate!(C; truncate_kwargs...)
return C
end

Expand Down

0 comments on commit 07f7534

Please sign in to comment.