We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a71993c commit 86f6f30Copy full SHA for 86f6f30
pytket/extensions/quantinuum/backends/quantinuum.py
@@ -1769,15 +1769,7 @@ def _parse_status(response: dict) -> CircuitStatus:
1769
"error",
1770
"last-shot",
1771
"qubits",
1772
- "batch-id",
1773
- "count",
1774
- "group",
1775
- "machine",
1776
- "org",
1777
"priority",
1778
- "status",
1779
- "user",
1780
- "id",
1781
)
1782
}
1783
message = json.dumps(msgdict)
0 commit comments