|
Ran
|
Jobs
1
|
Files
844
|
Run time
2min
|
Badge
README BADGES
|
push
github
Use average gate fidelity in the commutation checker (#13874) * v0 of comm checker * dangling print * games with matrices * Revert "HLS fix to not synthesize instructions already supported (#13417)" This reverts commit b9d5c9c6a. * use custom mm1 and mm2 * expose tol * rename tol to approximation_degree * note: this is not global phase correct! * don't be phase agnostic * additional tests these cover cases where we accumulate roundoff errors * Increase threshold, better consistency - increased the threshold for value comparisons to 16 EPS - use same functions in RemoveIdentityEquiv and CC checker - add reno - add detailed docs - add some tests for above thresholds * Python-space approx degree oversight * update threshold to 1e-12 which is consistent with the 2qWeylDecomp and still stricter than Qiskit 1.x * review comments * inline and rm comments
142 of 148 new or added lines in 7 files covered. (95.95%)
12 existing lines in 4 files now uncovered.75136 of 85288 relevant lines covered (88.1%)
335761.4 hits per line
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
97.06 |
crates/accelerate/src/gate_metrics.rs | |
| 2 |
97.13 |
-0.18% | crates/accelerate/src/commutation_checker.rs |
| 3 |
94.51 |
1.03% | crates/accelerate/src/remove_identity_equiv.rs |
| Lines | Coverage | ∆ | File |
|---|---|---|---|
| 1 |
76.09 |
-5.09% | crates/accelerate/src/unitary_compose.rs |
| 1 |
94.23 |
-0.23% | crates/qasm2/src/expr.rs |
| 4 |
91.73 |
-0.5% | crates/qasm2/src/lex.rs |
| 6 |
97.61 |
-0.46% | crates/qasm2/src/parse.rs |
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 13688468214.1 | 844 |
88.1 |
GitHub Action Run |
| Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
|---|