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

0 comments on commit ccb5586

Please sign in to comment.