Skip to content

Commit

Permalink
Fix broken link in combine_rem_zne.md (#2156)
Browse files Browse the repository at this point in the history
  • Loading branch information
Misty-W committed Jan 17, 2024
1 parent 7d63299 commit 68af75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/examples/combine_rem_zne.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ from mitiq import MeasurementResult, Observable, PauliString, raw
## Task

We will demonstrate using REM + ZNE on RB circuits, which are generated using Mitiq's built-in benchmarking circuit generation function, {func}`.generate_rb_circuits()`.
More information on the RB protocol is available [here](https://learn.qiskit.org/course/quantum-hardware/randomized-benchmarking).
More information on the RB protocol is available in the [Randomized Benchmarking section](https://qiskit.org/ecosystem/experiments/manuals/verification/randomized_benchmarking.html) of the [Qiskit Experiments Manual](https://qiskit.org/ecosystem/experiments/manuals).
In this example we use a two-qubit RB circuit with a Clifford depth (number of Clifford groups) of 10.

```{code-cell} ipython3
Expand Down

0 comments on commit 68af75d

Please sign in to comment.