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

Update backend properties for FakeHanoiV2 #2136

Merged
merged 1 commit into from
Feb 13, 2025

Conversation

kt474
Copy link
Member

@kt474 kt474 commented Feb 12, 2025

Summary

Refreshed the backend properties for FakeHanoiV2 - Qubit 8 T1 and T2 values look correct now.

backend = FakeHanoiV2()

print(backend.properties().t1(8), backend.properties().t2(8))
# 0.00015902165301336188 0.00022681399133679564

Details and comments

Fixes #1782

@kt474 kt474 requested review from ptristan3 and yaelbh February 12, 2025 20:32
@kt474 kt474 merged commit fad9336 into Qiskit:main Feb 13, 2025
17 checks passed
@kt474 kt474 deleted the update-hanoi-props branch February 13, 2025 15:46
@kt474 kt474 added the Changelog: Bugfix Include in the Fixed section of the changelog label Feb 14, 2025
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

A faulty qubit in FakeHanoi
2 participants