iqm-client 31.3.0__py3-none-any.whl → 31.4.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/devices/iqm_device.py +1 -1
- iqm/cirq_iqm/devices/iqm_device_metadata.py +1 -1
- {iqm_client-31.3.0.dist-info → iqm_client-31.4.0.dist-info}/METADATA +1 -1
- {iqm_client-31.3.0.dist-info → iqm_client-31.4.0.dist-info}/RECORD +9 -9
- {iqm_client-31.3.0.dist-info → iqm_client-31.4.0.dist-info}/AUTHORS.rst +0 -0
- {iqm_client-31.3.0.dist-info → iqm_client-31.4.0.dist-info}/LICENSE.txt +0 -0
- {iqm_client-31.3.0.dist-info → iqm_client-31.4.0.dist-info}/WHEEL +0 -0
- {iqm_client-31.3.0.dist-info → iqm_client-31.4.0.dist-info}/entry_points.txt +0 -0
- {iqm_client-31.3.0.dist-info → iqm_client-31.4.0.dist-info}/top_level.txt +0 -0
|
@@ -26,9 +26,9 @@ from typing import cast
|
|
|
26
26
|
|
|
27
27
|
import cirq
|
|
28
28
|
from cirq import devices, ops, protocols
|
|
29
|
-
from cirq.contrib.routing.router import nx
|
|
30
29
|
from iqm.cirq_iqm.iqm_gates import IQMMoveGate
|
|
31
30
|
from iqm.cirq_iqm.transpiler import transpile_insert_moves_into_circuit
|
|
31
|
+
import networkx as nx
|
|
32
32
|
|
|
33
33
|
from .iqm_device_metadata import IQMDeviceMetadata
|
|
34
34
|
|
|
@@ -19,9 +19,9 @@ from collections.abc import Iterable
|
|
|
19
19
|
|
|
20
20
|
import cirq
|
|
21
21
|
from cirq import Gate, NamedQid, devices, ops
|
|
22
|
-
from cirq.contrib.routing.router import nx
|
|
23
22
|
from iqm.cirq_iqm.serialize import _IQM_CIRQ_OP_MAP
|
|
24
23
|
from iqm.iqm_client import DynamicQuantumArchitecture
|
|
24
|
+
import networkx as nx
|
|
25
25
|
|
|
26
26
|
|
|
27
27
|
@cirq.value.value_equality
|
|
@@ -10,8 +10,8 @@ iqm/cirq_iqm/devices/__init__.py,sha256=WxbvNAqmeoV4mNy9M9IpjwmyNDpAP7ec1XFdjN7w
|
|
|
10
10
|
iqm/cirq_iqm/devices/adonis.py,sha256=ZWaA4_OfO6fBcrLYHONTjtW8aSlVq2nwy9IiW529gQw,1390
|
|
11
11
|
iqm/cirq_iqm/devices/aphrodite.py,sha256=0K8zRo6gVVadQo7LJfs6laUVLzS3fNkrXMrPlwieyJ8,4018
|
|
12
12
|
iqm/cirq_iqm/devices/apollo.py,sha256=_k7L45zyHZnpdZWMMXO6zci3XY3UEnBj2RmvxM6D7Mg,2238
|
|
13
|
-
iqm/cirq_iqm/devices/iqm_device.py,sha256=
|
|
14
|
-
iqm/cirq_iqm/devices/iqm_device_metadata.py,sha256=
|
|
13
|
+
iqm/cirq_iqm/devices/iqm_device.py,sha256=CyAP0kU9vfovNWvF4CVX8Wp6_QLxLN8fy9I2YZkHHwM,15425
|
|
14
|
+
iqm/cirq_iqm/devices/iqm_device_metadata.py,sha256=MklkPEXfIkp9aTgsvqV9_fAAU6QZgfnYF6eNrUH2bSk,7138
|
|
15
15
|
iqm/cirq_iqm/examples/demo_adonis.py,sha256=rPd8VYqccYijG6t92hfvKsk8RAaMGHOmm4JelYjt3rw,1728
|
|
16
16
|
iqm/cirq_iqm/examples/demo_apollo.py,sha256=vnDwcEXqEyew0cf4SDDQ2budP-giizSNJU3dgOw15H0,1751
|
|
17
17
|
iqm/cirq_iqm/examples/demo_common.py,sha256=l47o574xzIo8Ri5j-RGjY2NRNJN4IU6d6l0dcwDWRtM,8731
|
|
@@ -57,10 +57,10 @@ iqm/qiskit_iqm/fake_backends/fake_apollo.py,sha256=eT2vd3kQBi1rrvxCpePymBCfFK84d
|
|
|
57
57
|
iqm/qiskit_iqm/fake_backends/fake_deneb.py,sha256=RzQXmLXmBARDiMKVxk5Aw9fVbc6IYlW0A5jibk9iYD0,3156
|
|
58
58
|
iqm/qiskit_iqm/fake_backends/fake_garnet.py,sha256=GI0xafTCj1Um09qVuccO6GPOGBm6ygul_O40Wu220Ys,5555
|
|
59
59
|
iqm/qiskit_iqm/fake_backends/iqm_fake_backend.py,sha256=wJtfsxjPYbDKmzaz5R4AuaXvvPHa21WyPtRgNctL9eY,16785
|
|
60
|
-
iqm_client-31.
|
|
61
|
-
iqm_client-31.
|
|
62
|
-
iqm_client-31.
|
|
63
|
-
iqm_client-31.
|
|
64
|
-
iqm_client-31.
|
|
65
|
-
iqm_client-31.
|
|
66
|
-
iqm_client-31.
|
|
60
|
+
iqm_client-31.4.0.dist-info/AUTHORS.rst,sha256=qsxeK5A3-B_xK3hNbhFHEIkoHNpo7sdzYyRTs7Bdtm8,795
|
|
61
|
+
iqm_client-31.4.0.dist-info/LICENSE.txt,sha256=2DXrmQtVVUV9Fc9RBFJidMiTEaQlG2oAtlC9PMrEwTk,11333
|
|
62
|
+
iqm_client-31.4.0.dist-info/METADATA,sha256=07mwKYAs2xKly7EFcx9jnvmhS5SDNxw5ufuzYQOiPfM,17887
|
|
63
|
+
iqm_client-31.4.0.dist-info/WHEEL,sha256=y4mX-SOX4fYIkonsAGA5N0Oy-8_gI4FXw5HNI1xqvWg,91
|
|
64
|
+
iqm_client-31.4.0.dist-info/entry_points.txt,sha256=Kk2qfRwk8vbIJ7qCAvmaUogfRRn6t92_hBFhe6kqAE4,1317
|
|
65
|
+
iqm_client-31.4.0.dist-info/top_level.txt,sha256=NB4XRfyDS6_wG9gMsyX-9LTU7kWnTQxNvkbzIxGv3-c,4
|
|
66
|
+
iqm_client-31.4.0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|