Ran
|
Jobs
1
|
Files
832
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
github
Handle huge integers in OpenQASM 2 expression evaluator (#12140) * Handle huge integers in OpenQASM 2 expression evaluator This modifies the expression evaluator to directly parse the backing string data of an integer token in a floating-point context, which lets us handle numbers that would otherwise overflow a `usize`. It's possible for this to be totally valid, if, for example, the integer is a multiple of some very large power of two that doesn't overflow a double-precision float. We already needed to immediately cast the integer to a float, so this is just a more accurate way of doing the evaluation, and doesn't affect when we use integers in other contexts. * Clarify int/float split (cherry picked from commit fe6959469)
2 of 2 new or added lines in 2 files covered. (100.0%)
5 existing lines in 2 files now uncovered.62261 of 69459 relevant lines covered (89.64%)
230156.77 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
2 |
88.2 |
-0.36% | qiskit/transpiler/passes/synthesis/unitary_synthesis.py |
3 |
93.13 |
0.0% | crates/qasm2/src/lex.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 9082717775.1 | 832 |
89.64 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|