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

Fix Quantum function for Quac.Gate type #253

Merged
merged 4 commits into from
Nov 19, 2024
Merged

Conversation

jofrevalles
Copy link
Member

Summary

This PR fixes a problem with the Quantum function for Quac.Gate argument. Before this PR, this function had legacy code from our previous Dense structure, which was replaced in PR #223. Specifically, we still had the sites kwarg, which is now replaced by the second argument of Quantum.

Additionally, in this PR we also add a @testset "Gate" in the Quac integration tests to cover for this issue.

Copy link
Member

@mofeing mofeing left a comment

Choose a reason for hiding this comment

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

Great! Thanks!

@mofeing mofeing merged commit 1a9540d into master Nov 19, 2024
5 checks passed
@mofeing mofeing deleted the fix/quac-integration branch November 19, 2024 10:03
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.

2 participants