iqm-client 29.12.0__py3-none-any.whl → 29.13.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.
iqm/cirq_iqm/__init__.py CHANGED
@@ -13,16 +13,7 @@
13
13
  # limitations under the License.
14
14
  """Cirq adapter for IQM's quantum computers."""
15
15
 
16
- import warnings
17
-
18
16
  from .devices import * # noqa: F403*
19
17
  from .extended_qasm_parser import circuit_from_qasm
20
18
  from .iqm_gates import * # noqa: F403
21
19
  from .transpiler import transpile_insert_moves_into_circuit
22
-
23
- warnings.warn(
24
- DeprecationWarning(
25
- "The cirq-iqm package is deprecated and new versions of Cirq on IQM will be published as part of "
26
- "iqm-client. Please uninstall cirq-iqm and install iqm-client[cirq] to get the newest version."
27
- )
28
- )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-client
3
- Version: 29.12.0
3
+ Version: 29.13.0
4
4
  Summary: Client library for accessing an IQM quantum computer
5
5
  Author-email: IQM Finland Oy <developers@meetiqm.com>
6
6
  License: Apache License
@@ -227,6 +227,8 @@ Requires-Dist: iqm-station-control-client <10,>=9 ; extra == 'cirq'
227
227
  Requires-Dist: iqm-exa-common <27,>=26 ; extra == 'cirq'
228
228
  Requires-Dist: cirq-core[contrib] ~=1.2 ; extra == 'cirq'
229
229
  Requires-Dist: ply ==3.11 ; extra == 'cirq'
230
+ Requires-Dist: llvmlite >=0.44.0 ; extra == 'cirq'
231
+ Requires-Dist: numba >=0.61.0 ; extra == 'cirq'
230
232
  Provides-Extra: cli
231
233
  Requires-Dist: iqm-station-control-client <10,>=9 ; extra == 'cli'
232
234
  Requires-Dist: iqm-exa-common <27,>=26 ; extra == 'cli'
@@ -1,4 +1,4 @@
1
- iqm/cirq_iqm/__init__.py,sha256=QpdI1542qLHx9eTMy3CFJ7oj2BwVZ_LWKe6KxQAh5Zc,1107
1
+ iqm/cirq_iqm/__init__.py,sha256=1zTyxtF39OD11D00ZujgqciJ_9GBDYe-PVBLqZp4NaA,831
2
2
  iqm/cirq_iqm/extended_qasm_parser.py,sha256=csDzfHLhy_9maGbappLbnFo2NHQjQeyd-1F8P380Mbk,1917
3
3
  iqm/cirq_iqm/iqm_gates.py,sha256=xnZex5ZfNOk_WSsFjVCRybc14FlGNbmwOs3mIfOE_F8,2488
4
4
  iqm/cirq_iqm/iqm_sampler.py,sha256=MLHB5FiBXsTCnxjlNJV8LhrIuZ2RS6946zEhI6OBmh4,11456
@@ -56,10 +56,10 @@ iqm/qiskit_iqm/fake_backends/fake_apollo.py,sha256=eT2vd3kQBi1rrvxCpePymBCfFK84d
56
56
  iqm/qiskit_iqm/fake_backends/fake_deneb.py,sha256=RzQXmLXmBARDiMKVxk5Aw9fVbc6IYlW0A5jibk9iYD0,3156
57
57
  iqm/qiskit_iqm/fake_backends/fake_garnet.py,sha256=GI0xafTCj1Um09qVuccO6GPOGBm6ygul_O40Wu220Ys,5555
58
58
  iqm/qiskit_iqm/fake_backends/iqm_fake_backend.py,sha256=wJtfsxjPYbDKmzaz5R4AuaXvvPHa21WyPtRgNctL9eY,16785
59
- iqm_client-29.12.0.dist-info/AUTHORS.rst,sha256=qsxeK5A3-B_xK3hNbhFHEIkoHNpo7sdzYyRTs7Bdtm8,795
60
- iqm_client-29.12.0.dist-info/LICENSE.txt,sha256=2DXrmQtVVUV9Fc9RBFJidMiTEaQlG2oAtlC9PMrEwTk,11333
61
- iqm_client-29.12.0.dist-info/METADATA,sha256=vS1ut2jAKGxzUC9tDX3vFZ4dvrNodeUo8oSpRy7mBFg,17594
62
- iqm_client-29.12.0.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
63
- iqm_client-29.12.0.dist-info/entry_points.txt,sha256=Kk2qfRwk8vbIJ7qCAvmaUogfRRn6t92_hBFhe6kqAE4,1317
64
- iqm_client-29.12.0.dist-info/top_level.txt,sha256=NB4XRfyDS6_wG9gMsyX-9LTU7kWnTQxNvkbzIxGv3-c,4
65
- iqm_client-29.12.0.dist-info/RECORD,,
59
+ iqm_client-29.13.0.dist-info/AUTHORS.rst,sha256=qsxeK5A3-B_xK3hNbhFHEIkoHNpo7sdzYyRTs7Bdtm8,795
60
+ iqm_client-29.13.0.dist-info/LICENSE.txt,sha256=2DXrmQtVVUV9Fc9RBFJidMiTEaQlG2oAtlC9PMrEwTk,11333
61
+ iqm_client-29.13.0.dist-info/METADATA,sha256=C4YQqf3isnS5OXicwWmY_VlKZxSoflJRm8X0eXzuCs0,17693
62
+ iqm_client-29.13.0.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
63
+ iqm_client-29.13.0.dist-info/entry_points.txt,sha256=Kk2qfRwk8vbIJ7qCAvmaUogfRRn6t92_hBFhe6kqAE4,1317
64
+ iqm_client-29.13.0.dist-info/top_level.txt,sha256=NB4XRfyDS6_wG9gMsyX-9LTU7kWnTQxNvkbzIxGv3-c,4
65
+ iqm_client-29.13.0.dist-info/RECORD,,