Skip to content

Memory efficient lazy multiplication possible? #552

Open
@vsaase

Description

@vsaase

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions