Skip to content

Commit 5220ad5

Browse files
authored
[QI2-1617] Fix pgs description (#36)
1 parent cfe41d3 commit 5220ad5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/request/meta.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This message does not require any additional information in the payload section.
3434
| `nqubits` | `int` | The number of qubits |
3535
| `topology` | `array[tuple]` | List of the edges between the various qubits |
3636
| `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) |
3838
| `starttime` | `float` | Timestamp of start-up of the system (return value of `time.time()`) |
3939
| `default_compiler_config` | `object[str,array[object[str, Any]]]` | Compiler configurations for different stages. |
4040
| `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

Comments
 (0)