Repo Added
|
Files
868
|
Badge
README BADGES
|
github
fixed quotes in README.md (#14281) prior, quotes around `"meas"` in the README.md file were not escaped properly, leading to the following error when running the code ```shell ... print(f" > Counts: {result[0].data["meas"].get_counts()}") ^^^^ SyntaxError: f-string: unmatched '[' ``` changed quotes to single quotes (that don't need to be escaped) versions: * python 3.10 * qiskit 2.0.0 (cherry picked from commit 9b660772a)
72887 of 82726 relevant lines covered (88.11%)
355490.45 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|