qi-compute-api-client 0.43.0__py3-none-any.whl → 0.45.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of qi-compute-api-client might be problematic. Click here for more details.

@@ -878,6 +878,10 @@ class JobsApi:
878
878
  number_of_shots__isnull: Optional[StrictBool] = None,
879
879
  number_of_shots: Optional[StrictInt] = None,
880
880
  raw_data_enabled: Optional[StrictBool] = None,
881
+ session_id: Optional[StrictStr] = None,
882
+ trace_id: Optional[StrictStr] = None,
883
+ message: Optional[StrictStr] = None,
884
+ source: Optional[StrictStr] = None,
881
885
  sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] = None,
882
886
  latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
883
887
  page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
@@ -925,6 +929,14 @@ class JobsApi:
925
929
  :type number_of_shots: int
926
930
  :param raw_data_enabled:
927
931
  :type raw_data_enabled: bool
932
+ :param session_id:
933
+ :type session_id: str
934
+ :param trace_id:
935
+ :type trace_id: str
936
+ :param message:
937
+ :type message: str
938
+ :param source:
939
+ :type source: str
928
940
  :param sort_by: The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.
929
941
  :type sort_by: str
930
942
  :param latest: If True gets the most recently created object.
@@ -969,6 +981,10 @@ class JobsApi:
969
981
  number_of_shots__isnull=number_of_shots__isnull,
970
982
  number_of_shots=number_of_shots,
971
983
  raw_data_enabled=raw_data_enabled,
984
+ session_id=session_id,
985
+ trace_id=trace_id,
986
+ message=message,
987
+ source=source,
972
988
  sort_by=sort_by,
973
989
  latest=latest,
974
990
  page=page,
@@ -1011,6 +1027,10 @@ class JobsApi:
1011
1027
  number_of_shots__isnull: Optional[StrictBool] = None,
1012
1028
  number_of_shots: Optional[StrictInt] = None,
1013
1029
  raw_data_enabled: Optional[StrictBool] = None,
1030
+ session_id: Optional[StrictStr] = None,
1031
+ trace_id: Optional[StrictStr] = None,
1032
+ message: Optional[StrictStr] = None,
1033
+ source: Optional[StrictStr] = None,
1014
1034
  sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] = None,
1015
1035
  latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
1016
1036
  page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
@@ -1058,6 +1078,14 @@ class JobsApi:
1058
1078
  :type number_of_shots: int
1059
1079
  :param raw_data_enabled:
1060
1080
  :type raw_data_enabled: bool
1081
+ :param session_id:
1082
+ :type session_id: str
1083
+ :param trace_id:
1084
+ :type trace_id: str
1085
+ :param message:
1086
+ :type message: str
1087
+ :param source:
1088
+ :type source: str
1061
1089
  :param sort_by: The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.
1062
1090
  :type sort_by: str
1063
1091
  :param latest: If True gets the most recently created object.
@@ -1102,6 +1130,10 @@ class JobsApi:
1102
1130
  number_of_shots__isnull=number_of_shots__isnull,
1103
1131
  number_of_shots=number_of_shots,
1104
1132
  raw_data_enabled=raw_data_enabled,
1133
+ session_id=session_id,
1134
+ trace_id=trace_id,
1135
+ message=message,
1136
+ source=source,
1105
1137
  sort_by=sort_by,
1106
1138
  latest=latest,
1107
1139
  page=page,
@@ -1144,6 +1176,10 @@ class JobsApi:
1144
1176
  number_of_shots__isnull: Optional[StrictBool] = None,
1145
1177
  number_of_shots: Optional[StrictInt] = None,
1146
1178
  raw_data_enabled: Optional[StrictBool] = None,
1179
+ session_id: Optional[StrictStr] = None,
1180
+ trace_id: Optional[StrictStr] = None,
1181
+ message: Optional[StrictStr] = None,
1182
+ source: Optional[StrictStr] = None,
1147
1183
  sort_by: Annotated[Optional[StrictStr], Field(description="The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.")] = None,
1148
1184
  latest: Annotated[Optional[StrictBool], Field(description="If True gets the most recently created object.")] = None,
1149
1185
  page: Annotated[Optional[Annotated[int, Field(strict=True, ge=1)]], Field(description="Page number")] = None,
@@ -1191,6 +1227,14 @@ class JobsApi:
1191
1227
  :type number_of_shots: int
1192
1228
  :param raw_data_enabled:
1193
1229
  :type raw_data_enabled: bool
1230
+ :param session_id:
1231
+ :type session_id: str
1232
+ :param trace_id:
1233
+ :type trace_id: str
1234
+ :param message:
1235
+ :type message: str
1236
+ :param source:
1237
+ :type source: str
1194
1238
  :param sort_by: The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'.
1195
1239
  :type sort_by: str
1196
1240
  :param latest: If True gets the most recently created object.
@@ -1235,6 +1279,10 @@ class JobsApi:
1235
1279
  number_of_shots__isnull=number_of_shots__isnull,
1236
1280
  number_of_shots=number_of_shots,
1237
1281
  raw_data_enabled=raw_data_enabled,
1282
+ session_id=session_id,
1283
+ trace_id=trace_id,
1284
+ message=message,
1285
+ source=source,
1238
1286
  sort_by=sort_by,
1239
1287
  latest=latest,
1240
1288
  page=page,
@@ -1272,6 +1320,10 @@ class JobsApi:
1272
1320
  number_of_shots__isnull,
1273
1321
  number_of_shots,
1274
1322
  raw_data_enabled,
1323
+ session_id,
1324
+ trace_id,
1325
+ message,
1326
+ source,
1275
1327
  sort_by,
1276
1328
  latest,
1277
1329
  page,
@@ -1376,6 +1428,22 @@ class JobsApi:
1376
1428
 
1377
1429
  _query_params.append(('raw_data_enabled', raw_data_enabled))
1378
1430
 
1431
+ if session_id is not None:
1432
+
1433
+ _query_params.append(('session_id', session_id))
1434
+
1435
+ if trace_id is not None:
1436
+
1437
+ _query_params.append(('trace_id', trace_id))
1438
+
1439
+ if message is not None:
1440
+
1441
+ _query_params.append(('message', message))
1442
+
1443
+ if source is not None:
1444
+
1445
+ _query_params.append(('source', source))
1446
+
1379
1447
  if sort_by is not None:
1380
1448
 
1381
1449
  _query_params.append(('sort_by', sort_by))
@@ -4,7 +4,7 @@
4
4
  ## Properties
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
- **compile_stage** | [**CompileStage**](CompileStage.md) | |
7
+ **compile_stage** | [**CompileStage**](CompileStage.md) | | [optional]
8
8
  **backend_type_id** | **int** | |
9
9
 
10
10
  ## Example
@@ -14,6 +14,10 @@ Name | Type | Description | Notes
14
14
  **finished_at** | **datetime** | |
15
15
  **number_of_shots** | **int** | |
16
16
  **raw_data_enabled** | **bool** | |
17
+ **session_id** | **str** | |
18
+ **trace_id** | **str** | |
19
+ **message** | **str** | |
20
+ **source** | **str** | |
17
21
 
18
22
  ## Example
19
23
 
@@ -5,6 +5,10 @@
5
5
  Name | Type | Description | Notes
6
6
  ------------ | ------------- | ------------- | -------------
7
7
  **status** | [**JobStatus**](JobStatus.md) | |
8
+ **session_id** | **str** | | [optional] [default to '']
9
+ **trace_id** | **str** | | [optional] [default to '']
10
+ **message** | **str** | | [optional] [default to '']
11
+ **source** | **str** | | [optional] [default to '']
8
12
 
9
13
  ## Example
10
14
 
@@ -244,7 +244,7 @@ Name | Type | Description | Notes
244
244
  [[Back to top]](#) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to Model list]](../README.md#documentation-for-models) [[Back to README]](../README.md)
245
245
 
246
246
  # **read_jobs_jobs_get**
247
- > PageJob read_jobs_jobs_get(id=id, created_on=created_on, file_id=file_id, algorithm_type=algorithm_type, status=status, batch_job_id=batch_job_id, queued_at__isnull=queued_at__isnull, queued_at=queued_at, finished_at__isnull=finished_at__isnull, finished_at=finished_at, number_of_shots__isnull=number_of_shots__isnull, number_of_shots=number_of_shots, raw_data_enabled=raw_data_enabled, sort_by=sort_by, latest=latest, page=page, size=size)
247
+ > PageJob read_jobs_jobs_get(id=id, created_on=created_on, file_id=file_id, algorithm_type=algorithm_type, status=status, batch_job_id=batch_job_id, queued_at__isnull=queued_at__isnull, queued_at=queued_at, finished_at__isnull=finished_at__isnull, finished_at=finished_at, number_of_shots__isnull=number_of_shots__isnull, number_of_shots=number_of_shots, raw_data_enabled=raw_data_enabled, session_id=session_id, trace_id=trace_id, message=message, source=source, sort_by=sort_by, latest=latest, page=page, size=size)
248
248
 
249
249
  List jobs
250
250
 
@@ -300,6 +300,10 @@ async with compute_api_client.ApiClient(configuration) as api_client:
300
300
  number_of_shots__isnull = True # bool | (optional)
301
301
  number_of_shots = 56 # int | (optional)
302
302
  raw_data_enabled = True # bool | (optional)
303
+ session_id = 'session_id_example' # str | (optional)
304
+ trace_id = 'trace_id_example' # str | (optional)
305
+ message = 'message_example' # str | (optional)
306
+ source = 'source_example' # str | (optional)
303
307
  sort_by = 'sort_by_example' # str | The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'. (optional)
304
308
  latest = True # bool | If True gets the most recently created object. (optional)
305
309
  page = 1 # int | Page number (optional) (default to 1)
@@ -307,7 +311,7 @@ async with compute_api_client.ApiClient(configuration) as api_client:
307
311
 
308
312
  try:
309
313
  # List jobs
310
- api_response = await api_instance.read_jobs_jobs_get(id=id, created_on=created_on, file_id=file_id, algorithm_type=algorithm_type, status=status, batch_job_id=batch_job_id, queued_at__isnull=queued_at__isnull, queued_at=queued_at, finished_at__isnull=finished_at__isnull, finished_at=finished_at, number_of_shots__isnull=number_of_shots__isnull, number_of_shots=number_of_shots, raw_data_enabled=raw_data_enabled, sort_by=sort_by, latest=latest, page=page, size=size)
314
+ api_response = await api_instance.read_jobs_jobs_get(id=id, created_on=created_on, file_id=file_id, algorithm_type=algorithm_type, status=status, batch_job_id=batch_job_id, queued_at__isnull=queued_at__isnull, queued_at=queued_at, finished_at__isnull=finished_at__isnull, finished_at=finished_at, number_of_shots__isnull=number_of_shots__isnull, number_of_shots=number_of_shots, raw_data_enabled=raw_data_enabled, session_id=session_id, trace_id=trace_id, message=message, source=source, sort_by=sort_by, latest=latest, page=page, size=size)
311
315
  print("The response of JobsApi->read_jobs_jobs_get:\n")
312
316
  pprint(api_response)
313
317
  except Exception as e:
@@ -333,6 +337,10 @@ Name | Type | Description | Notes
333
337
  **number_of_shots__isnull** | **bool**| | [optional]
334
338
  **number_of_shots** | **int**| | [optional]
335
339
  **raw_data_enabled** | **bool**| | [optional]
340
+ **session_id** | **str**| | [optional]
341
+ **trace_id** | **str**| | [optional]
342
+ **message** | **str**| | [optional]
343
+ **source** | **str**| | [optional]
336
344
  **sort_by** | **str**| The field name to sort on. Prefix with '-' for descending order. E.g., '-created_on'. | [optional]
337
345
  **latest** | **bool**| If True gets the most recently created object. | [optional]
338
346
  **page** | **int**| Page number | [optional] [default to 1]
@@ -18,7 +18,7 @@ import re # noqa: F401
18
18
  import json
19
19
 
20
20
 
21
- from typing import Any, ClassVar, Dict, List
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
22
  from pydantic import BaseModel, StrictInt
23
23
  from compute_api_client.models.compile_stage import CompileStage
24
24
  try:
@@ -30,7 +30,7 @@ class CompilePayload(BaseModel):
30
30
  """
31
31
  CompilePayload
32
32
  """ # noqa: E501
33
- compile_stage: CompileStage
33
+ compile_stage: Optional[CompileStage] = None
34
34
  backend_type_id: StrictInt
35
35
  __properties: ClassVar[List[str]] = ["compile_stage", "backend_type_id"]
36
36
 
@@ -70,6 +70,11 @@ class CompilePayload(BaseModel):
70
70
  },
71
71
  exclude_none=True,
72
72
  )
73
+ # set to None if compile_stage (nullable) is None
74
+ # and model_fields_set contains the field
75
+ if self.compile_stage is None and "compile_stage" in self.model_fields_set:
76
+ _dict['compile_stage'] = None
77
+
73
78
  return _dict
74
79
 
75
80
  @classmethod
@@ -19,7 +19,7 @@ import json
19
19
 
20
20
  from datetime import datetime
21
21
  from typing import Any, ClassVar, Dict, List, Optional
22
- from pydantic import BaseModel, StrictBool, StrictInt
22
+ from pydantic import BaseModel, StrictBool, StrictInt, StrictStr
23
23
  from compute_api_client.models.algorithm_type import AlgorithmType
24
24
  from compute_api_client.models.job_status import JobStatus
25
25
  try:
@@ -41,7 +41,11 @@ class Job(BaseModel):
41
41
  finished_at: Optional[datetime]
42
42
  number_of_shots: Optional[StrictInt]
43
43
  raw_data_enabled: StrictBool
44
- __properties: ClassVar[List[str]] = ["id", "created_on", "file_id", "algorithm_type", "status", "batch_job_id", "queued_at", "finished_at", "number_of_shots", "raw_data_enabled"]
44
+ session_id: StrictStr
45
+ trace_id: StrictStr
46
+ message: StrictStr
47
+ source: StrictStr
48
+ __properties: ClassVar[List[str]] = ["id", "created_on", "file_id", "algorithm_type", "status", "batch_job_id", "queued_at", "finished_at", "number_of_shots", "raw_data_enabled", "session_id", "trace_id", "message", "source"]
45
49
 
46
50
  model_config = {
47
51
  "populate_by_name": True,
@@ -115,7 +119,11 @@ class Job(BaseModel):
115
119
  "queued_at": obj.get("queued_at"),
116
120
  "finished_at": obj.get("finished_at"),
117
121
  "number_of_shots": obj.get("number_of_shots"),
118
- "raw_data_enabled": obj.get("raw_data_enabled")
122
+ "raw_data_enabled": obj.get("raw_data_enabled"),
123
+ "session_id": obj.get("session_id"),
124
+ "trace_id": obj.get("trace_id"),
125
+ "message": obj.get("message"),
126
+ "source": obj.get("source")
119
127
  })
120
128
  return _obj
121
129
 
@@ -18,8 +18,10 @@ import re # noqa: F401
18
18
  import json
19
19
 
20
20
 
21
- from typing import Any, ClassVar, Dict, List
22
- from pydantic import BaseModel
21
+ from typing import Any, ClassVar, Dict, List, Optional
22
+ from pydantic import BaseModel, StrictStr
23
+ from pydantic import Field
24
+ from typing_extensions import Annotated
23
25
  from compute_api_client.models.job_status import JobStatus
24
26
  try:
25
27
  from typing import Self
@@ -31,7 +33,11 @@ class JobPatch(BaseModel):
31
33
  JobPatch
32
34
  """ # noqa: E501
33
35
  status: JobStatus
34
- __properties: ClassVar[List[str]] = ["status"]
36
+ session_id: Optional[Annotated[str, Field(strict=True, max_length=255)]] = ''
37
+ trace_id: Optional[Annotated[str, Field(strict=True, max_length=255)]] = ''
38
+ message: Optional[StrictStr] = ''
39
+ source: Optional[StrictStr] = ''
40
+ __properties: ClassVar[List[str]] = ["status", "session_id", "trace_id", "message", "source"]
35
41
 
36
42
  model_config = {
37
43
  "populate_by_name": True,
@@ -81,7 +87,11 @@ class JobPatch(BaseModel):
81
87
  return cls.model_validate(obj)
82
88
 
83
89
  _obj = cls.model_validate({
84
- "status": obj.get("status")
90
+ "status": obj.get("status"),
91
+ "session_id": obj.get("session_id") if obj.get("session_id") is not None else '',
92
+ "trace_id": obj.get("trace_id") if obj.get("trace_id") is not None else '',
93
+ "message": obj.get("message") if obj.get("message") is not None else '',
94
+ "source": obj.get("source") if obj.get("source") is not None else ''
85
95
  })
86
96
  return _obj
87
97
 
File without changes
@@ -0,0 +1,44 @@
1
+ """Quantum Inspire SDK.
2
+
3
+ Copyright 2022 QuTech Delft
4
+
5
+ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the
6
+ License. You may obtain a copy of the License at
7
+
8
+ https://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an
11
+ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific
12
+ language governing permissions and limitations under the License.
13
+ """
14
+
15
+ from abc import ABC, abstractmethod
16
+ from typing import Any, Dict, List
17
+
18
+ from compute_api_client.models.backend_type import BackendType
19
+ from pydantic import BaseModel
20
+
21
+
22
+ class ExecuteCircuitResult(BaseModel):
23
+ """Result of executing a quantum circuit."""
24
+
25
+ results: Dict[str, float]
26
+ shots_requested: int
27
+ shots_done: int
28
+
29
+
30
+ class QuantumInterface(ABC):
31
+ """Interface for running quantum circuits from hybrid algorithms."""
32
+
33
+ # pylint: disable = R0903
34
+ # Too few public methods (1/2) (too-few-public-methods)
35
+
36
+ results: List[Dict[str, Any]]
37
+ backend_type: BackendType
38
+
39
+ @abstractmethod
40
+ def execute_circuit(
41
+ self, circuit: str, number_of_shots: int
42
+ ) -> ExecuteCircuitResult:
43
+ """Execute a quantum circuit."""
44
+ raise NotImplementedError
@@ -1,8 +1,7 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.3
2
2
  Name: qi-compute-api-client
3
- Version: 0.43.0
3
+ Version: 0.45.0
4
4
  Summary: An API client for the Compute Job Manager of Quantum Inspire.
5
- Home-page: https://github.com/QuTech-Delft/compute-api-client
6
5
  License: Apache-2.0
7
6
  Author: Quantum Inspire
8
7
  Author-email: support@quantum-inspire.eu
@@ -19,7 +18,7 @@ Classifier: Programming Language :: Python :: 3.13
19
18
  Requires-Dist: aiohttp (>=3.10.5,<4.0.0)
20
19
  Requires-Dist: pydantic (>=2.10.4,<3.0.0)
21
20
  Requires-Dist: python-dateutil (>=2.8.2,<3.0.0)
22
- Requires-Dist: requests (>=2.32.3,<3.0.0)
21
+ Requires-Dist: requests (>=2.31.0,<3.0.0)
23
22
  Requires-Dist: urllib3 (>=2.0.0,<3.0.0)
24
23
  Project-URL: Repository, https://github.com/QuTech-Delft/compute-api-client
25
24
  Description-Content-Type: text/markdown
@@ -9,7 +9,7 @@ compute_api_client/api/commits_api.py,sha256=ETcosKPwE8EYr_wd3rZItlmJqLtuSu8E2Cp
9
9
  compute_api_client/api/files_api.py,sha256=eItVegQVnni7AK2yyT_6Paj4WB01vUwM8fIwxwJEZuk,47862
10
10
  compute_api_client/api/final_results_api.py,sha256=zfr4Yn44Q5KhNSHAk2aC_ZfLa1yASHHq3D3_MJ3ToNg,31894
11
11
  compute_api_client/api/health_api.py,sha256=7oW14fRdmsHaQjlTUXMCksFb7wfmKybQhL6zqiFa2bg,10223
12
- compute_api_client/api/jobs_api.py,sha256=wBzFuwxl4MTds_D5XJt5c6C_Gv2gZLFBLuTAsZ34vd8,63490
12
+ compute_api_client/api/jobs_api.py,sha256=3piw2DNLeTw2XcmsbarDytu3frwIzGQC6p8fl9X22yw,65567
13
13
  compute_api_client/api/languages_api.py,sha256=J9XI0q_60UaBfaemtV4XdgelkEDUqjx6WUTLjb-XJ4k,25756
14
14
  compute_api_client/api/members_api.py,sha256=tCywXFQoJPF0BnJ_Da4lEyM4XD9BPLTCjYkjWkpfNAw,45684
15
15
  compute_api_client/api/metadata_api.py,sha256=eLy_tlOhIUxoPDHMI779eALslCr3AxynUysIW_yaGuY,35288
@@ -44,7 +44,7 @@ compute_api_client/docs/BatchJobsApi.md,sha256=h7MhwjOcDwfSuDOK44XrwYw30oUN4vOw4
44
44
  compute_api_client/docs/Commit.md,sha256=WI3TcSFBdLWRjvJ9OBKiAKSN5AX7gXHs7EZm-Zs77FE,894
45
45
  compute_api_client/docs/CommitIn.md,sha256=tnd4OQ1brIRnNGAGkH3x_HRIQIg68CZTuAEJ2JDKK9w,843
46
46
  compute_api_client/docs/CommitsApi.md,sha256=FcRxDjqBQqI_1tqDBkF-cB06euahEhWl_choBd4aRCE,13786
47
- compute_api_client/docs/CompilePayload.md,sha256=W9x3x0CodJPGgiEbyKiaNm7rl0FzayVS8jv-3SiT8PI,954
47
+ compute_api_client/docs/CompilePayload.md,sha256=gVosNr2E66lTF4EZCRcP57m90vpLUtdLI58gGI6yRmM,965
48
48
  compute_api_client/docs/CompileStage.md,sha256=-U9wb4fyD8b_cjV1-GBIBJfbquFulRlHFm3C0GFnGik,291
49
49
  compute_api_client/docs/Domain.md,sha256=HONTAt17CX2vFhnkHOFqMpJEIJjPM8GTBBQriWA71UY,285
50
50
  compute_api_client/docs/File.md,sha256=D3F6zwqPEKjXBuGfbmh9ZiSWG1vMEpxut2qkJJJUEak,1003
@@ -57,11 +57,11 @@ compute_api_client/docs/HTTPBadRequestError.md,sha256=TtmChwzainHvcapRwqTjmZghUF
57
57
  compute_api_client/docs/HTTPNotFoundError.md,sha256=1GluS5OAVTk1qNrQwBOb29eQiNMJnCXyJk-0oKf-Rlc,936
58
58
  compute_api_client/docs/HTTPValidationError.md,sha256=MRdybtO0HOeFCN3Zk221Q6XH6fw1Qyg8J9KLPn38tI4,1006
59
59
  compute_api_client/docs/HealthApi.md,sha256=K1eWpfCF0AIbMsi0mAvFnIW-xjnnJvoQoyDQf7vyKEE,1825
60
- compute_api_client/docs/Job.md,sha256=XqEefY9k5itKu4iYcz_1BsdvXm7ix5-kFEw-ORikReQ,1086
60
+ compute_api_client/docs/Job.md,sha256=EXYNeSNt43l0C4jY0mrEUxLxQniKqRF40xlo9eDAIN8,1201
61
61
  compute_api_client/docs/JobIn.md,sha256=inp79yDhGUJs5yaaoUEBFS5cso_Aop98yGkY7lq9ur4,914
62
- compute_api_client/docs/JobPatch.md,sha256=YadPzV_CU2oygKaaw8FJuikEo4M6QqO5uR628w1bKf4,827
62
+ compute_api_client/docs/JobPatch.md,sha256=I0oY4pYGrDr_XGDL-kf4kfU6agj7os5BnDxVraVaEmU,1046
63
63
  compute_api_client/docs/JobStatus.md,sha256=BFKP4etVPMe37IOCI77TTxry-KfOcwhj_H5oNSfPkPA,288
64
- compute_api_client/docs/JobsApi.md,sha256=8ycW5dbDf854hH-i5A4bNX0-OAoyWsg7MiPQvaKArpw,15295
64
+ compute_api_client/docs/JobsApi.md,sha256=2rpIQfnmxzU-0QyKEJn3hCLDrBFXyS-0au6PDGAbRZs,15816
65
65
  compute_api_client/docs/Language.md,sha256=eHCpr4xEVei2MTA9zKu4DxBZamoSrSE3JOD36I7iDwU,847
66
66
  compute_api_client/docs/LanguagesApi.md,sha256=JcUYSDa-Sc7he7vUPWxWK0HH1RWfx_tJWG4bA7P3sqY,5977
67
67
  compute_api_client/docs/LocationInner.md,sha256=Z1Z8_cF7hlrfoOGVKoWz-ZhSQ457HKDdE_nXzZ9TPCA,843
@@ -129,7 +129,7 @@ compute_api_client/models/batch_job_in.py,sha256=K2HVli0JZyLf_sVQbP6J7b5PyQUAwM6
129
129
  compute_api_client/models/batch_job_status.py,sha256=5RUAIBC_ZKrkno2pM3KXSyLA5BB91PMUBL9tIA2W50w,941
130
130
  compute_api_client/models/commit.py,sha256=n7E2FeCSYGoxR2GA-Iaynon5WgCbyme5_eXqngV5GVE,2813
131
131
  compute_api_client/models/commit_in.py,sha256=ABzzJRUP9FEc2y6AxRmWUFRxT_KJSH7X_TIfLpLdfLk,2475
132
- compute_api_client/models/compile_payload.py,sha256=QMNv-4WWQcLoFS5LQ6GuYuLLaW_8e_StRkMnP4lNZ74,2576
132
+ compute_api_client/models/compile_payload.py,sha256=8r_LnOC892r7MhT83qNLUoF8so9ZDwHK3yzZJsdTUX4,2838
133
133
  compute_api_client/models/compile_stage.py,sha256=qgHZA576Rij7HB_RwrunR4kdJ_G2_YmqpFzI-12L8l4,867
134
134
  compute_api_client/models/domain.py,sha256=74HU4E_VPU84i7035NxJArBJW87yo-MS-YSoT1J7-Ac,875
135
135
  compute_api_client/models/file.py,sha256=PBxeUINDtmevly7zqwWTbg_1gKq21c5__HlGSfD5jqk,3381
@@ -139,9 +139,9 @@ compute_api_client/models/final_result_in.py,sha256=0a3BDpM21XdfMp-kdr7DQ3peU4ID
139
139
  compute_api_client/models/http_bad_request_error.py,sha256=3Bqvic3dc-xeClqdEgClwRIvIFzkScpwbNEvw34paQU,2391
140
140
  compute_api_client/models/http_not_found_error.py,sha256=ZxTsaEc2MX_Sb6pyoqt-sEhnQ6uwzpd8uRTEklcfaSY,2383
141
141
  compute_api_client/models/http_validation_error.py,sha256=x7kRxeYeaVlQ-ckHPfkeFlsWsxZPDMKcvfOCR7jOlao,2882
142
- compute_api_client/models/job.py,sha256=XFjB2GqK40Wkp-mGHF5nxTXzB_3qJYhbu2-kLbl_3y4,4050
142
+ compute_api_client/models/job.py,sha256=S6GIe5AYXx6MbLdBFPVxS9ddoMZ1B8pjO6ShNpysqbw,4381
143
143
  compute_api_client/models/job_in.py,sha256=Ne6BfZcGSpzL3_6ELFYBJlTh1waOL3OdOUkKu69jC8U,3013
144
- compute_api_client/models/job_patch.py,sha256=eV3HzR59MOyuutLwhXDJTYbyT7rPVpabTde4BSBAGlI,2395
144
+ compute_api_client/models/job_patch.py,sha256=9RZF8AQ8k46Eu3B0wInkmZAk9YUWIjgpdjrmaWXfX3g,3116
145
145
  compute_api_client/models/job_status.py,sha256=axKdggJ8edmJGFMVVarPd_rZIae6B1Sn7yTKOgtq8cc,930
146
146
  compute_api_client/models/language.py,sha256=rwSwzzxvpapfipAZYKpJ1bcgRzsvTVSnGCtPIs6X5Qs,2620
147
147
  compute_api_client/models/location_inner.py,sha256=h2NaeDVOxZszCCG3rilEBBlPsFLckpZxCxrnvP0s_pw,4866
@@ -187,9 +187,11 @@ compute_api_client/rest.py,sha256=-N7fantOYHH5Ot97NOHm2ouAUuw4kdqbnOvCtf25H7g,58
187
187
  qi2_shared/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
188
188
  qi2_shared/authentication.py,sha256=zTnbB9SIGowSZgetlyXj8NNM3p2beQ3fQo4R0lTrjk8,2550
189
189
  qi2_shared/client.py,sha256=vK_VC5V9p2cy02GeVXh0lKxqhMrM3lzUSRtts1CvF-A,1591
190
+ qi2_shared/hybrid/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
191
+ qi2_shared/hybrid/quantum_interface.py,sha256=wC6Y5D4Bu7vDmBPKVGQe_3qfkz4DlvOwi_31TnLA80w,1373
190
192
  qi2_shared/pagination.py,sha256=sypb9tSsi_7A1D9WoaUEuo7Xyfci8gG2QCX8XSIb7rI,1844
191
193
  qi2_shared/settings.py,sha256=x2wNv8nzftMFb-5K7wKvhfJVxQn0YYlZ_Guu6DHm_qU,2384
192
- qi_compute_api_client-0.43.0.dist-info/LICENSE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
193
- qi_compute_api_client-0.43.0.dist-info/METADATA,sha256=W9XGJv0kL7P1swJ-gw3TqBa8JT0WXP-x3Xe9Si0XaJ8,20657
194
- qi_compute_api_client-0.43.0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
195
- qi_compute_api_client-0.43.0.dist-info/RECORD,,
194
+ qi_compute_api_client-0.45.0.dist-info/LICENSE.md,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
195
+ qi_compute_api_client-0.45.0.dist-info/METADATA,sha256=NZMztdyfnLjRk52AOMQ7szRKU5ifbipwzomEA9U2AR4,20595
196
+ qi_compute_api_client-0.45.0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
197
+ qi_compute_api_client-0.45.0.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.9.1
2
+ Generator: poetry-core 2.0.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any