We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5eafe4c commit db273dfCopy full SHA for db273df
src/algorithms/changebonds/randexpand.jl
@@ -36,7 +36,7 @@ function changebonds!(ψ::InfiniteMPS, alg::RandExpand)
36
XL = randisometry(scalartype(VL), right_virtualspace(VL) ← V)
37
AL′[i] = VL * XL
38
XR = randisometry(scalartype(VR), space(VR, 1) ← V)
39
- AR′[i + 1] = XR * VR
+ AR′[i + 1] = XR' * VR
40
end
41
42
return _expand!(ψ, AL′, AR′)
0 commit comments