Repo Added
|
Files
913
|
Badge
Embed ▾
README BADGES
|
github
Deduplicate SliceOrInt (#11844) * Deduplicate SliceOrInt After doing some post-merge analysis on the impact of #11842 it turns out the enum being modified in that PR was duplicated in the rust code unnecessarily. The same enum was already defined in the euler_one_qubit_decomposer module for it's custom 1 qubit gate sequence return type. This commit updates the code so it just use the one defined in the circuit data module that has the fix from #11842 applied already. * Move enum to common location (cherry picked from commit 802ac5133)
1 of 1 new or added line in 1 file covered. (100.0%)
15 existing lines in 2 files now uncovered.58897 of 65970 relevant lines covered (89.28%)
188123.42 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|