Skip to content

Commit db273df

Browse files
committed
another small fix
1 parent 5eafe4c commit db273df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/changebonds/randexpand.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function changebonds!(ψ::InfiniteMPS, alg::RandExpand)
3636
XL = randisometry(scalartype(VL), right_virtualspace(VL) V)
3737
AL′[i] = VL * XL
3838
XR = randisometry(scalartype(VR), space(VR, 1) V)
39-
AR′[i + 1] = XR * VR
39+
AR′[i + 1] = XR' * VR
4040
end
4141

4242
return _expand!(ψ, AL′, AR′)

0 commit comments

Comments
 (0)