Skip to content

Commit

Permalink
remove old line
Browse files Browse the repository at this point in the history
  • Loading branch information
kmp5VT committed Oct 3, 2023
1 parent d3a7b24 commit 7efb9dd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/mps/dmrg.jl
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ function dmrg(PH, psi0::MPS, sweeps::Sweeps; kwargs...)
end

energy = vals[1]
# phi::ITensor = itensor(storagetype(phi)(convert(typeof(data(phi)),data(vecs[1]))), inds(phi))
phi::ITensor = itensor(convert(typeof(tensor(phi)), tensor(vecs[1])))

ortho = ha == 1 ? "left" : "right"
Expand Down

0 comments on commit 7efb9dd

Please sign in to comment.