Ran
|
Jobs
1
|
Files
1282
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
Fix `Instruction.repeat` with conditionals (#11940) (#12499) * Fix `Instruction.repeat` with conditionals We can't put register conditionals within an `Instruction.definition` field; the data model of `QuantumCircuit` doesn't permit closing over registers from within definitions. This commit moves a condition to the outer `Instruction` that's returned. * Avoid 'to_mutable' if not needed * Add proviso on repeated conditionals in documentation * Update wording in release note Co-authored-by: Luciano Bello <bel@zurich.ibm.com> --------- Co-authored-by: Luciano Bello <bel@zurich.ibm.com> (cherry picked from commit 6ebb7aa57) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
11 of 11 new or added lines in 1 file covered. (100.0%)
4 existing lines in 1 file now uncovered.75015 of 86272 relevant lines covered (86.95%)
100725.89 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
4 |
91.6 |
-0.25% | crates/qasm2/src/lex.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 9367561311.1 | 1282 |
86.95 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|