Quantum Volume Estimation: Difference between revisions

From Quantum Protocol Zoo
Jump to navigation Jump to search
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 54: Line 54:
* '''Figure of merit''': Quantum Volume
* '''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
* 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 protocol can be implemented with any universal programmable quantum computing device. Quantum volume is architecture-independent, and can be applied to any system that is capable of running quantum circuits.
* 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>.
* 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.
* 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.
* 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>
* 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>
* There are two possible paths for increasing the quantum volume, which is given by the numerical simulations for given connectivity. The first path is to prioritize improving the gate fidelity above other operations. This
sets the roadmap for device performance to focus on the errors that limit gate performance, such as coherence and
calibration errors. The second path stems from the observation that, for these devices and this metric, circuit
optimization is becoming important.


==Protocol Description==
==Protocol Description==

Latest revision as of 21:09, 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[edit]

  • 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[edit]

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[edit]

  • : 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[edit]

  • Quantum Computing device with a gate set
  • Measurement device

Properties[edit]

  • 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. Quantum volume is architecture-independent, and can be applied to any system that is capable of running quantum circuits.
  • 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
  • There are two possible paths for increasing the quantum volume, which is given by the numerical simulations for given connectivity. The first path is to prioritize improving the gate fidelity above other operations. This

sets the roadmap for device performance to focus on the errors that limit gate performance, such as coherence and calibration errors. The second path stems from the observation that, for these devices and this metric, circuit optimization is becoming important.

Protocol Description[edit]

Function: ComputeHeavyOutputs

Input:

Output:

  • Obtain for
  • Sort in ascending order
  • such that


Function: ComputeQuantumVolume

Output: Figure of merit: Quantum Volume,

  • For :
    • For :
      • For :
        • Pick random model circuit
        • ComputeHeavyOutputs
        • Compile
        • For :
          • Get output
          • If then
      • If
        • max
        • Store data
  • Calculate from stored data, where log = argmax min

Further Information[edit]

Related Papers[edit]

  • Andrew W. Cross et al (2011) arXiv:1811.12926v3: Validating quantum computers using randomized model circuits
*contributed by Rhea Parekh