Quantum Volume Estimation: Difference between revisions

From Quantum Protocol Zoo
Jump to navigation Jump to search
(Created page with "[https://journals.aps.org/pra/abstract/10.1103/PhysRevA.100.032328 Quantum Volume (QV)] is a single-number metric that can be measured using a concrete protocol on near-term q...")
 
No edit summary
Line 27: Line 27:
* The data of achievable depth is gathered by sweeping over values of width <math>m</math> and depth <math>d</math> of the model circuit.
* The data of achievable depth is gathered by sweeping over values of width <math>m</math> and depth <math>d</math> of the model circuit.
* Using all the data gathered, the quantum volume is computed. The quantum volume treats the width and depth of a model circuit with equal importance and measures the largest square shaped (i.e., <math>m = d</math>) model circuit a quantum computer can implement successfully on average.
* Using all the data gathered, the quantum volume is computed. The quantum volume treats the width and depth of a model circuit with equal importance and measures the largest square shaped (i.e., <math>m = d</math>) model circuit a quantum computer can implement successfully on average.
==Notation==
* <math>U</math>: Model circuit
* <math>U'</math>: Implementation of the model circuit by the quantum transpiler
* <math>m</math>: width of the model circuit
* <math>d</math>: depth of the model circuit
* <math>F_{avg}(U, U')</math>: Average fidelity between <math>U</math> and <math>U'</math>
* <math>\epsilon</math>: approximation error
* <math>d(m)</math>: Achievable depth, which is the largest <math>d</math> such that we are confident that the probability of observing a heavy output is greater than <math>2/3</math>
* <math>V_Q</math>: Quantum Volume
* <math>H_U</math>: Set of heavy outputs for a model circuit <math>U</math>
* <math>x</math>: Outcome of executing <math>U'</math>, which is a observable bit string, <math>x \in \{0,1\}^m</math>
* <math>p_U(x)</math>: Ideal output distribution for <math>U</math>. <math>p_U(x) = |\langle x|U|0\rangle|^2</math>
* <math>p_{med}</math>: median of the set of probabilities
* <math>n_c</math>: Number of repetitions, <math>n_c>100</math>
* <math>n_s</math>: Number of repetitions
==Hardware Requirements==
* Quantum Computing device with a gate set
* Measurement device
==Properties==
* '''Figure of merit''': Quantum Volume
* Quantum computing systems with high-fidelity operations, high connectivity, large calibrated gate sets, and circuit rewriting tool chains are expected to have higher quantum volumes
* The protocol can be implemented with any universal programmable quantum computing device
* The method used to compute the heavy outputs from the ideal output distribution of the model circuit scales exponentially with the width <math>m</math>.
* Ideally, the probability of observing a heavy output would be estimated using all of the qubits of a large device, but NISQ devices have appreciable error rates, so we begin with small model circuits and progress to larger ones.
* The quantum volume treats the width and depth of a model circuit with equal importance and measures the largest square shaped (i.e., <math>m = d</math>) model circuit a quantum computer can implement successfully on average.
* Given a model circuit <math>U</math>, a circuit-to-circuit transpiler finds an implementation <math>U'</math> for the target system such that <math>1- F_{avg}(U, U') \leq \epsilon \ll 1</math>

Revision as of 20:35, 23 March 2020

Quantum Volume (QV) is a single-number metric that can be measured using a concrete protocol on near-term quantum computers of modest size. The QV method quantifies the largest random circuit of equal width and depth that the computer successfully implements. The quantum volume protocol is strongly related to gate error rate and is influenced by underlying qubit connectivity and gate parallelism. This protocol is based on the performance of random model circuits with a fixed but generic form.

Tags: Certification protocol, Quantum Volume estimation protocol

Assumptions

  • The transpiler is free to use all available tricks and hardware resources to implement the model circuit.
  • The transpiler should make an honest attempt to implement the model circuit, and not merely choose a relatively simple operation far from the model circuit that nevertheless produces the heavy outputs for it.

Outline

The quantum volume protocol is strongly related to gate error rate and is influenced by underlying qubit connectivity and gate parallelism. This protocol is based on the performance of random model circuits with a fixed but generic form.

A model circuit is consists of layers of random permutations of the different qubit labels, followed by random two-qubit gates. When the circuit width m is odd, one of the qubits is idle in each layer. Each two-qubit gate used in the previous step is sampled from the Haar measure on SU(4).

Heavy output generation problem is used to define if the model circuit mentioned above is fully implemented in practice. From the outputs of all the implementations of the model circuit, we get an ideal output distribution. From this, we get the set of output probabilities and we can obtain the median of this set. The heavy outputs are the outputs for which the output probability will be greater than the median of the set of probabilities. The heavy output generation problem is to produce a set of output strings such that more than two-thirds are heavy.

To evaluate heavy output generation, we implement model circuits using the gate set provided by the target system, using the available hardware. For this purpose, a quantum circuit-to-circuit transpiler is used, which finds an implementation of the model circuit, where the approximation error.

This method to compute the quantum volume of a device consists of the following steps:

  • The Quantum transpiler tries to implement the model circuit such that the approximation error is limited. From here, we get the distribution for the implementation of the model circuit, which we use to calculate the probability of sampling a heavy output.
  • The heavy outputs are also computed using the ideal output distribution of the model circuit.
  • The probability of observing a heavy output by implementing a randomly selected depth model circuit is also computed using the probability of sampling a heavy output computed in the step above.
  • We define the achievable depth to be the largest such that we are confident that the probability of observing a heavy output is greater than (as the heavy output generation problem is to produce a set of output strings such that more than two-thirds are heavy.)
  • The data of achievable depth is gathered by sweeping over values of width and depth of the model circuit.
  • Using all the data gathered, the quantum volume is computed. The quantum volume treats the width and depth of a model circuit with equal importance and measures the largest square shaped (i.e., ) model circuit a quantum computer can implement successfully on average.

Notation

  • : Model circuit
  • : Implementation of the model circuit by the quantum transpiler
  • : width of the model circuit
  • : depth of the model circuit
  • : Average fidelity between and
  • : approximation error
  • : Achievable depth, which is the largest such that we are confident that the probability of observing a heavy output is greater than
  • : Quantum Volume
  • : Set of heavy outputs for a model circuit
  • : Outcome of executing , which is a observable bit string,
  • : Ideal output distribution for .
  • : median of the set of probabilities
  • : Number of repetitions,
  • : Number of repetitions

Hardware Requirements

  • Quantum Computing device with a gate set
  • Measurement device

Properties

  • Figure of merit: Quantum Volume
  • Quantum computing systems with high-fidelity operations, high connectivity, large calibrated gate sets, and circuit rewriting tool chains are expected to have higher quantum volumes
  • The protocol can be implemented with any universal programmable quantum computing device
  • The method used to compute the heavy outputs from the ideal output distribution of the model circuit scales exponentially with the width .
  • Ideally, the probability of observing a heavy output would be estimated using all of the qubits of a large device, but NISQ devices have appreciable error rates, so we begin with small model circuits and progress to larger ones.
  • The quantum volume treats the width and depth of a model circuit with equal importance and measures the largest square shaped (i.e., ) model circuit a quantum computer can implement successfully on average.
  • Given a model circuit , a circuit-to-circuit transpiler finds an implementation for the target system such that