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

Add kwargs passing to _gen_quimb_gates #4

Merged
merged 3 commits into from
Sep 24, 2024

Conversation

garrison
Copy link
Member

This adds kwarg support to _gen_quimb_gates; it simply passes any kwargs along to the Gate constructor(s). It can be useful to pass parametrize=True here, and likely other things as well.

This adds kwarg support to `_gen_quimb_gates`; it simply passes
any kwargs along to the `Gate` constructor(s).  It can be useful
to pass `parametrize=True` here, and likely other things as well.
@garrison garrison marked this pull request as ready for review September 24, 2024 19:12
@kevinsung kevinsung merged commit ff8fd84 into qiskit-community:main Sep 24, 2024
12 checks passed
@garrison garrison deleted the kwargs branch September 24, 2024 21:56
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