Skip to content

Commit 3075077

Browse files
committed
Fix bug
1 parent a71d208 commit 3075077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/apply.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ function ITensors.apply(o, ψ::VidalITensorNetwork; normalize=false, apply_kwarg
378378

379379
else
380380
updated_ψ = apply(o, updated_ψ; normalize)
381-
return VidalITensorNetwork(ψ, updated_bond_tensors)
381+
return VidalITensorNetwork(updated_ψ, updated_bond_tensors)
382382
end
383383
end
384384

0 commit comments

Comments
 (0)