Qualtran
Qualtran copied to clipboard
Include tensor simulability in the bloq report card
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