Add parameterized gates to the CommutationChecker
#12790
Labels
type: feature request
New feature or request
CommutationChecker
#12790
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 thestandard_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.
The text was updated successfully, but these errors were encountered: