Skip to content

Commit e50cc9f

Browse files
authored
Fix typo in VUMPSSvdCut (#361)
1 parent 898de3a commit e50cc9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/algorithms/changebonds/vumpssvd.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function changebonds_n(state::InfiniteMPS, H, alg::VUMPSSvdCut, envs = environme
6464
@plansor AC[-1 -2; -3] := S[-1; 1] * V[1; -3 -2]
6565

6666
#find AL2 from AC and C as in vumps paper
67-
QAC, _ = qr_compact(AC)
67+
QAC, _ = qr_compact(AC; positive = true)
6868
QC, _ = qr_compact(nC2; positive = true)
6969
dom_map = isometry(domain(QC), domain(QAC))
7070

0 commit comments

Comments
 (0)