Skip to content
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

Measuring projectors on a state with parameter broadcasting. #4993

Merged
merged 4 commits into from Jan 4, 2024

Conversation

albi3ro
Copy link
Contributor

@albi3ro albi3ro commented Jan 4, 2024

This PR supercedes #4971 and fixes #4975 . [sc-52681]

As this is a high priority bug and we have an upcoming release, I am fixing this here.

Nicely this bug can be fixed by removing the specialized logic and just always just the default logic. This will be easier to maintain and extend in the future.

Copy link
Contributor

github-actions bot commented Jan 4, 2024

Hello. You may have forgotten to update the changelog!
Please edit doc/releases/changelog-dev.md with:

  • A one-to-two sentence description of the change. You may include a small working example for new features.
  • A link back to this PR.
  • Your name (or GitHub username) in the contributors section.

Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (v0.34.0-rc0@974ab77). Click here to learn what that means.

Additional details and impacted files
@@              Coverage Diff               @@
##             v0.34.0-rc0    #4993   +/-   ##
==============================================
  Coverage               ?   99.66%           
==============================================
  Files                  ?      392           
  Lines                  ?    35268           
  Branches               ?        0           
==============================================
  Hits                   ?    35151           
  Misses                 ?      117           
  Partials               ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@albi3ro albi3ro requested a review from a team January 4, 2024 19:58
Copy link
Contributor

@mudit2812 mudit2812 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good :)

Copy link
Contributor

@timmysilv timmysilv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how confident are you that this won't break plugins?

doc/releases/changelog-0.34.0.md Outdated Show resolved Hide resolved
Co-authored-by: Matthew Silverman <matthews@xanadu.ai>
@albi3ro
Copy link
Contributor Author

albi3ro commented Jan 4, 2024

how confident are you that this won't break plugins?

I think its much more likely that this will fix any plugins that are also having this issue.

Copy link
Contributor

@timmysilv timmysilv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good. anyway, we'll find out tomorrow morning 😄

@albi3ro albi3ro enabled auto-merge (squash) January 4, 2024 20:59
@albi3ro albi3ro merged commit 573be94 into v0.34.0-rc0 Jan 4, 2024
34 checks passed
@albi3ro albi3ro deleted the projector-with-batching branch January 4, 2024 21:13
@lillian542 lillian542 added this to the v0.34 milestone Jan 4, 2024
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.

None yet

4 participants