Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix rzz parameter validation on Qiskit 1.1
The rzz validation check was using `CircuitInstruction.params`, an alias for `CircuitInstruction.operation.params` added in Qiskit 1.2. Here the usage is replaced `CircuitInstruction.operation.params` to keep compatibility with Qiskit 1.1.
- Loading branch information