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 bd4ddcb commit 4cf3198Copy full SHA for 4cf3198
src/vumps_localham.jl
@@ -426,12 +426,11 @@ function tdvp_iteration_parallel(
426
return noprime(UAC) * noprime(dag(UC))
427
end
428
429
-
430
Ãᴸ = InfiniteMPS(Vector{ITensor}(undef, Nsites))
431
Ãᴿ = InfiniteMPS(Vector{ITensor}(undef, Nsites))
432
for n in 1:Nsites
433
Ãᴸ[n] = ortho_polar(Ãᶜ[n], C̃[n])
434
- Ãᴿ[n] = ortho_polar(Ãᶜ[n], C̃[n-1])
+ Ãᴿ[n] = ortho_polar(Ãᶜ[n], C̃[n - 1])
435
436
437
0 commit comments