azure-quantum 3.6.0__tar.gz → 3.6.1__tar.gz
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.
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/PKG-INFO +2 -6
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/_version.py +1 -1
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_constants.py +1 -1
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_mgmt_client.py +1 -1
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/job/job.py +13 -4
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/rigetti/target.py +1 -6
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/version.py +1 -1
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure_quantum.egg-info/PKG-INFO +2 -6
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure_quantum.egg-info/requires.txt +1 -5
- azure_quantum-3.6.1/requirements-dev.txt +4 -0
- azure_quantum-3.6.1/requirements.txt +6 -0
- azure_quantum-3.6.0/requirements-dev.txt +0 -6
- azure_quantum-3.6.0/requirements.txt +0 -8
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/README.md +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/_client.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/_configuration.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/_patch.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/_utils/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/_utils/model_base.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/_utils/serialization.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/_validation.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/aio/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/aio/_client.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/aio/_configuration.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/aio/_patch.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/aio/operations/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/aio/operations/_operations.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/aio/operations/_patch.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/models/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/models/_enums.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/models/_models.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/models/_patch.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/operations/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/operations/_operations.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/operations/_patch.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_workspace_connection_params.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/argument_types/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/argument_types/types.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/cirq/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/cirq/job.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/cirq/service.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/cirq/targets/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/cirq/targets/ionq.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/cirq/targets/quantinuum.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/cirq/targets/target.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/job/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/job/base_job.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/job/filtered_job.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/job/job_failed_with_results_error.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/job/session.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/job/workspace_item.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/job/workspace_item_factory.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/backends/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/backends/_qiskit_ionq.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/backends/backend.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/backends/ionq.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/backends/qci.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/backends/quantinuum.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/backends/rigetti.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/job.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/qiskit/provider.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/storage.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/ionq.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/params.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/pasqal/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/pasqal/result.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/pasqal/target.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/quantinuum.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/rigetti/__init__.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/rigetti/result.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/target.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/target/target_factory.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/workspace.py +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure_quantum.egg-info/SOURCES.txt +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure_quantum.egg-info/dependency_links.txt +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure_quantum.egg-info/top_level.txt +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/requirements-cirq.txt +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/requirements-pulser.txt +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/requirements-qiskit.txt +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/requirements-qsharp.txt +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/requirements-quil.txt +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/setup.cfg +0 -0
- {azure_quantum-3.6.0 → azure_quantum-3.6.1}/setup.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: azure-quantum
|
|
3
|
-
Version: 3.6.
|
|
3
|
+
Version: 3.6.1
|
|
4
4
|
Summary: Python client for Azure Quantum
|
|
5
5
|
Home-page: https://github.com/microsoft/azure-quantum-python
|
|
6
6
|
Author: Microsoft
|
|
@@ -12,7 +12,7 @@ Requires-Python: >=3.8
|
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
Requires-Dist: azure-core<2.0,>=1.30
|
|
14
14
|
Requires-Dist: azure-identity<2.0,>=1.17
|
|
15
|
-
Requires-Dist: azure-storage-blob
|
|
15
|
+
Requires-Dist: azure-storage-blob<13.0,>=12.20
|
|
16
16
|
Requires-Dist: msrest<1.0,>=0.7.1
|
|
17
17
|
Requires-Dist: numpy>=1.21.0
|
|
18
18
|
Requires-Dist: deprecated<2.0,>=1.2.12
|
|
@@ -22,8 +22,6 @@ Requires-Dist: cirq-ionq<=1.4.1,>=1.3.0; extra == "cirq"
|
|
|
22
22
|
Provides-Extra: dev
|
|
23
23
|
Requires-Dist: pytest>=7.1.2; extra == "dev"
|
|
24
24
|
Requires-Dist: pytest-xdist<4.0,>=3.8.0; extra == "dev"
|
|
25
|
-
Requires-Dist: vcrpy>=4.3.1; extra == "dev"
|
|
26
|
-
Requires-Dist: azure-devtools<2.0,>=1.2.0; extra == "dev"
|
|
27
25
|
Requires-Dist: graphviz>=0.20.1; extra == "dev"
|
|
28
26
|
Requires-Dist: tox>=4.32.0; extra == "dev"
|
|
29
27
|
Provides-Extra: pulser
|
|
@@ -39,8 +37,6 @@ Requires-Dist: cirq-core<=1.4.1,>=1.3.0; extra == "all"
|
|
|
39
37
|
Requires-Dist: cirq-ionq<=1.4.1,>=1.3.0; extra == "all"
|
|
40
38
|
Requires-Dist: pytest>=7.1.2; extra == "all"
|
|
41
39
|
Requires-Dist: pytest-xdist<4.0,>=3.8.0; extra == "all"
|
|
42
|
-
Requires-Dist: vcrpy>=4.3.1; extra == "all"
|
|
43
|
-
Requires-Dist: azure-devtools<2.0,>=1.2.0; extra == "all"
|
|
44
40
|
Requires-Dist: graphviz>=0.20.1; extra == "all"
|
|
45
41
|
Requires-Dist: tox>=4.32.0; extra == "all"
|
|
46
42
|
Requires-Dist: pulser<0.19,>=0.18; extra == "all"
|
|
@@ -61,7 +61,7 @@ class ConnectionConstants:
|
|
|
61
61
|
ARM_CREDENTIAL_SCOPE = "https://management.azure.com/.default"
|
|
62
62
|
|
|
63
63
|
DEFAULT_ARG_API_VERSION = "2021-03-01"
|
|
64
|
-
|
|
64
|
+
DEFAULT_ARM_WORKSPACE_API_VERSION = "2025-12-15-preview"
|
|
65
65
|
|
|
66
66
|
MSA_TENANT_ID = "9188040d-6c67-4c5b-b112-36a304b66dad"
|
|
67
67
|
|
|
@@ -179,7 +179,7 @@ class WorkspaceMgmtClient():
|
|
|
179
179
|
if not all([connection_params.subscription_id, connection_params.resource_group, connection_params.workspace_name]):
|
|
180
180
|
raise ValueError("Missing required connection parameters to load workspace details from ARM.")
|
|
181
181
|
|
|
182
|
-
api_version = connection_params.api_version or ConnectionConstants.
|
|
182
|
+
api_version = connection_params.api_version or ConnectionConstants.DEFAULT_ARM_WORKSPACE_API_VERSION
|
|
183
183
|
|
|
184
184
|
url = (
|
|
185
185
|
f"/subscriptions/{connection_params.subscription_id}"
|
|
@@ -64,6 +64,13 @@ class Job(BaseJob, FilteredJob):
|
|
|
64
64
|
or self.details.status == "Failed"
|
|
65
65
|
or self.details.status == "Cancelled"
|
|
66
66
|
)
|
|
67
|
+
|
|
68
|
+
def has_succeeded(self) -> bool:
|
|
69
|
+
"""Check if the job has succeeded."""
|
|
70
|
+
return (
|
|
71
|
+
self.details.status == "Completed"
|
|
72
|
+
or self.details.status == "Succeeded"
|
|
73
|
+
)
|
|
67
74
|
|
|
68
75
|
def wait_until_completed(
|
|
69
76
|
self,
|
|
@@ -125,7 +132,7 @@ class Job(BaseJob, FilteredJob):
|
|
|
125
132
|
if not self.has_completed():
|
|
126
133
|
self.wait_until_completed(timeout_secs=timeout_secs)
|
|
127
134
|
|
|
128
|
-
if not self.
|
|
135
|
+
if not self.has_succeeded():
|
|
129
136
|
if self.details.status == "Failed" and self._allow_failure_results():
|
|
130
137
|
job_blob_properties = self.download_blob_properties(self.details.output_data_uri)
|
|
131
138
|
if job_blob_properties.size > 0:
|
|
@@ -205,7 +212,7 @@ class Job(BaseJob, FilteredJob):
|
|
|
205
212
|
if not self.has_completed():
|
|
206
213
|
self.wait_until_completed(timeout_secs=timeout_secs)
|
|
207
214
|
|
|
208
|
-
if not self.
|
|
215
|
+
if not self.has_succeeded():
|
|
209
216
|
if self.details.status == "Failed" and self._allow_failure_results():
|
|
210
217
|
job_blob_properties = self.download_blob_properties(self.details.output_data_uri)
|
|
211
218
|
if job_blob_properties.size > 0:
|
|
@@ -288,7 +295,7 @@ class Job(BaseJob, FilteredJob):
|
|
|
288
295
|
if not self.has_completed():
|
|
289
296
|
self.wait_until_completed(timeout_secs=timeout_secs)
|
|
290
297
|
|
|
291
|
-
if not self.
|
|
298
|
+
if not self.has_succeeded():
|
|
292
299
|
if self.details.status == "Failed" and self._allow_failure_results():
|
|
293
300
|
job_blob_properties = self.download_blob_properties(self.details.output_data_uri)
|
|
294
301
|
if job_blob_properties.size > 0:
|
|
@@ -342,8 +349,10 @@ class Job(BaseJob, FilteredJob):
|
|
|
342
349
|
|
|
343
350
|
def _convert_tuples(self, data):
|
|
344
351
|
if isinstance(data, dict):
|
|
352
|
+
if "Error" in data:
|
|
353
|
+
return data
|
|
345
354
|
# Check if the dictionary represents a tuple
|
|
346
|
-
|
|
355
|
+
elif all(isinstance(k, str) and k.startswith("Item") for k in data.keys()):
|
|
347
356
|
# Convert the dictionary to a tuple
|
|
348
357
|
return tuple(self._convert_tuples(data[f"Item{i+1}"]) for i in range(len(data)))
|
|
349
358
|
else:
|
|
@@ -32,8 +32,6 @@ class RigettiTarget(str, Enum):
|
|
|
32
32
|
|
|
33
33
|
ANKAA_3 = "rigetti.qpu.ankaa-3"
|
|
34
34
|
|
|
35
|
-
CEPHEUS_1_36Q = "rigetti.qpu.cepheus-1-36q"
|
|
36
|
-
|
|
37
35
|
def simulators() -> List[str]:
|
|
38
36
|
"""Returns a list of simulator targets"""
|
|
39
37
|
return [
|
|
@@ -43,8 +41,7 @@ class RigettiTarget(str, Enum):
|
|
|
43
41
|
def qpus() -> List[str]:
|
|
44
42
|
"""Returns a list of QPU targets"""
|
|
45
43
|
return [
|
|
46
|
-
RigettiTarget.ANKAA_3.value
|
|
47
|
-
RigettiTarget.CEPHEUS_1_36Q
|
|
44
|
+
RigettiTarget.ANKAA_3.value
|
|
48
45
|
]
|
|
49
46
|
|
|
50
47
|
def num_qubits(target_name) -> int:
|
|
@@ -54,8 +51,6 @@ class RigettiTarget(str, Enum):
|
|
|
54
51
|
return 20
|
|
55
52
|
elif target_name == RigettiTarget.ANKAA_3.value:
|
|
56
53
|
return 84
|
|
57
|
-
elif target_name == RigettiTarget.CEPHEUS_1_36Q.value:
|
|
58
|
-
return 36
|
|
59
54
|
else:
|
|
60
55
|
raise ValueError(f"Unknown target {target_name}")
|
|
61
56
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: azure-quantum
|
|
3
|
-
Version: 3.6.
|
|
3
|
+
Version: 3.6.1
|
|
4
4
|
Summary: Python client for Azure Quantum
|
|
5
5
|
Home-page: https://github.com/microsoft/azure-quantum-python
|
|
6
6
|
Author: Microsoft
|
|
@@ -12,7 +12,7 @@ Requires-Python: >=3.8
|
|
|
12
12
|
Description-Content-Type: text/markdown
|
|
13
13
|
Requires-Dist: azure-core<2.0,>=1.30
|
|
14
14
|
Requires-Dist: azure-identity<2.0,>=1.17
|
|
15
|
-
Requires-Dist: azure-storage-blob
|
|
15
|
+
Requires-Dist: azure-storage-blob<13.0,>=12.20
|
|
16
16
|
Requires-Dist: msrest<1.0,>=0.7.1
|
|
17
17
|
Requires-Dist: numpy>=1.21.0
|
|
18
18
|
Requires-Dist: deprecated<2.0,>=1.2.12
|
|
@@ -22,8 +22,6 @@ Requires-Dist: cirq-ionq<=1.4.1,>=1.3.0; extra == "cirq"
|
|
|
22
22
|
Provides-Extra: dev
|
|
23
23
|
Requires-Dist: pytest>=7.1.2; extra == "dev"
|
|
24
24
|
Requires-Dist: pytest-xdist<4.0,>=3.8.0; extra == "dev"
|
|
25
|
-
Requires-Dist: vcrpy>=4.3.1; extra == "dev"
|
|
26
|
-
Requires-Dist: azure-devtools<2.0,>=1.2.0; extra == "dev"
|
|
27
25
|
Requires-Dist: graphviz>=0.20.1; extra == "dev"
|
|
28
26
|
Requires-Dist: tox>=4.32.0; extra == "dev"
|
|
29
27
|
Provides-Extra: pulser
|
|
@@ -39,8 +37,6 @@ Requires-Dist: cirq-core<=1.4.1,>=1.3.0; extra == "all"
|
|
|
39
37
|
Requires-Dist: cirq-ionq<=1.4.1,>=1.3.0; extra == "all"
|
|
40
38
|
Requires-Dist: pytest>=7.1.2; extra == "all"
|
|
41
39
|
Requires-Dist: pytest-xdist<4.0,>=3.8.0; extra == "all"
|
|
42
|
-
Requires-Dist: vcrpy>=4.3.1; extra == "all"
|
|
43
|
-
Requires-Dist: azure-devtools<2.0,>=1.2.0; extra == "all"
|
|
44
40
|
Requires-Dist: graphviz>=0.20.1; extra == "all"
|
|
45
41
|
Requires-Dist: tox>=4.32.0; extra == "all"
|
|
46
42
|
Requires-Dist: pulser<0.19,>=0.18; extra == "all"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
azure-core<2.0,>=1.30
|
|
2
2
|
azure-identity<2.0,>=1.17
|
|
3
|
-
azure-storage-blob
|
|
3
|
+
azure-storage-blob<13.0,>=12.20
|
|
4
4
|
msrest<1.0,>=0.7.1
|
|
5
5
|
numpy>=1.21.0
|
|
6
6
|
deprecated<2.0,>=1.2.12
|
|
@@ -10,8 +10,6 @@ cirq-core<=1.4.1,>=1.3.0
|
|
|
10
10
|
cirq-ionq<=1.4.1,>=1.3.0
|
|
11
11
|
pytest>=7.1.2
|
|
12
12
|
pytest-xdist<4.0,>=3.8.0
|
|
13
|
-
vcrpy>=4.3.1
|
|
14
|
-
azure-devtools<2.0,>=1.2.0
|
|
15
13
|
graphviz>=0.20.1
|
|
16
14
|
tox>=4.32.0
|
|
17
15
|
pulser<0.19,>=0.18
|
|
@@ -26,8 +24,6 @@ cirq-ionq<=1.4.1,>=1.3.0
|
|
|
26
24
|
[dev]
|
|
27
25
|
pytest>=7.1.2
|
|
28
26
|
pytest-xdist<4.0,>=3.8.0
|
|
29
|
-
vcrpy>=4.3.1
|
|
30
|
-
azure-devtools<2.0,>=1.2.0
|
|
31
27
|
graphviz>=0.20.1
|
|
32
28
|
tox>=4.32.0
|
|
33
29
|
|
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
azure-core>=1.30,<2.0
|
|
2
|
-
azure-identity>=1.17,<2.0
|
|
3
|
-
# TODO: recent versions break recordings.
|
|
4
|
-
# More than one match for "https://mystorage.blob.core.windows.net/.../rawOutputData"
|
|
5
|
-
azure-storage-blob==12.20
|
|
6
|
-
msrest>=0.7.1,<1.0
|
|
7
|
-
numpy>=1.21.0
|
|
8
|
-
deprecated>=1.2.12,<2.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/aio/operations/__init__.py
RENAMED
|
File without changes
|
{azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/_client/aio/operations/_operations.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{azure_quantum-3.6.0 → azure_quantum-3.6.1}/azure/quantum/job/job_failed_with_results_error.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|