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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Provide functionality for automatically supporting the tensor simulation protocol if a bloq supports classical simulation.
tensor = np.zeros(...) for inputs in itertools.product(reg.all_possible_inputs for reg in self.signature): ouputs = bloq.call_classically(inputs) tensor[outputs, inputs] = 1
We'll likely need some new methods on the quantum data types
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Provide functionality for automatically supporting the tensor simulation protocol if a bloq supports classical simulation.
We'll likely need some new methods on the quantum data types
The text was updated successfully, but these errors were encountered: