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 f6a1ed8 commit 07e298b
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 @@ -57,7 +57,7 @@ The {func}`.generate_mirror_circuit` involves running a quantum circuit forward

## Mirror Quantum Volume Circuits

The {func}`mitiq.mirror_qv_circuits.generate_mirror_qv_circuit` is designed to test `quantum volume`, a metric combining circuit depth, number of qubits, and fidelity. These circuits check whether error mitigation techniques help achieve higher effective quantum volumes on noisy devices.
The {func}`.generate_mirror_qv_circuit` is designed to test `quantum volume`, a metric combining circuit depth, number of qubits, and fidelity. These circuits check whether error mitigation techniques help achieve higher effective quantum volumes on noisy devices.

```{code-cell} ipython3
circuit= benchmarks.mirror_circuits.random_cliffords(connectivity_graph=connectivity_graph, random_state = rs)
Expand Down

0 comments on commit 07e298b

Please sign in to comment.