Ran
|
Jobs
1
|
Files
1282
|
Run time
2min
|
Badge
Embed ▾
README BADGES
|
github
Avoid lossing precision when scaling frequencies (#12392) (#12416) * Avoid lossing precision when scaling frequencies Classes in pulse_instruction.py scale frequency values to GHz by multipliying `ParameterExpression` with float 1e9. This can lead to numerical errors on some systems using symengine. Instead, this scaling can be done multiplying by integer 10**9. See: https://github.com/Qiskit/qiskit/issues/12359#issuecomment-2104426621 * Add release note --------- Co-authored-by: Jake Lishman <jake.lishman@ibm.com> (cherry picked from commit 96607f6b2) Co-authored-by: Iyán <me@iyanmv.com> (cherry picked from commit 0a05ea211)
2 of 2 new or added lines in 1 file covered. (100.0%)
13 existing lines in 3 files now uncovered.75006 of 86268 relevant lines covered (86.95%)
100857.16 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
94.02 |
-0.24% | crates/qasm2/src/expr.rs |
6 |
92.11 |
-0.51% | crates/qasm2/src/lex.rs |
6 |
97.61 |
0.92% | crates/qasm2/src/parse.rs |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 9299004553.1 | 1282 |
86.95 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|