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 (#1986)
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. Co-authored-by: Ian Hincks <[email protected]> Co-authored-by: Yael Ben-Haim <[email protected]>
- Loading branch information