From ccb55869ebfffff854eae20258bb96084095f938 Mon Sep 17 00:00:00 2001 From: Shivansh Mittal <88429611+Shivansh20128@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:48:15 +0530 Subject: [PATCH] Update docs/source/guide/benchmarks.md Co-authored-by: Purva Thakre <66048318+purva-thakre@users.noreply.github.com> --- docs/source/guide/benchmarks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/guide/benchmarks.md b/docs/source/guide/benchmarks.md index 161fb9727..ba2f39804 100644 --- a/docs/source/guide/benchmarks.md +++ b/docs/source/guide/benchmarks.md @@ -73,7 +73,7 @@ circuit = benchmarks.qpe_circuits.generate_qpe_circuit(evalue_reg=3) ## Quantum Volume Circuits -The {func}`mitiq.quantum_volume_circuits.generate_quantum_volume_circuit` tests the maximum achievable "volume" or computational capacity of a quantum processor. Running these circuits with error mitigation tests if mitiq’s techniques improve the effective quantum volume. +The {func}`.generate_quantum_volume_circuit` tests the maximum achievable "volume" or computational capacity of a quantum processor. Running these circuits with error mitigation tests if mitiq’s techniques improve the effective quantum volume. ```{code-cell} ipython3 circuit,_ = benchmarks.quantum_volume_circuits.generate_quantum_volume_circuit(num_qubits=4, depth=10)