qiskit-community / qiskit-hackathon-singapore-19

11 stars 5 forks source link

Character randomized benchmarking #13

Closed chriseclectic closed 5 years ago

chriseclectic commented 5 years ago

Abstract

Implement in qiskit the characterisation method presented in [1], and (time permitting) use it characterise an IBMQ device.

[1] J Helsen, X Xue, Lieven, MK Vandersypen, S Wehner, A new class of efficient randomized benchmarking protocols. npj Quantum Information, 5, 71, (2019), arXiv:1806.02048

Description

Paper abstract: Randomized benchmarking is a technique for estimating the average fidelity of a set of quantum gates. However, if this gateset is not the multi-qubit Clifford group, robustly extracting the average fidelity is difficult. Here, we propose a new method based on representation theory that has little experimental overhead and robustly extracts the average fidelity for a broad class of gatesets. We apply our method to a multi-qubit gateset that includes the T-gate, and propose a new interleaved benchmarking protocol that extracts the average fidelity of a two-qubit Clifford gate using only single-qubit Clifford gates as reference.

Members

-

Deliverable

A qiskit-ignis module

GitHub repo