Skip to content

Commit

Permalink
include min_blockdim
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-dellabetta committed Jan 4, 2024
1 parent cfb1b2b commit 49642f5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion test/ITensorLegacyMPS/base/test_mps.jl
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,15 @@ include(joinpath(@__DIR__, "utils", "util.jl"))
phi = psi[1] * psi[2]
replacebond!(psi, 1, phi; ortho="left", which_decomp="svd", use_relative_cutoff=true)
phi = psi[5] * psi[6]
replacebond!(psi, 5, phi; ortho="right", which_decomp="svd", use_absolute_cutoff=true)
replacebond!(
psi,
5,
phi;
ortho="right",
which_decomp="svd",
use_absolute_cutoff=true,
min_blockdim=2,
)
end
end

Expand Down

0 comments on commit 49642f5

Please sign in to comment.