diff --git a/src/mps/dmrg.jl b/src/mps/dmrg.jl index 88ff640bf0..fdf17bbefb 100644 --- a/src/mps/dmrg.jl +++ b/src/mps/dmrg.jl @@ -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"