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 e94ae2e commit 0a90ac5
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 @@ -91,7 +91,7 @@ circuit=circuits[0]

## Rotated Randomized Benchmarking Circuits

The {func}`mitiq.rotated_randomized_benchmarking.generate_rotated_rb_circuits` are sequences of random gates similar to {func}`mitiq.randomized_benchmarking.generate_rb_circuits`, but with rotations added, that allows assessment of errors beyond just the standard Clifford gates. They’re useful to check how well Mitiq handles noise in scenarios with more diverse gates.
The {func}`.generate_rotated_rb_circuits` are sequences of random gates similar to {func}`.generate_rb_circuits`, but with rotations added, that allows assessment of errors beyond just the standard Clifford gates. They’re useful to check how well Mitiq handles noise in scenarios with more diverse gates.

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

0 comments on commit 0a90ac5

Please sign in to comment.