Skip to content

fix: Update Bell pair notebook for Ankaa-3 frame name and waveform API#855

Merged
virajvchaudhari merged 1 commit intoamazon-braket:mainfrom
virajvchaudhari:fix-bell-pair-ankaa3
Mar 23, 2026
Merged

fix: Update Bell pair notebook for Ankaa-3 frame name and waveform API#855
virajvchaudhari merged 1 commit intoamazon-braket:mainfrom
virajvchaudhari:fix-bell-pair-ankaa3

Conversation

@virajvchaudhari
Copy link
Copy Markdown
Contributor

@virajvchaudhari virajvchaudhari commented Mar 20, 2026

Issue:
Cell 20 of 3_Bell_pair_with_pulses_Rigetti.ipynb has been broken since PR #683 (Feb 2025) which migrated pulse notebooks to Ankaa-3.

Description of changes:
Two issues:

  • Hardcoded frame name 'Transmon_109_flux_tx_c' does not exist on Ankaa-3 for qubit pair (13, 20). Replaced with 'Transmon_13_flux_tx_iswap_20'.

  • Ankaa-3 uses ErfSquareWaveform (parametric) instead of ArbitraryWaveform, so .amplitudes does not exist. Replaced len(wfm.amplitudes) with wfm.length / dt.

  • Will add this back to test suite in the follow-up PRs.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

Cell 20 of 3_Bell_pair_with_pulses_Rigetti.ipynb has been broken since
PR amazon-braket#683 (Feb 2025) which migrated pulse notebooks to Ankaa-3.

Two issues:
- Hardcoded frame name 'Transmon_109_flux_tx_c' does not exist on
  Ankaa-3 for qubit pair (13, 20). Replaced with
  'Transmon_13_flux_tx_iswap_20'.
- Ankaa-3 uses ErfSquareWaveform (parametric) instead of
  ArbitraryWaveform, so .amplitudes does not exist. Replaced
  len(wfm.amplitudes) with wfm.length / dt.
@virajvchaudhari virajvchaudhari requested a review from a team as a code owner March 20, 2026 22:29
@review-notebook-app
Copy link
Copy Markdown

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

@virajvchaudhari virajvchaudhari merged commit 9b9fe75 into amazon-braket:main Mar 23, 2026
9 checks passed
@virajvchaudhari virajvchaudhari deleted the fix-bell-pair-ankaa3 branch March 24, 2026 19:23
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.

3 participants