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 d1d450a commit b99750cCopy full SHA for b99750c
scaleway_qaas_client/v1alpha1/job_payload/models.py
@@ -36,7 +36,7 @@ class QaaSCircuitData:
36
class QaaSNoiseModelSerializationFormat(Enum):
37
UNKOWN_CIRCUIT_SERIALIZATION = 0
38
JSON = 1
39
- PATCHED_JSON = 2
+ AER_COMPRESSED_JSON = 2
40
41
42
@dataclass_json
0 commit comments