Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Leakage Randomized Benchmarking #474

Open
2 tasks
ShellyGarion opened this issue Aug 12, 2020 · 0 comments
Open
2 tasks

Leakage Randomized Benchmarking #474

ShellyGarion opened this issue Aug 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ShellyGarion
Copy link
Contributor

What is the expected behavior?

Characterization of leakage errors according to:
Christopher J. Wood, Jay M. Gambetta, Quantification and Characterization of Leakage Errors, https://arxiv.org/abs/1704.03081

The RB sequences are generated using standard RB, so we need to add to the RB code:

  • A new fitter class LeakageRBFitter to fitters.py
    we fit the standard RB output to the decay model A+Bp^m
    and compute the estimate of the average leakage and seepage rates of the gate set as
    L1 = (1-A)(1-p)
    L2 = A(1-p)

  • Test for the fitter and a function to generate test data using the pulse simulator

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant