We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide functionality for determining whether a bloq can be tensor-simulated in theory and in practice.
BloqExample
.flatten
AddConstantMod
ModAddK
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Provide functionality for determining whether a bloq can be tensor-simulated in theory and in practice.
BloqExample
), decomposes it as much as possible (Changes to.flatten
#1061), turns it into a tensor network (need to fix Quimb tensor contraction is significantly slower than cirqs state vector simulation #793 -- splits and joins). If this is possible, it is contractible in theory (would catch issues likeAddConstantMod
-->ModAddK
doesn't support simulation anymore #1046 )The text was updated successfully, but these errors were encountered: