From f1b36bb97105ca232103b9f3bd228453b5c54c6e Mon Sep 17 00:00:00 2001 From: Shivansh Mittal <88429611+Shivansh20128@users.noreply.github.com> Date: Wed, 13 Nov 2024 20:48:01 +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 8571534b1..161fb9727 100644 --- a/docs/source/guide/benchmarks.md +++ b/docs/source/guide/benchmarks.md @@ -65,7 +65,7 @@ circuit= benchmarks.mirror_circuits.random_cliffords(connectivity_graph=connecti ## Quantum Phase Estimation Circuits -The {func}`mitiq.qpe_circuits.generate_qpe_circuit` is used to the measure eigenvalues of unitary operators. Since accurate phase estimation requires precise control over operations, these circuits test the mitigation techniques’ ability to handle small noise effects over multiple gate sequences. +The {func}`.generate_qpe_circuit` is used to the measure eigenvalues of unitary operators. Since accurate phase estimation requires precise control over operations, these circuits test the mitigation techniques’ ability to handle small noise effects over multiple gate sequences. ```{code-cell} ipython3 circuit = benchmarks.qpe_circuits.generate_qpe_circuit(evalue_reg=3)