Skip to content

Commit

Permalink
Update src/tensor_operations/matrix_decomposition.jl
Browse files Browse the repository at this point in the history
Co-authored-by: Matt Fishman <[email protected]>
  • Loading branch information
ryanlevy and mtfishman authored Oct 19, 2023
1 parent 2dd83f8 commit 182e412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tensor_operations/matrix_decomposition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,6 @@ function factorize(A::ITensor, Linds...; maxdim=nothing, kwargs...)
# Determines when to use eigen vs. svd (eigen is less precise,
# so eigen should only be used if a larger cutoff is requested)
automatic_cutoff = 1e-12
Lis = indices(Linds...)
Lis = commoninds(A, indices(Linds...))
Ris = uniqueinds(A, Lis)
dL, dR = dim(Lis), dim(Ris)
Expand Down

0 comments on commit 182e412

Please sign in to comment.