Repo Added
|
Files
868
|
Badge
README BADGES
|
github
Fix a bug in `Target::py_instruction_supported` and remove the `py` token parameter (#14765) * Remove py token argument from py_instruction_supported This commit removes the py token from py_instruction_supported. `python::with_gil` is still used when the function is called with `operation_class` or with `operation_name` and `parameters`. Also fixed a bug where qargs checking was skipped when the function was called with an operation name and a parameters list that matched an existing instruction, even if the order of qargs differed. * Address review comments (cherry picked from commit 132636541)
7 of 7 new or added lines in 1 file covered. (100.0%)
32 existing lines in 3 files now uncovered.80082 of 91316 relevant lines covered (87.7%)
512375.8 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|