4

I read the article of IBM on Quantum Volume, but I don't understand how to calculate the effective error rate, and therefore the Quantum Volume.

Can someone give an example of the calculation?

glS
  • 24,708
  • 5
  • 34
  • 108
lufydad
  • 471
  • 4
  • 10

1 Answers1

4

Here is an example of using Qiskit to benchmark quantum devices using the Quantum Volume metric. It generates the quantum volume model circuits, compiles them, runs them, and fits the result to find the volume.

The source code for how the fitting is done is here: https://github.com/Qiskit/qiskit-ignis/blob/master/qiskit/ignis/verification/quantum_volume/fitters.py

Ali Javadi
  • 1,622
  • 1
  • 8
  • 11