Skip to content

Commit 182e412

Browse files
ryanlevymtfishman
andauthored
Update src/tensor_operations/matrix_decomposition.jl
Co-authored-by: Matt Fishman <[email protected]>
1 parent 2dd83f8 commit 182e412

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/tensor_operations/matrix_decomposition.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -661,7 +661,6 @@ function factorize(A::ITensor, Linds...; maxdim=nothing, kwargs...)
661661
# Determines when to use eigen vs. svd (eigen is less precise,
662662
# so eigen should only be used if a larger cutoff is requested)
663663
automatic_cutoff = 1e-12
664-
Lis = indices(Linds...)
665664
Lis = commoninds(A, indices(Linds...))
666665
Ris = uniqueinds(A, Lis)
667666
dL, dR = dim(Lis), dim(Ris)

0 commit comments

Comments
 (0)