Ran
|
Files
183
|
Run time
5s
|
Badge
README BADGES
|
push
github
Fast forward experimental-0.2 to the latest main (#1248) * Migrate fake backends from `qiskit.providers.fake_provider` (#1140) * Migrate fake provider * fix lint * Only migrate backends and fake_provider file to minimize duplication * Add reno * Update snippet to use runtime service --------- Co-authored-by: Kevin Tian <kevin.tian@ibm.com> * Fix BYOB job results bytes typing issue (#1220) * try/except raw result truncation * catch typeError * revert try/except, use response.text * update unit test * Fix fake backends integration test (#1225) * Clean up/fix integration test * Update test case * Fix black * Added deprecation warning when using qiskitrc file (#1219) * Added deprecation warning when using qiskitrc file * Fixed bug whereby deprecation warnings cause failure for all 'qiskit*' modules. Changed warning to deprecation warning. * Release note * Small grammer fix * black --------- Co-authored-by: Kevin Tian <kevin.tian@ibm.com> * Update session.from_id() (#1163) * update session.from_id() * add deprecation warning * add reno * Prepare release 0.15.0 (#1226) * Update main branch 0.16.0 (#1227) * Revert `Session.from_id 0.15.0` changes (#1229) * Revert "Update session.from_id() (#1163)" This reverts commit 8fa0472e1. * add reno * Prepare release 0.15.1 (#1230) * Update main branch to 0.16.0 again (#1232) * Remove all code related to custom programs (#1192) * initial removal * cleanup more files * move result_decoder * fix lint * update unit tests * update integration tests * more docs changes * release note * fix path --------- Co-authored-by: Jessie Yu <jessieyu@us.ibm.com> * Make sessions thread safe (#1196) * Make sessions thread safe. The lock prevents other threads from sending new jobs to the service only if the session hasnot been setup yet. I.e.: when se... (continued)
2941 of 5971 relevant lines covered (49.25%)
0.49 hits per line
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|---|---|---|---|---|---|---|
0.0 | ...e/fake_provider/backends/auckland/fake_auckland.py | 30 | 9 | 0 | 9 | 0.0 | |
0.0 | ..._runtime/fake_provider/backends/athens/__init__.py | 17 | 3 | 0 | 3 | 0.0 | |
0.0 | ..._runtime/fake_provider/backends/armonk/__init__.py | 17 | 3 | 0 | 3 | 0.0 | |
0.0 | ...ntime/fake_provider/backends/athens/fake_athens.py | 39 | 15 | 0 | 15 | 0.0 | |
0.0 | ...ntime/fake_provider/backends/armonk/fake_armonk.py | 49 | 15 | 0 | 15 | 0.0 | |
0.0 | qiskit_ibm_runtime/api/rest/utils/__init__.py | 14 | 1 | 0 | 1 | 0.0 | |
0.0 | ...runtime/fake_provider/backends/almaden/__init__.py | 17 | 3 | 0 | 3 | 0.0 | |
0.0 | qiskit_ibm_runtime/api/rest/utils/data_mapper.py | 76 | 23 | 0 | 23 | 0.0 | |
0.0 | ...ime/fake_provider/backends/almaden/fake_almaden.py | 59 | 13 | 0 | 13 | 0.0 | |
0.0 | ...untime/fake_provider/backends/auckland/__init__.py | 16 | 2 | 0 | 2 | 0.0 |