Skip to content

Commit 4cf3198

Browse files
Format .jl files (#40)
Co-authored-by: mtfishman <[email protected]>
1 parent bd4ddcb commit 4cf3198

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/vumps_localham.jl

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,12 +426,11 @@ function tdvp_iteration_parallel(
426426
return noprime(UAC) * noprime(dag(UC))
427427
end
428428

429-
430429
Ãᴸ = InfiniteMPS(Vector{ITensor}(undef, Nsites))
431430
Ãᴿ = InfiniteMPS(Vector{ITensor}(undef, Nsites))
432431
for n in 1:Nsites
433432
Ãᴸ[n] = ortho_polar(Ãᶜ[n], C̃[n])
434-
Ãᴿ[n] = ortho_polar(Ãᶜ[n], C̃[n-1])
433+
Ãᴿ[n] = ortho_polar(Ãᶜ[n], C̃[n - 1])
435434
end
436435

437436
for n in 1:Nsites

0 commit comments

Comments
 (0)