File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -58,10 +58,11 @@ This message does not require any additional information in the payload section.
58
58
" Y"
59
59
],
60
60
"starttime" : 1690061619.610174 ,
61
+ "supports_raw_data" : true ,
61
62
"default_compiler_config" : {
62
63
"decomposition" : [
63
64
{
64
- "path" : " opensquirrel.decomposer.mckay_decomposer.McKayDecomposer" ,
65
+ "path" : " opensquirrel.passes. decomposer.mckay_decomposer.McKayDecomposer" ,
65
66
"method" : " decompose" ,
66
67
"arguments" : {}
67
68
}
@@ -80,14 +81,6 @@ library. The config is represented as a dict and defines for each _stage_, a lis
80
81
that should be performed in the stage. Each pass includes settings such as the pass _ name_ , corresponding _ method_
81
82
invoked by opensquirrel and additional keyword arguments.
82
83
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
-
91
84
If no ` default_compiler_config ` is provided, there will be ** no** pre-processing steps applied to the circuit.
92
85
The backend will receive the cQASM string the same way it was provided by the user.
93
86
You can’t perform that action at this time.
0 commit comments