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 07e298b commit f1b36bb
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 @@ -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)
Expand Down

0 comments on commit f1b36bb

Please sign in to comment.