-
Notifications
You must be signed in to change notification settings - Fork 231
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
feat: ankaa2 pulse #615
feat: ankaa2 pulse #615
Conversation
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
@peterkomar-aws I left comment in the ReviewNB. The comments does not appear in the PR. Let me know if you cannot see them. The notebook all look good! I propose to run the bring-up notebook with a different qubit. Also, there are two other notebooks that are affect by the pulse bug, so it would be good to rerun them after the bug fix. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pulse notebook 3,4 are affected by a bug. Would be good to run again after fix
" \"aspen\": {\n", | ||
" \"device_arn\": Devices.Rigetti.AspenM3,\n", | ||
" \"ankaa\": {\n", | ||
" \"device_arn\": Devices.Rigetti.Ankaa2,\n", | ||
" \"qubit\": 4,\n", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
qubit 4 happens to have bad T2 time. Could you use another qubit (eg qubit 3) with higher T2 to make the Ramsey experiment look better?
…et/amazon-braket-examples into feature/ankaa2-pulse
Issue #, if available:
Description of changes:
Example notebooks about pulse control and verbatim compilation now use Ankaa-2 instead of Aspen-M-3.
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.