Skip to content

Commit cfe41d3

Browse files
authored
[QI2-1613] Fix outdated docs (#35)
* Update docs * Add supports raw data field
1 parent e5e4310 commit cfe41d3

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

docs/request/meta.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ This message does not require any additional information in the payload section.
5858
"Y"
5959
],
6060
"starttime": 1690061619.610174,
61+
"supports_raw_data": true,
6162
"default_compiler_config": {
6263
"decomposition": [
6364
{
64-
"path": "opensquirrel.decomposer.mckay_decomposer.McKayDecomposer",
65+
"path": "opensquirrel.passes.decomposer.mckay_decomposer.McKayDecomposer",
6566
"method": "decompose",
6667
"arguments": {}
6768
}
@@ -80,14 +81,6 @@ library. The config is represented as a dict and defines for each _stage_, a lis
8081
that should be performed in the stage. Each pass includes settings such as the pass _name_, corresponding _method_
8182
invoked by opensquirrel and additional keyword arguments.
8283

83-
Currently, the following stages are supported:
84-
85-
* `decomposition`:
86-
* `path`: `opensquirrel.<path_to_decomposer_class>`.
87-
See the _decomposers_ listed in [the opensquirrel docs](https://qutech-delft.github.io/OpenSquirrel/reference).
88-
* `method`: `decompose`
89-
* `arguments`: arguments expected for the initialization of the decomposer class.
90-
9184
If no `default_compiler_config` is provided, there will be **no** pre-processing steps applied to the circuit.
9285
The backend will receive the cQASM string the same way it was provided by the user.
9386

0 commit comments

Comments
 (0)