diff --git a/docs/request/meta.md b/docs/request/meta.md index c6b38ef..9ee0c91 100644 --- a/docs/request/meta.md +++ b/docs/request/meta.md @@ -58,10 +58,11 @@ This message does not require any additional information in the payload section. "Y" ], "starttime": 1690061619.610174, + "supports_raw_data": true, "default_compiler_config": { "decomposition": [ { - "path": "opensquirrel.decomposer.mckay_decomposer.McKayDecomposer", + "path": "opensquirrel.passes.decomposer.mckay_decomposer.McKayDecomposer", "method": "decompose", "arguments": {} } @@ -80,14 +81,6 @@ library. The config is represented as a dict and defines for each _stage_, a lis that should be performed in the stage. Each pass includes settings such as the pass _name_, corresponding _method_ invoked by opensquirrel and additional keyword arguments. -Currently, the following stages are supported: - -* `decomposition`: - * `path`: `opensquirrel.`. -See the _decomposers_ listed in [the opensquirrel docs](https://qutech-delft.github.io/OpenSquirrel/reference). - * `method`: `decompose` - * `arguments`: arguments expected for the initialization of the decomposer class. - If no `default_compiler_config` is provided, there will be **no** pre-processing steps applied to the circuit. The backend will receive the cQASM string the same way it was provided by the user.