Expand description
Provides utility functions to test the implementation of roqoqo backends.
When implementing evaluating backends for roqoqo the translation of roqoqo operations should be tested. This crate provides helper functions that can be used to test the implementation of the interface of the
Functionsยง
- add_
random_ multi_ qubit_ gate - Function to add a random multi-qubit-gate operation to the Circuit.
- add_
random_ operation - Function to add a random operation to the Circuit.
- construct_
random_ circuit - Function to construct a random Circuit for stochastic gate tests.
- prepare_
monte_ carlo_ gate_ test - Provides input data to run a stochastic gate test.