You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -148,7 +148,7 @@ implementations of 2300 might impose different requirements. These will be descr
148
148
149
149
| Key | Type | Value |
150
150
| --- | --- | --- |
151
-
|`run_id`|`int`| Client defined identifier for the execution. |
151
+
|`job_id`|`int`| Client defined identifier for the execution. |
152
152
|`results`|`dict[str, int]`| Mapping of measured bitstring (for a circuit with `n` measurements; `q[n]...q[0]`) to count of occurrences. Limited to `m` results. |
153
153
|`raw_data`|`list[str]`| A list of bitstrings (little endian notation; `q[n]...q[0]`) ordered by the shot in which it was measured. If `include_raw_data` is set to `false` the list is left empty. |
154
154
@@ -159,7 +159,7 @@ implementations of 2300 might impose different requirements. These will be descr
0 commit comments