Skip to content

Commit b99750c

Browse files
committed
Change name of NoiseModel format for better matching with the rest of the code.
1 parent d1d450a commit b99750c

File tree

1 file changed

+1
-1
lines changed
  • scaleway_qaas_client/v1alpha1/job_payload

1 file changed

+1
-1
lines changed

scaleway_qaas_client/v1alpha1/job_payload/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class QaaSCircuitData:
3636
class QaaSNoiseModelSerializationFormat(Enum):
3737
UNKOWN_CIRCUIT_SERIALIZATION = 0
3838
JSON = 1
39-
PATCHED_JSON = 2
39+
AER_COMPRESSED_JSON = 2
4040

4141

4242
@dataclass_json

0 commit comments

Comments
 (0)