Skip to content

Commit

Permalink
[ITensors] Add checkflux debug check to factorize (#1307)
Browse files Browse the repository at this point in the history
  • Loading branch information
emstoudenmire committed Feb 2, 2024
1 parent 2e2e986 commit 98b95a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tensor_operations/matrix_decomposition.jl
Original file line number Diff line number Diff line change
Expand Up @@ -763,6 +763,7 @@ function factorize(
(singular_values!)=nothing,
dir=nothing,
)
@debug_check checkflux(A)
if !isnothing(eigen_perturbation)
if !(isnothing(which_decomp) || which_decomp == "eigen")
error("""when passing a non-trivial eigen_perturbation to `factorize`,
Expand Down

0 comments on commit 98b95a2

Please sign in to comment.