feature: add IBM Heron R2 device profile with calibration specs#33
Closed
Prashik123 wants to merge 3 commits into
Closed
feature: add IBM Heron R2 device profile with calibration specs#33Prashik123 wants to merge 3 commits into
Prashik123 wants to merge 3 commits into
Conversation
Member
|
We have many quality submissions and it was a tough decision, but there is still so much work to do on this package and we encourage everyone who made a submission to continue contributing and making suggestions, PRs, and issues on this repo. Thank you all! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #15
Description:
This PR introduces the
HeronR2()device profile, allowing users to benchmark Stretto compiled control pulses against the error rates and gate times of IBM's previous generation hardware (ibm_fez, ibm_kingston, ibm_marrakesh).UnitaryHACK Note:
@kateebonner I noticed this issue was unassigned and the UnitaryHACK 2026 deadline is rapidly approaching today! I sourced the median values and built the profile out fully. If the implementation is solid and you merge it, please assign the issue to me so the bots can officially track the bounty!
Implementation Details:
HeronR2()insrc/profiles.jlmodeling the 156-qubit heavy-hex architecture as an 8-qubit linear chain to seamlessly match theHeronR3()standard.T1 ≈ 218 μs,T2 ≈ 264 μs, andCZ duration = 68.0 nswith an error of2.848×10⁻³per arXiv:2410.00916.ibm_fez/ibm_kingston(Median freq ≈ 5.05 GHz, Anharmonicity ≈ -330 MHz, Coupling J ≈ 3 MHz).@testitemintest/runtests.jlconfirmingcompile_block(qft_circuit(2), HeronR2(), [1, 2])successfully returns aBlockResultwith a bounded mathematical fidelity.