run_benchmark

Function run_benchmark 

Source
pub fn run_benchmark<S, const N: usize>(
    name: &str,
    simulator: &S,
    circuit: &Circuit<N>,
    notes: Option<String>,
) -> QuantRS2Result<BenchmarkResult>
where S: Simulator<N>,
Expand description

Run a benchmark on a simulator with a given circuit