Ran
|
Jobs
1
|
Files
1260
|
Run time
19s
|
Badge
Embed ▾
README BADGES
|
push
github
Force decimal points in OpenQASM 2 floats (#10532) (#10536) * Force decimal points in OpenQASM 2 floats The letter of the OpenQASM 2 specification has a regex defining floating-point literals that requires a decimal point, even in the presence of an exponential component. This is unusual for most programming languages, but Qiskit's exporter should follow the spec as close as we can to increase interop. Our parser accepts floats with an exponent and no decimal point as a minor syntax extension, unless in strict mode. * Simplify English (cherry picked from commit 4722c50a5) Co-authored-by: Jake Lishman <jake.lishman@ibm.com>
3 of 3 new or added lines in 1 file covered. (100.0%)
72924 of 84907 relevant lines covered (85.89%)
61177.51 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
3 |
91.14 |
-0.25% | crates/qasm2/src/lex.rs |
3 |
93.75 |
-6.25% | qiskit/pulse/library/waveform.py |
12 |
97.13 |
0.0% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 5718314149.1 | 1260 |
85.89 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|