azure-quantum 3.0.0__py3-none-any.whl → 3.1.1.dev0__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.
@@ -6,4 +6,4 @@
6
6
  # Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  # --------------------------------------------------------------------------
8
8
 
9
- VERSION = "3.0.0"
9
+ VERSION = "3.1.1.dev0"
@@ -105,6 +105,7 @@ class QuantinuumSyntaxCheckerQirBackend(QuantinuumQirBackendBase):
105
105
  # Note: Target names on the same line are equivalent.
106
106
  "quantinuum.sim.h1-1sc",
107
107
  "quantinuum.sim.h2-1sc",
108
+ "quantinuum.sim.h2-2sc"
108
109
  )
109
110
 
110
111
  def __init__(self, name: str, provider: "AzureQuantumProvider", **kwargs):
@@ -142,6 +143,7 @@ class QuantinuumEmulatorQirBackend(QuantinuumQirBackendBase):
142
143
  # Note: Target names on the same line are equivalent.
143
144
  "quantinuum.sim.h1-1e",
144
145
  "quantinuum.sim.h2-1e",
146
+ "quantinuum.sim.h2-2e"
145
147
  )
146
148
 
147
149
  def __init__(self, name: str, provider: "AzureQuantumProvider", **kwargs):
@@ -179,6 +181,7 @@ class QuantinuumQPUQirBackend(QuantinuumQirBackendBase):
179
181
  # Note: Target names on the same line are equivalent.
180
182
  "quantinuum.qpu.h1-1",
181
183
  "quantinuum.qpu.h2-1",
184
+ "quantinuum.qpu.h2-2"
182
185
  )
183
186
 
184
187
  def __init__(self, name: str, provider: "AzureQuantumProvider", **kwargs):
@@ -253,6 +256,7 @@ class QuantinuumSyntaxCheckerBackend(QuantinuumBackend):
253
256
  # Note: Target names on the same line are equivalent.
254
257
  "quantinuum.sim.h1-1sc",
255
258
  "quantinuum.sim.h2-1sc",
259
+ "quantinuum.sim.h2-2sc"
256
260
  )
257
261
 
258
262
  def __init__(self, name: str, provider: "AzureQuantumProvider", **kwargs):
@@ -290,6 +294,7 @@ class QuantinuumEmulatorBackend(QuantinuumBackend):
290
294
  # Note: Target names on the same line are equivalent.
291
295
  "quantinuum.sim.h1-1e",
292
296
  "quantinuum.sim.h2-1e",
297
+ "quantinuum.sim.h2-2e"
293
298
  )
294
299
 
295
300
  def __init__(self, name: str, provider: "AzureQuantumProvider", **kwargs):
@@ -327,6 +332,7 @@ class QuantinuumQPUBackend(QuantinuumBackend):
327
332
  # Note: Target names on the same line are equivalent.
328
333
  "quantinuum.qpu.h1-1",
329
334
  "quantinuum.qpu.h2-1",
335
+ "quantinuum.qpu.h2-2"
330
336
  )
331
337
 
332
338
  def __init__(self, name: str, provider: "AzureQuantumProvider", **kwargs):
@@ -24,6 +24,9 @@ class Quantinuum(Target):
24
24
  "quantinuum.qpu.h2-1",
25
25
  "quantinuum.sim.h2-1sc",
26
26
  "quantinuum.sim.h2-1e",
27
+ "quantinuum.qpu.h2-2",
28
+ "quantinuum.sim.h2-2sc",
29
+ "quantinuum.sim.h2-2e",
27
30
  )
28
31
 
29
32
  _SHOTS_PARAM_NAME = "count"
azure/quantum/version.py CHANGED
@@ -5,4 +5,4 @@
5
5
  # Copyright (c) Microsoft Corporation. All rights reserved.
6
6
  # Licensed under the MIT License.
7
7
  ##
8
- __version__ = "3.0.0"
8
+ __version__ = "3.1.1.dev0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: azure-quantum
3
- Version: 3.0.0
3
+ Version: 3.1.1.dev0
4
4
  Summary: Python client for Azure Quantum
5
5
  Home-page: https://github.com/microsoft/azure-quantum-python
6
6
  Author: Microsoft
@@ -2,7 +2,7 @@ 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=RG_4J4seV_H-15VpHxFnZrADePeBepDVqEEAglHVA1M,235
5
+ azure/quantum/version.py,sha256=mwhh54k6qbOq8jxdZyPBRH5_NU0LKAxQNCj9CPkOMRw,240
6
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
@@ -14,7 +14,7 @@ azure/quantum/_client/_configuration.py,sha256=FFUHJPp6X0015GpD-YLmYCoq8GI86nHCn
14
14
  azure/quantum/_client/_model_base.py,sha256=hu7OdRS2Ra1igfBo-R3zS3dzO3YhFC4FGHJ_WiyZgNg,43736
15
15
  azure/quantum/_client/_patch.py,sha256=YTV6yZ9bRfBBaw2z7v4MdzR-zeHkdtKkGb4SU8C25mE,694
16
16
  azure/quantum/_client/_serialization.py,sha256=bBl0y0mh-0sDd-Z8_dj921jQQhqhYWTOl59qSLuk01M,86686
17
- azure/quantum/_client/_version.py,sha256=4K86QOiJ_UWj3mpr-itW0oIqXVawD8zamOFsWtXPwpI,495
17
+ azure/quantum/_client/_version.py,sha256=E0hsuD8uvtrSiORFREhtmABWARMyqJN-bnfPGdlfMQg,500
18
18
  azure/quantum/_client/py.typed,sha256=dcrsqJrcYfTX-ckLFJMTaj6mD8aDe2u0tkQG-ZYxnEg,26
19
19
  azure/quantum/_client/models/__init__.py,sha256=MR2av7s_tCP66hicN9JXCmTngJ4_-ozM4cmblGjPwn8,1971
20
20
  azure/quantum/_client/models/_enums.py,sha256=RNCPXxeae4d7wtPqcSxu5JZBLFLZZYVZbALjui_f1fM,4288
@@ -48,12 +48,12 @@ 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=VjNoBzdmhRizcW7cHzFQWTEvpiftbJtg1FzNCQatuvk,12513
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=a8cfthXeR2wE8ktNzgexEmoZ3EBw-VRRwFuPSLATGjI,3207
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
@@ -67,7 +67,7 @@ azure/quantum/target/pasqal/target.py,sha256=K_vqavov6gvS84voRKeBx9pO8g4LrtWrlZ5
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-3.0.0.dist-info/METADATA,sha256=KOfqb8Nd1hTmh5qVbpKti2v40Hyip7nvf1hWAT6kka0,7357
71
- azure_quantum-3.0.0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
72
- azure_quantum-3.0.0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
73
- azure_quantum-3.0.0.dist-info/RECORD,,
70
+ azure_quantum-3.1.1.dev0.dist-info/METADATA,sha256=I9nmdcKDNZsgiyU2FYnS33dH93y4Q-dJuG_83MozFfM,7362
71
+ azure_quantum-3.1.1.dev0.dist-info/WHEEL,sha256=tZoeGjtWxWRfdplE7E3d45VPlLNQnvbKiYnx7gwAy8A,92
72
+ azure_quantum-3.1.1.dev0.dist-info/top_level.txt,sha256=S7DhWV9m80TBzAhOFjxDUiNbKszzoThbnrSz5MpbHSQ,6
73
+ azure_quantum-3.1.1.dev0.dist-info/RECORD,,