Commit 7d3cdeb
authored
Add new job status (#229)
* fix running -> started
* Bump version from 0.6.0 to 0.6.1
* Fix job status in test from 'running' to 'started'
* Refactor IonQJob class: improve type hints, enhance docstrings, and streamline logic
* Refactor map_output and _build_counts functions: remove type hints for dictionaries and streamline status mapping in IonQJob class
* Refactor Session class: replace Backend and IonQClient with IonQBackend, simplify session initialization and tests
* Add run method to Session class and corresponding test for session ID propagation
* Refactor _build_counts and IonQJob class: streamline classical-bit mapping and execution time handling
* Add tests for IonQJob class: validate single and multi-circuit measurement mapping
* Refactor IonQJob class: simplify execution time assignment comment1 parent dfc2950 commit 7d3cdeb
File tree
6 files changed
+251
-201
lines changed- qiskit_ionq
- test
- ionq_job
- ionq_session
6 files changed
+251
-201
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments