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 parameterized gates to the CommutationChecker #12790

Closed
MarcDrudis opened this issue Jul 19, 2024 · 1 comment
Closed

Add parameterized gates to the CommutationChecker #12790

MarcDrudis opened this issue Jul 19, 2024 · 1 comment
Labels
type: feature request New feature or request

Comments

@MarcDrudis
Copy link
Contributor

What should we add?

I realized that currently the CommutationChecker class can not handle Pauli Rotations if they are parameterized. In many cases our circuits are paramterized and the commutation relationships for this rotations are just the same ones as the ones for their generators. I propose to add this functionality into Qiskit. There are 2 ways to go about it. One would be to make the standard_gate_commuation dictionary bigger or to map the rotation gates to their generators.

I already have already implemented it for myself because I need it for my research so I would be happy to implement it for Qiskit.

@MarcDrudis MarcDrudis added the type: feature request New feature or request label Jul 19, 2024
@jakelishman
Copy link
Member

I believe your #13302 solved this, but feel free to re-open if there was more to go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants