We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20cc632 commit d98ffb3Copy full SHA for d98ffb3
1 file changed
example_plugin/interface.py
@@ -10,7 +10,7 @@
10
Backend = str
11
Backends = List[Backend]
12
Metadata = Dict[Any, Any]
13
-ResultType = Literal['counts', 'quasi_dist', 'expval']
+ResultType = Literal[*AVAILABLE_RESULT_TYPES]
14
QasmFilePath = str
15
Results = Dict[str | int, float] | List[float]
16
0 commit comments