-
Notifications
You must be signed in to change notification settings - Fork 66
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
Generalize effective noise channels #443
Conversation
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.
Hum, some things are not so clear to me
…into gen_eff_noise
Co-authored-by: Henrique Silvério <[email protected]>
Co-authored-by: Henrique Silvério <[email protected]>
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.
Much better!
Co-authored-by: Henrique Silvério <[email protected]>
Co-authored-by: Henrique Silvério <[email protected]>
Co-authored-by: Henrique Silvério <[email protected]>
Co-authored-by: Henrique Silvério <[email protected]>
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.
LGTM!
**Main Changes:** - Generalize effective noise channels (#443) - Update Pulser-Pasqal to the latest cloud-sdk syntax (#474) - Highlight EOM buffers in Sequence drawings (#475) **Expired deprecations:** - `BaseDevice._channels` has been removed - using `BaseDevice.channel_objects` and (optionally) `BaseDevice.channel_ids` is now mandatory
Fixes #428