azure-quantum 2.5.0.dev2__py3-none-any.whl → 3.1.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.
- azure/quantum/_client/__init__.py +11 -5
- azure/quantum/_client/_client.py +40 -49
- azure/quantum/_client/_configuration.py +34 -41
- azure/quantum/_client/_model_base.py +1159 -0
- azure/quantum/_client/_serialization.py +285 -172
- azure/quantum/_client/_version.py +1 -1
- azure/quantum/_client/models/__init__.py +41 -30
- azure/quantum/_client/models/_enums.py +34 -4
- azure/quantum/_client/models/_models.py +435 -764
- azure/quantum/_client/operations/__init__.py +16 -10
- azure/quantum/_client/operations/_operations.py +1191 -769
- azure/quantum/qiskit/backends/quantinuum.py +6 -0
- azure/quantum/target/microsoft/elements/dft/target.py +4 -1
- azure/quantum/target/quantinuum.py +3 -0
- azure/quantum/version.py +1 -1
- azure/quantum/workspace.py +371 -38
- {azure_quantum-2.5.0.dev2.dist-info → azure_quantum-3.1.0.dist-info}/METADATA +1 -1
- {azure_quantum-2.5.0.dev2.dist-info → azure_quantum-3.1.0.dist-info}/RECORD +20 -20
- azure/quantum/_client/_vendor.py +0 -20
- {azure_quantum-2.5.0.dev2.dist-info → azure_quantum-3.1.0.dist-info}/WHEEL +0 -0
- {azure_quantum-2.5.0.dev2.dist-info → azure_quantum-3.1.0.dist-info}/top_level.txt +0 -0
|
@@ -2,26 +2,26 @@ azure/quantum/__init__.py,sha256=Za8xZY4lzFkW8m4ero-bqrfN437D2NRukM77ukb4GPM,508
|
|
|
2
2
|
azure/quantum/_constants.py,sha256=nDL_QrGdI_Zz_cvTB9nVgfE7J6A_Boo1ollMYqsiEBs,3499
|
|
3
3
|
azure/quantum/_workspace_connection_params.py,sha256=KoT90U89Dj6pVwAKp_ENJL1hyTF0oQe7w0QioOGvjXg,21685
|
|
4
4
|
azure/quantum/storage.py,sha256=_4bMniDk9LrB_K5CQwuCivJFZXdmhRvU2b6Z3xxXw9I,12556
|
|
5
|
-
azure/quantum/version.py,sha256=
|
|
6
|
-
azure/quantum/workspace.py,sha256=
|
|
5
|
+
azure/quantum/version.py,sha256=QDqF8C-GY6J98ARGs-kANkJQjnwCvA4j8XhPy6D8iJk,235
|
|
6
|
+
azure/quantum/workspace.py,sha256=9oO4vjwIn1pdHFLZCQcEPQ_xjQjTNO4UIWSBQpj6Cgo,35574
|
|
7
7
|
azure/quantum/_authentication/__init__.py,sha256=bniNZlS0hMIjO_y7DevGBAS6MixyA5pbPHcdGipUWM4,236
|
|
8
8
|
azure/quantum/_authentication/_chained.py,sha256=0rdohB_fVGFHUhlly9sGxqQTBTZGpGxtlBqNHDFbAqE,4848
|
|
9
9
|
azure/quantum/_authentication/_default.py,sha256=RzhK5UNQb6TK95VQI4o8Gm2nxtOaz64yA0J9Tw9zpW4,6625
|
|
10
10
|
azure/quantum/_authentication/_token.py,sha256=mOrvibDiOgkDnqU1OBIw9PyIv-np6DkdxMNC4UtuGkc,3616
|
|
11
|
-
azure/quantum/_client/__init__.py,sha256=
|
|
12
|
-
azure/quantum/_client/_client.py,sha256=
|
|
13
|
-
azure/quantum/_client/_configuration.py,sha256=
|
|
11
|
+
azure/quantum/_client/__init__.py,sha256=P3K9ffYchHhHjJhCEAEwutSD3xRW92XDUQNYDjwhYqI,1056
|
|
12
|
+
azure/quantum/_client/_client.py,sha256=Zjqakj3NvRXXlSMi7S1LtJuWkhsNRFhlmCaJGwB6K-U,6616
|
|
13
|
+
azure/quantum/_client/_configuration.py,sha256=FFUHJPp6X0015GpD-YLmYCoq8GI86nHCnDS_THTSHbg,4184
|
|
14
|
+
azure/quantum/_client/_model_base.py,sha256=hu7OdRS2Ra1igfBo-R3zS3dzO3YhFC4FGHJ_WiyZgNg,43736
|
|
14
15
|
azure/quantum/_client/_patch.py,sha256=YTV6yZ9bRfBBaw2z7v4MdzR-zeHkdtKkGb4SU8C25mE,694
|
|
15
|
-
azure/quantum/_client/_serialization.py,sha256=
|
|
16
|
-
azure/quantum/_client/
|
|
17
|
-
azure/quantum/_client/_version.py,sha256=Q51bA5gmW5ZskJg0nhzcS8TpwMoB1GFWiRUEBxnt4yc,500
|
|
16
|
+
azure/quantum/_client/_serialization.py,sha256=bBl0y0mh-0sDd-Z8_dj921jQQhqhYWTOl59qSLuk01M,86686
|
|
17
|
+
azure/quantum/_client/_version.py,sha256=mcYB9iVlHQQx3dCWxrE5maNmYYaFykgEs72sBAChPIQ,495
|
|
18
18
|
azure/quantum/_client/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
|
|
19
|
-
azure/quantum/_client/models/__init__.py,sha256=
|
|
20
|
-
azure/quantum/_client/models/_enums.py,sha256=
|
|
21
|
-
azure/quantum/_client/models/_models.py,sha256=
|
|
19
|
+
azure/quantum/_client/models/__init__.py,sha256=MR2av7s_tCP66hicN9JXCmTngJ4_-ozM4cmblGjPwn8,1971
|
|
20
|
+
azure/quantum/_client/models/_enums.py,sha256=RNCPXxeae4d7wtPqcSxu5JZBLFLZZYVZbALjui_f1fM,4288
|
|
21
|
+
azure/quantum/_client/models/_models.py,sha256=w208Pgf3mWVKW6FrbvPzFvPu9mY04bj763vwpo49N38,29613
|
|
22
22
|
azure/quantum/_client/models/_patch.py,sha256=YTV6yZ9bRfBBaw2z7v4MdzR-zeHkdtKkGb4SU8C25mE,694
|
|
23
|
-
azure/quantum/_client/operations/__init__.py,sha256=
|
|
24
|
-
azure/quantum/_client/operations/_operations.py,sha256=
|
|
23
|
+
azure/quantum/_client/operations/__init__.py,sha256=YsursegE17FYuBSlfxPdHzpx8zbfh9C9TTtEBKCGVEk,1392
|
|
24
|
+
azure/quantum/_client/operations/_operations.py,sha256=EL4c4l1t6VwdIay8_V2PomXYdF-MjG_PDSjQKwTQHfI,99639
|
|
25
25
|
azure/quantum/_client/operations/_patch.py,sha256=YTV6yZ9bRfBBaw2z7v4MdzR-zeHkdtKkGb4SU8C25mE,694
|
|
26
26
|
azure/quantum/argument_types/__init__.py,sha256=AEDyuUMipR2za248GrRzqxfzr0Ysd8tj2F0OQBSFKWg,255
|
|
27
27
|
azure/quantum/argument_types/types.py,sha256=2mM8s37DKgNfSsjzwmg4dnmj9roSeHY1ZT5vKnpjAYM,1041
|
|
@@ -48,26 +48,26 @@ azure/quantum/qiskit/backends/__init__.py,sha256=Ygx3GwVHbIJ9Bi-_KqVQsL7B3QfeL-q
|
|
|
48
48
|
azure/quantum/qiskit/backends/backend.py,sha256=pE5FSsLRy6JpfCGDWd7SFcnH8k8qz6-eJRwZ31fh58o,23361
|
|
49
49
|
azure/quantum/qiskit/backends/ionq.py,sha256=YivsJSuLBWmOxpK1qk4aEr1eJvQkWHTG4y8Ak6t-QN8,13781
|
|
50
50
|
azure/quantum/qiskit/backends/qci.py,sha256=c0YK-znG8TSAnFmeszo7mpKhM624QHszTQoapOqOvHg,4794
|
|
51
|
-
azure/quantum/qiskit/backends/quantinuum.py,sha256=
|
|
51
|
+
azure/quantum/qiskit/backends/quantinuum.py,sha256=1ThH4mmk4CUG-2RTvwsFEXQ3TEvHPJnW7Lo6QYpC3QE,12705
|
|
52
52
|
azure/quantum/qiskit/backends/rigetti.py,sha256=lTsa0UjPdsAZUvvfnBge7H22TvA7c-_3fU09ZTA4ARs,4146
|
|
53
53
|
azure/quantum/target/__init__.py,sha256=F0nIEJdlbczmxAdtvPDWf8J1Y33_XjPzloliHeWpJos,689
|
|
54
54
|
azure/quantum/target/ionq.py,sha256=2iS4H-fBJYRTCM7VJse3Hqya_y2iEuU5QBG3Oj4c-SU,3931
|
|
55
55
|
azure/quantum/target/params.py,sha256=oI-35HUEMCskNjpxCJU3tjL664K-TxqAg5LA5xU0nso,9130
|
|
56
|
-
azure/quantum/target/quantinuum.py,sha256=
|
|
56
|
+
azure/quantum/target/quantinuum.py,sha256=5xvYb0Q2KSQr6FJ_A1bc2904Gz6NF_Xmn8UJ79NMOZU,3306
|
|
57
57
|
azure/quantum/target/target.py,sha256=Iz8GAM-4AjVnKHaI12By1G3wzT5ZUWQau8BVCFU7Vvo,16679
|
|
58
58
|
azure/quantum/target/target_factory.py,sha256=jjZ9zxWaNDkcvslKV02GSP8rtXwStJ7EmVXQSOFh_j8,5266
|
|
59
59
|
azure/quantum/target/microsoft/target.py,sha256=MlEBPhXYcHPBuORSeoslFgpw31C_cwJBf-xl0F18Jc8,6226
|
|
60
60
|
azure/quantum/target/microsoft/elements/__init__.py,sha256=gVVpaN5086iuBnajtvTjSd7MLExtnsR6RDCmcgz6xpE,70
|
|
61
61
|
azure/quantum/target/microsoft/elements/dft/__init__.py,sha256=kCXOA9HT-gb23An-A0eyktlB66VoH6EwNO4gPM97l3U,224
|
|
62
62
|
azure/quantum/target/microsoft/elements/dft/job.py,sha256=6v7lZwXyUGrOI8J17akanMrFXrPVDhsZR3c6AFpa5So,6942
|
|
63
|
-
azure/quantum/target/microsoft/elements/dft/target.py,sha256=
|
|
63
|
+
azure/quantum/target/microsoft/elements/dft/target.py,sha256=MoQ-jlWU25ct7YTG_vSm5nJDrP-S5YRbxdspf1-OIWY,13089
|
|
64
64
|
azure/quantum/target/pasqal/__init__.py,sha256=qbe6oWTQTsnTYwY3xZr32z4AWaYIchx71bYlqC2rQqw,348
|
|
65
65
|
azure/quantum/target/pasqal/result.py,sha256=SUvpnrtgvCGiepmNpyifW8b4p14-SZZ1ToCC0NAdIwg,1463
|
|
66
66
|
azure/quantum/target/pasqal/target.py,sha256=K_vqavov6gvS84voRKeBx9pO8g4LrtWrlZ5-RMLWozw,5139
|
|
67
67
|
azure/quantum/target/rigetti/__init__.py,sha256=I1vyzZBYGI540pauTqJd0RSSyTShGqkEL7Yjo25_RNY,378
|
|
68
68
|
azure/quantum/target/rigetti/result.py,sha256=65mtAZxfdNrTWNjWPqgfwt2BZN6Nllo4g_bls7-Nm68,2334
|
|
69
69
|
azure/quantum/target/rigetti/target.py,sha256=5C8p7CVKKXsaBM0BLFA4MrBwvLtY5INp4GQsE9t4P1U,7407
|
|
70
|
-
azure_quantum-
|
|
71
|
-
azure_quantum-
|
|
72
|
-
azure_quantum-
|
|
73
|
-
azure_quantum-
|
|
70
|
+
azure_quantum-3.1.0.dist-info/METADATA,sha256=zF5l5rnmr37Dxlm88hBSuFA1D1PGcTwtOhNizm5CaIo,7357
|
|
71
|
+
azure_quantum-3.1.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
|
|
72
|
+
azure_quantum-3.1.0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
|
|
73
|
+
azure_quantum-3.1.0.dist-info/RECORD,,
|
azure/quantum/_client/_vendor.py
DELETED
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# --------------------------------------------------------------------------
|
|
2
|
-
# Copyright (c) Microsoft Corporation. All rights reserved.
|
|
3
|
-
# Licensed under the MIT License. See License.txt in the project root for license information.
|
|
4
|
-
# Code generated by Microsoft (R) AutoRest Code Generator.
|
|
5
|
-
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
6
|
-
# --------------------------------------------------------------------------
|
|
7
|
-
|
|
8
|
-
from typing import List, cast
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
def _format_url_section(template, **kwargs):
|
|
12
|
-
components = template.split("/")
|
|
13
|
-
while components:
|
|
14
|
-
try:
|
|
15
|
-
return template.format(**kwargs)
|
|
16
|
-
except KeyError as key:
|
|
17
|
-
# Need the cast, as for some reasons "split" is typed as list[str | Any]
|
|
18
|
-
formatted_components = cast(List[str], template.split("/"))
|
|
19
|
-
components = [c for c in formatted_components if "{}".format(key.args[0]) not in c]
|
|
20
|
-
template = "/".join(components)
|
|
File without changes
|
|
File without changes
|