Skip to content

Commit

Permalink
Fix function name
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeyT1994 committed Nov 8, 2024
1 parent fcf5b98 commit f5098e1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/treetensornetworks/abstracttreetensornetwork.jl
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ function set_ortho_region(tn::AbstractTTN, new_region)
end

function ITensorMPS.orthogonalize(ttn::AbstractTTN, region::Vector; kwargs...)
return orthogonalize_ttn(ttn, region; kwargs...)
end

function orthogonalize_ttn(ttn::AbstractTTN, region::Vector; kwargs...)
issetequal(region, ortho_region(ttn)) && return ttn
st = steiner_tree(ttn, union(region, ortho_region(ttn)))
path = post_order_dfs_edges(st, first(region))
Expand Down

0 comments on commit f5098e1

Please sign in to comment.