Interleaved Randomised Benchmarking: Difference between revisions

From Quantum Protocol Zoo
Jump to navigation Jump to search
(Created page with "[https://arxiv.org/abs/1109.6887v2 Interleaved Randomized benchmarking] is a scalable experimental protocol for estimating the average error of individual quantum computationa...")
(No difference)

Revision as of 14:57, 27 March 2020

Interleaved Randomized benchmarking is a scalable experimental protocol for estimating the average error of individual quantum computational gates. This protocol consists of interleaving random Clifford gates between the gate of interest and provides an estimate as well as theoretical bounds for the average error of the gate under test, so long as the average noise variation over all Clifford gates is small. This technique takes into account both state preparation and measurement errors and is scalable in the number of qubits.

Tags: Certification Protocol, Average gate fidelity, Randomised Benchmarking, Clifford group

Assumptions

  • The measurements performed are trusted.
  • Noise model can be assumed to be gate and time-dependent or gate and time-independent.
  • The noise model is independent and identically distributed (IID).

Outline

Randomized benchmarking method involves applying many random sequences of gates of varying lengths to a standard initial state. Each sequence ends with a randomized measurement that determines whether the correct final state was obtained. The average computationally relevant error per gate is obtained from the increase in error probability of the final measurements as a function of sequence length.

The random gates are taken from the Clifford group. The restriction to the Clifford group ensures that the measurements can be of one-qubit Pauli operators that yield at least one deterministic one-bit answer in the absence of errors.

This method consists of the following steps:

  • A fixed sequence length is selected at random. A random sequence of this length is chosen from the Clifford group.
  • The operations are applied to the initial state corresponding to the selected sequence and then a final operator is applied which inverts all the previous operations.
  • The final state is then measured to check if it matches the initial state. This process is performed several times with the same sequence to estimate the survival probability (the probability that the final state which returns to its initial state).
  • Other random sequences of the same fixed sequence length are picked and the above-mentioned process is repeated to calculate the corresponding survival probability. This is then used to calculate the average survival probability for the sequence length.
  • The same procedure is repeated for multiple different randomly selected sequence lengths.
  • The observed survival probabilities are then plotted against the sequence length and then this is fit to an exponential decay curve, which is used to estimate the fidelity and also to calculate the average error rate which is the metric for randomized benchmarking.

Hardware Requirements

  • Quantum computational resources to perform Clifford gates.
  • Trusted Measurement device.

Notation

  • : Depolarizing parameter
  • : Dimension of Hilbert space
  • : Average fidelity,
  • : Average error rate,
  • : Selected sequence length
  • : Total randomly selected sequence of sequence length
  • Clif: Clifford group
  • C: Random element of Clifford group
  • = : Random sequence of operations of length
  • : Number of different data points to get the error model
  • : Implementation of C at time j (1 j M) results in this error map. are the different time-dependent noise operators affecting C.
  • : initial state
  • : POVM element which takes into account the measurement error.
  • : Survival probability of a sequence. is a quantum state that takes into account errors in preparing
  • : Averaged sequence fidelity for gate and time independent error model
  • : Averaged sequence fidelity for gate and time dependent error model. In this model, the parameter is a measure of the degree of gate-dependence in the error.
  • : Coefficients that absorb the state preparation and measurement errors as well as the error on the final gate for gate and time independent error model
  • : Coefficients that absorb the state preparation and measurement errors as well as the error on the final gate for gate and time dependent error model.
  • :

Properties

  • Figure of merit: average error rate, average gate fidelity
  • The errors which are considered here are State preparation and measurement errors, error on the final gate, which are gate and time-independent errors. Gate and time-dependent errors can also be taken into consideration. This method is insensitive to SPAM error.
  • The random gates are picked from the Clifford group.
  • For noise estimation, the uniform probability distribution over Clifford group comprises a unitary 2-design.
  • This protocol provides a scalable method for benchmarking the set of Clifford gates.
  • To obtain a more accurate value for one should always use the first order fitting model unless prior knowledge of the noise indicates that it is effectively gate-independent.

Procedure Description

Output: Figure of merit:

  • For :
    • Pick random sequence length
    • For sequences:
      • For :
        • If , apply inverse operator of previous operations
        • else, apply random operation C
      • Thus, and is uniquely determined by
      • Measure survival probability
    • Estimate average survival probability over all sequences, where
  • Fit the results for the averaged sequence fidelity for all into the models:
    • For gate and time independent error model:
    • For gate and time dependent error model:
  • is extracted from the model and is estimated,

Further Information

  • Fitting models are described and derived as seen in E. Mageson et al. The coefficients derived are:
    • = Tr
    • = Tr
    • = Tr + Tr
    • = Tr
    • = Tr
  • The case where Randomized benchmarking fails: Suppose the noise is time dependent and for each . Then for every even though there is a substantial error on each and so benchmarking fails.
  • Interleaved Randomized Benchmarking: This protocol consists of interleaving random Clifford gates between the gate of interest and provides an estimate as well as theoretical bounds for the average error of the gate under test, so long as the average noise variation over all Clifford gates is small. Here the procedure followed is:
    • Choose sequences of Clifford elements where the first Clifford in each sequence is chosen uniformly at random from Clif, the second is always chosen to be (gate of interest), and alternate between uniformly random Clifford elements and deterministic up to the random gate.
    • The gate is chosen to be the inverse of the composition of the first random gates and interlaced gates.
    • The rest of the steps remain the same and finally after plotting the new average sequence fidelity with the sequence length and fitting it into either the gate and time dependent or the gate and time independent model, we receive the new depolarizing parameter obtained is , which replaces .
    • The new gate error is calculated as
  • Wallman, Granade, Harper, F., NJP 2015 Purity benchmarking: A unitarity can be estimated via purity benchmarking, which is an RB-like experiment that estimates a decay rate.

Related Papers

  • E.Knill et al (2007) arXiv:0707.0963: gate and time-independent noise model
  • E. Mageson et al (2011) arXiv:1009.3639: multi-parameter model
  • Magesan et al. PRL (2012): Interleaved Randomized Benchmarking
  • Harper et al (2016) arXiv:1608.02943v2: Interleaved Randomised Benchmarking to estimate fidelity of T gates
  • Wallman, Granade, Harper, F., NJP 2015: Purity benchmarking
*contributed by Rhea Parekh