Qiskit-Extensions / qiskit-experiments

Qiskit Experiments
https://qiskit-extensions.github.io/qiskit-experiments/
Apache License 2.0
151 stars 122 forks source link

Fix a bug in EPG computation for devices with ECR gates (backport #1431) #1441

Open mergify[bot] opened 3 months ago

mergify[bot] commented 3 months ago

Summary

Fixed a bug in EPG (error per gate) computation in RBAnalysis where it fails with a TypeError for backends with ECR gate as a 2-qubit basis gate (e.g. IBM Eagle processors). Fixed #1419 .

Details and comments

Added the standard gate error ratio (1.0) for ECR gate as suggested in the issue. Also added a sentence to explain how to skip EPG computation in the manual.


This is an automatic backport of pull request #1431 done by Mergify.