Skip to content

Commit

Permalink
Fix missing type definition
Browse files Browse the repository at this point in the history
  • Loading branch information
mofeing committed Feb 13, 2024
1 parent 47fddf6 commit b73ae82
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/ITensorNetworksEinExprsExt/ITensorNetworksEinExprsExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ function to_einexpr(ts::Vector{ITensor})
end

function tensor_inds_to_vertex(ts::Vector{ITensor})
IndexType = Any

mapping = Dict{Set{IndexType},VertexType}()

for (v, tensor_v) in enumerate(ts)
Expand Down

0 comments on commit b73ae82

Please sign in to comment.