Ran
|
Jobs
1
|
Files
854
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
push
github
Avoid operator creation in transpiler (#12826) (#12875) * Avoid operator creation in transpiler This removes very nearly all of the use of `DAGOpNode.op` in the default transpiler paths. The sole exception is in `InverseCancellation`, which currently would involve some quite awkward gymnastics for little near-term benefit. The pass should move fully to Rust soon, making it not worth the effort. Most of the tricks here involve using the knowledge that most operations will involve only Rust-space standard gates, and that these cannot be control-flow operations. * Fix `HighLevelSynthesis` fast path --------- Co-authored-by: Matthew Treinish <mtreinish@kortar.org> (cherry picked from commit 0afb06e8a) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
108 of 114 new or added lines in 15 files covered. (94.74%)
7 existing lines in 3 files now uncovered.66546 of 74004 relevant lines covered (89.92%)
232083.25 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
90.49 |
0.08% | qiskit/transpiler/passes/synthesis/high_level_synthesis.py |
5 |
90.64 |
1.15% | crates/circuit/src/circuit_instruction.rs |
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
97.44 |
-0.32% | qiskit/transpiler/passes/basis/basis_translator.py |
2 |
88.39 |
-0.36% | qiskit/transpiler/passes/synthesis/unitary_synthesis.py |
4 |
92.23 |
0.25% | crates/qasm2/src/lex.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10187613240.1 | 854 |
89.92 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|