Skip to content

Commit

Permalink
Update docs/source/guide/benchmarks.md
Browse files Browse the repository at this point in the history
Co-authored-by: Purva Thakre <[email protected]>
  • Loading branch information
Shivansh20128 and purva-thakre authored Nov 13, 2024
1 parent ccb5586 commit e94ae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/guide/benchmarks.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ circuit,_ = benchmarks.quantum_volume_circuits.generate_quantum_volume_circuit(n

## Randomized Benchmarking Circuits

The {func}`mitiq.randomized_benchmarking.generate_rb_circuits` are sequences of random gates (generally Clifford gates), to estimate an average error rate. They’re standard in benchmarking for evaluating how well mitiq’s error mitigation reduces this error rate across different levels of noise.
The {func}`.generate_rb_circuits` are sequences of random gates (generally Clifford gates), to estimate an average error rate. They’re standard in benchmarking for evaluating how well mitiq’s error mitigation reduces this error rate across different levels of noise.

```{code-cell} ipython3
circuits = benchmarks.randomized_benchmarking.generate_rb_circuits(n_qubits=1, num_cliffords=5)
Expand Down

0 comments on commit e94ae2e

Please sign in to comment.