Qualtran icon indicating copy to clipboard operation
Qualtran copied to clipboard

Include tensor simulability in the bloq report card

Open mpharrigan opened this issue 1 year ago • 0 comments

Provide functionality for determining whether a bloq can be tensor-simulated in theory and in practice.

  • Add a function that takes any bloq (or BloqExample), decomposes it as much as possible (#1061), turns it into a tensor network (need to fix #793 -- splits and joins). If this is possible, it is contractible in theory (would catch issues like #1046 )
  • use quimb to find statistics (mem and flops) for a tensor contraction. Will report whether it is contractible in practice

mpharrigan avatar Jun 10 '24 22:06 mpharrigan