Jutho/TensorKit.jl

planar scalars

maartenvd opened this issue · 1 comments

t = TensorMap(rand,ComplexF64,ℂ^2,ℂ^2);
@planar2 y[-1;-2] := t[-1;1]*t[1;-2]*exp(3*4)

fails

I have added a possible workaround in my fork, but it feels extremely hacky