Skip to content

Commit e21671a

Browse files
committed
Formatter
1 parent 8933efa commit e21671a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/algorithms/groundstate/idmrg.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,6 @@ function find_groundstate(ost::InfiniteMPS, H, alg::IDMRG2, envs=environments(os
152152
al, c, ar, = tsvd!(ac2′; trunc=alg.trscheme, alg=alg.alg_svd)
153153
normalize!(c)
154154

155-
156155
ψ.AL[end] = al
157156
ψ.C[end] = complex(c)
158157
ψ.AR[1] = _transpose_front(ar)

0 commit comments

Comments
 (0)