Feature/jazz n 2 n#532
Merged
Merged
Conversation
Deepakkhurrana
approved these changes
Jul 1, 2026
Deepakkhurrana
left a comment
Contributor
There was a problem hiding this comment.
I have pushed some commits to
- align plotting and naming logic with previous nodes
- description updates to capture the advantage of these two nodes for example over 32b
- Renamed them: since they tune qubit flux, they should belong under 32.
After these changes LGTM
HuanQM
reviewed
Jul 1, 2026
Contributor
|
@HuanQM the unused file have been removed |
HuanQM
approved these changes
Jul 2, 2026
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.
Summary
Adds two new CZ amplitude calibration nodes from arXiv:2402.18926v3 (Appendix I.1, Fig. 13), together with shared analysis/plotting utilities:
N = 4k + 1; measures target-qubitP_|1>vs CZ amplitude scale. Intended as a high-resolution amplitude calibration after a coarse estimate from 32a/32b.N = 2k; measures jointP_|00>on both qubits. Sensitive to both conditional phase rotation angle and leakageBoth nodes sweep amplitude scale around the stored CZ amplitude, average over the repetition axis, and fit a sinc model to extract the optimal
flux_pulse_qubit.amplitude. They support all standard CZ gate macros (cz_unipolar,cz_flattop,cz_bipolar,cz_flattop_erf,cz_SNZ).Changes
calibration_utils/cz_jazz_n/(analysis, parameters, plotting)calibration_utils/cz_jazz2_n/(analysis, parameters, plotting)33b_JAZZ-N.py,33c_JAZZ2-N.py