Skip to content

Commit b518121

Browse files
committed
Formatter
1 parent 40ccca5 commit b518121

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
@@ -155,7 +155,6 @@ function find_groundstate(ost::InfiniteMPS, H, alg::IDMRG2, envs=environments(os
155155
al, c, ar, = tsvd!(ac2′; trunc=alg.trscheme, alg=alg.alg_svd)
156156
normalize!(c)
157157

158-
159158
ψ.AL[end] = al
160159
ψ.C[end] = complex(c)
161160
ψ.AR[1] = _transpose_front(ar)

0 commit comments

Comments
 (0)