Open
Description
Hi,
do you have support for something like this without allocation all n*m memory:
n=1000
m=2000
i = Index(n)
j = Index(m)
A=ITensor(i)
B=ITensor(j)
C = A*B
I am specifically looking for functionality like lazy Kronecker products provided by Kronecker.jl and LazyArray.jl, but without merging the axes like Kronecker product does.
thanks,
Victor
Metadata
Metadata
Assignees
Labels
No labels