under-Peter/OMEinsum.jl

Add tensor order check

Closed this issue · 0 comments

Add tensor order check to forbidden the following using case

julia> x = randn(20,20,20,20);
julia> y = einsum(((1,2),), (x,), ());