From 27b0e1bdc61e0bf5b2c230342ed56740c79faa3f Mon Sep 17 00:00:00 2001 From: Mythir Date: Mon, 26 May 2025 11:42:18 +0200 Subject: [PATCH 1/2] Update docs --- docs/request/meta.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/request/meta.md b/docs/request/meta.md index c6b38ef..f1d19d0 100644 --- a/docs/request/meta.md +++ b/docs/request/meta.md @@ -61,7 +61,7 @@ This message does not require any additional information in the payload section. "default_compiler_config": { "decomposition": [ { - "path": "opensquirrel.decomposer.mckay_decomposer.McKayDecomposer", + "path": "opensquirrel.passes.decomposer.mckay_decomposer.McKayDecomposer", "method": "decompose", "arguments": {} } @@ -80,14 +80,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. From 275e9fbdec1d2a513cec1e58e62d7c9fbe401b79 Mon Sep 17 00:00:00 2001 From: Mythir Date: Tue, 27 May 2025 11:04:27 +0200 Subject: [PATCH 2/2] Add supports raw data field --- docs/request/meta.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/request/meta.md b/docs/request/meta.md index f1d19d0..9ee0c91 100644 --- a/docs/request/meta.md +++ b/docs/request/meta.md @@ -58,6 +58,7 @@ This message does not require any additional information in the payload section. "Y" ], "starttime": 1690061619.610174, + "supports_raw_data": true, "default_compiler_config": { "decomposition": [ {