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
Copy file name to clipboardExpand all lines: docs/request/meta.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ This message does not require any additional information in the payload section.
34
34
|`nqubits`|`int`| The number of qubits |
35
35
|`topology`|`array[tuple]`| List of the edges between the various qubits |
36
36
|`name`|`str`| Name of the system |
37
-
|`pgs`|`array[str]`| Supported primitive gates set of the system. Gate names as described in cQASM (in uppercase) |
37
+
|`pgs`|`array[str]`| Supported primitive gates set of the system. Gate names as described `instructions` (bottom of file) in [QuIS](https://github.com/QuTech-Delft/QuIS/blob/develop/quis/quis.json)|
38
38
|`starttime`|`float`| Timestamp of start-up of the system (return value of `time.time()`) |
39
39
|`default_compiler_config`|`object[str,array[object[str, Any]]]`| Compiler configurations for different stages. |
40
40
|`supports_raw_data`|`bool`| Default `False`. Whether the hardware backend supports `raw_data`. If `True`, the `include_raw_data` flag in the [execute message](execute.md#execute-request-payload) should trigger the backend to store the measurements per shot in the raw_data field of the results. |
0 commit comments