Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: stable/0.6
Choose a base branch
from

Conversation

mergify[bot]
Copy link

@mergify mergify bot commented Apr 16, 2024

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.

### 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.

(cherry picked from commit 44178f7)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant