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 noise model construction for a backend with no T2 value for a qubit #1912

Merged
merged 4 commits into from
Aug 25, 2023

Conversation

itoko
Copy link
Contributor

@itoko itoko commented Aug 24, 2023

Summary

Fixes a bug where NoiseModel.from_backend raises an error when a backend reports no T2 value (while it reports T1 value) for a qubit.
Fixes #1896.

@itoko itoko added stable-backport-potential The issue or PR might be minimal and/or import enough to backport to stable Changelog: Bugfix Include in the Fixed section of the changelog labels Aug 24, 2023
@doichanj doichanj self-requested a review August 25, 2023 01:08
@doichanj doichanj added this to the Aer 0.13.0 milestone Aug 25, 2023
@doichanj doichanj merged commit ada56a3 into Qiskit:main Aug 25, 2023
30 checks passed
@itoko itoko deleted the fix-1896-truncate-t2 branch August 28, 2023 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Changelog: Bugfix Include in the Fixed section of the changelog stable-backport-potential The issue or PR might be minimal and/or import enough to backport to stable
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The NoiseModel of ibmq_guadalupe cannot be accessed
2 participants