Skip to content

Commit

Permalink
Add missing end.
Browse files Browse the repository at this point in the history
  • Loading branch information
b-kloss committed Jan 12, 2024
1 parent 58defab commit b53f59d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/treetensornetworks/opsum_to_ttn.jl
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ function ttn_svd(
rq=Hflux #set QN of non-existing incoming dim to Hflux pr trivial QN?
else
rq = first(space(linkinds[1])[b[1]]) #get QN of incoming dim
end
sq = flux(Op)
if !isnothing(sq)
cq = rq - sq #Hflux needs to be the zero element under addition so this is true without loss of generality
Expand Down

0 comments on commit b53f59d

Please sign in to comment.