iqm-client 31.3.0__tar.gz → 31.5.0__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.
- {iqm_client-31.3.0 → iqm_client-31.5.0}/CHANGELOG.rst +16 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/PKG-INFO +5 -5
- {iqm_client-31.3.0 → iqm_client-31.5.0}/requirements/base.txt +1 -1
- {iqm_client-31.3.0 → iqm_client-31.5.0}/requirements/cirq.txt +1 -1
- {iqm_client-31.3.0 → iqm_client-31.5.0}/requirements/cli.txt +1 -1
- {iqm_client-31.3.0 → iqm_client-31.5.0}/requirements/qiskit.txt +1 -1
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/devices/iqm_device.py +1 -1
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/devices/iqm_device_metadata.py +1 -1
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm_client.egg-info/PKG-INFO +5 -5
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm_client.egg-info/requires.txt +4 -4
- iqm_client-31.5.0/version.txt +1 -0
- iqm_client-31.3.0/version.txt +0 -1
- {iqm_client-31.3.0 → iqm_client-31.5.0}/AUTHORS.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/CHANGELOG_cirq-iqm.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/CHANGELOG_cortex-cli.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/CHANGELOG_qiskit-iqm.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/INTEGRATION_GUIDE.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/LICENSE.txt +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/MANIFEST.in +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/README.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docbuild +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/API.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/_static/images/favicon.ico +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/_static/images/logo.png +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/authors.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/changelog.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/conf.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/index.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/integration_guide.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/license.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/readme.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/user_guide_cirq.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/user_guide_cli.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/docs/user_guide_qiskit.rst +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/pyproject.toml +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/pytest.ini +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/requirements/base.in +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/requirements/base.in.internal +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/requirements/cirq.in +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/requirements/cli.in +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/requirements/qiskit.in +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/setup.cfg +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/setup.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/__init__.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/devices/__init__.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/devices/adonis.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/devices/aphrodite.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/devices/apollo.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/examples/demo_adonis.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/examples/demo_apollo.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/examples/demo_common.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/examples/demo_iqm_execution.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/examples/usage.ipynb +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/extended_qasm_parser.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/iqm_gates.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/iqm_sampler.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/optimizers.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/py.typed +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/serialize.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/cirq_iqm/transpiler.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/__init__.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/api.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/authentication.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/cli/__init__.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/cli/auth.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/cli/cli.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/cli/models.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/cli/token_manager.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/errors.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/iqm_client.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/models.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/py.typed +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/transpile.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/util.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/iqm_client/validation.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/__init__.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/examples/__init__.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/examples/bell_measure.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/examples/resonance_example.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/examples/transpile_example.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/fake_backends/__init__.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/fake_backends/fake_adonis.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/fake_backends/fake_aphrodite.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/fake_backends/fake_apollo.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/fake_backends/fake_deneb.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/fake_backends/fake_garnet.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/fake_backends/iqm_fake_backend.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/iqm_backend.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/iqm_circuit.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/iqm_circuit_validation.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/iqm_job.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/iqm_move_layout.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/iqm_naive_move_pass.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/iqm_provider.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/iqm_target.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/iqm_transpilation.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/move_gate.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/py.typed +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/qiskit_to_iqm.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/transpiler_plugins.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm_client.egg-info/SOURCES.txt +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm_client.egg-info/dependency_links.txt +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm_client.egg-info/entry_points.txt +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm_client.egg-info/top_level.txt +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/test +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/tests/__init__.py +0 -0
- {iqm_client-31.3.0 → iqm_client-31.5.0}/tests/conftest.py +0 -0
|
@@ -2,6 +2,22 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 31.5.0 (2025-09-30)
|
|
6
|
+
===========================
|
|
7
|
+
|
|
8
|
+
Features
|
|
9
|
+
--------
|
|
10
|
+
|
|
11
|
+
- Update dependency on station-control-client
|
|
12
|
+
|
|
13
|
+
Version 31.4.0 (2025-09-19)
|
|
14
|
+
===========================
|
|
15
|
+
|
|
16
|
+
Bug fixes
|
|
17
|
+
---------
|
|
18
|
+
|
|
19
|
+
- Fix networkx import statement for cirq
|
|
20
|
+
|
|
5
21
|
Version 31.3.0 (2025-09-17)
|
|
6
22
|
===========================
|
|
7
23
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-client
|
|
3
|
-
Version: 31.
|
|
3
|
+
Version: 31.5.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
|
|
@@ -216,7 +216,7 @@ Requires-Python: <3.13,>=3.10
|
|
|
216
216
|
Description-Content-Type: text/x-rst
|
|
217
217
|
License-File: LICENSE.txt
|
|
218
218
|
License-File: AUTHORS.rst
|
|
219
|
-
Requires-Dist: iqm-station-control-client<11
|
|
219
|
+
Requires-Dist: iqm-station-control-client<12,>=11
|
|
220
220
|
Requires-Dist: iqm-exa-common<28,>=27
|
|
221
221
|
Requires-Dist: iqm-pulse<13,>=12
|
|
222
222
|
Requires-Dist: numpy<3.0,>=1.26.4
|
|
@@ -224,7 +224,7 @@ Requires-Dist: packaging==24.1
|
|
|
224
224
|
Requires-Dist: pydantic<3.0,>=2.9.2
|
|
225
225
|
Requires-Dist: requests==2.32.3
|
|
226
226
|
Provides-Extra: cirq
|
|
227
|
-
Requires-Dist: iqm-station-control-client<11
|
|
227
|
+
Requires-Dist: iqm-station-control-client<12,>=11; extra == "cirq"
|
|
228
228
|
Requires-Dist: iqm-exa-common<28,>=27; extra == "cirq"
|
|
229
229
|
Requires-Dist: iqm-pulse<13,>=12; extra == "cirq"
|
|
230
230
|
Requires-Dist: cirq-core[contrib]~=1.2; extra == "cirq"
|
|
@@ -232,7 +232,7 @@ Requires-Dist: ply==3.11; extra == "cirq"
|
|
|
232
232
|
Requires-Dist: llvmlite>=0.44.0; extra == "cirq"
|
|
233
233
|
Requires-Dist: numba>=0.61.0; extra == "cirq"
|
|
234
234
|
Provides-Extra: cli
|
|
235
|
-
Requires-Dist: iqm-station-control-client<11
|
|
235
|
+
Requires-Dist: iqm-station-control-client<12,>=11; extra == "cli"
|
|
236
236
|
Requires-Dist: iqm-exa-common<28,>=27; extra == "cli"
|
|
237
237
|
Requires-Dist: iqm-pulse<13,>=12; extra == "cli"
|
|
238
238
|
Requires-Dist: click<9,>=8.1.6; extra == "cli"
|
|
@@ -241,7 +241,7 @@ Requires-Dist: psutil>=5.9.2; extra == "cli"
|
|
|
241
241
|
Requires-Dist: types-psutil; extra == "cli"
|
|
242
242
|
Requires-Dist: python-daemon>=2.3.0; extra == "cli"
|
|
243
243
|
Provides-Extra: qiskit
|
|
244
|
-
Requires-Dist: iqm-station-control-client<11
|
|
244
|
+
Requires-Dist: iqm-station-control-client<12,>=11; extra == "qiskit"
|
|
245
245
|
Requires-Dist: iqm-exa-common<28,>=27; extra == "qiskit"
|
|
246
246
|
Requires-Dist: iqm-pulse<13,>=12; extra == "qiskit"
|
|
247
247
|
Requires-Dist: qiskit<=1.4.2,>=1.0; extra == "qiskit"
|
|
@@ -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
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-client
|
|
3
|
-
Version: 31.
|
|
3
|
+
Version: 31.5.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
|
|
@@ -216,7 +216,7 @@ Requires-Python: <3.13,>=3.10
|
|
|
216
216
|
Description-Content-Type: text/x-rst
|
|
217
217
|
License-File: LICENSE.txt
|
|
218
218
|
License-File: AUTHORS.rst
|
|
219
|
-
Requires-Dist: iqm-station-control-client<11
|
|
219
|
+
Requires-Dist: iqm-station-control-client<12,>=11
|
|
220
220
|
Requires-Dist: iqm-exa-common<28,>=27
|
|
221
221
|
Requires-Dist: iqm-pulse<13,>=12
|
|
222
222
|
Requires-Dist: numpy<3.0,>=1.26.4
|
|
@@ -224,7 +224,7 @@ Requires-Dist: packaging==24.1
|
|
|
224
224
|
Requires-Dist: pydantic<3.0,>=2.9.2
|
|
225
225
|
Requires-Dist: requests==2.32.3
|
|
226
226
|
Provides-Extra: cirq
|
|
227
|
-
Requires-Dist: iqm-station-control-client<11
|
|
227
|
+
Requires-Dist: iqm-station-control-client<12,>=11; extra == "cirq"
|
|
228
228
|
Requires-Dist: iqm-exa-common<28,>=27; extra == "cirq"
|
|
229
229
|
Requires-Dist: iqm-pulse<13,>=12; extra == "cirq"
|
|
230
230
|
Requires-Dist: cirq-core[contrib]~=1.2; extra == "cirq"
|
|
@@ -232,7 +232,7 @@ Requires-Dist: ply==3.11; extra == "cirq"
|
|
|
232
232
|
Requires-Dist: llvmlite>=0.44.0; extra == "cirq"
|
|
233
233
|
Requires-Dist: numba>=0.61.0; extra == "cirq"
|
|
234
234
|
Provides-Extra: cli
|
|
235
|
-
Requires-Dist: iqm-station-control-client<11
|
|
235
|
+
Requires-Dist: iqm-station-control-client<12,>=11; extra == "cli"
|
|
236
236
|
Requires-Dist: iqm-exa-common<28,>=27; extra == "cli"
|
|
237
237
|
Requires-Dist: iqm-pulse<13,>=12; extra == "cli"
|
|
238
238
|
Requires-Dist: click<9,>=8.1.6; extra == "cli"
|
|
@@ -241,7 +241,7 @@ Requires-Dist: psutil>=5.9.2; extra == "cli"
|
|
|
241
241
|
Requires-Dist: types-psutil; extra == "cli"
|
|
242
242
|
Requires-Dist: python-daemon>=2.3.0; extra == "cli"
|
|
243
243
|
Provides-Extra: qiskit
|
|
244
|
-
Requires-Dist: iqm-station-control-client<11
|
|
244
|
+
Requires-Dist: iqm-station-control-client<12,>=11; extra == "qiskit"
|
|
245
245
|
Requires-Dist: iqm-exa-common<28,>=27; extra == "qiskit"
|
|
246
246
|
Requires-Dist: iqm-pulse<13,>=12; extra == "qiskit"
|
|
247
247
|
Requires-Dist: qiskit<=1.4.2,>=1.0; extra == "qiskit"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
iqm-station-control-client<11
|
|
1
|
+
iqm-station-control-client<12,>=11
|
|
2
2
|
iqm-exa-common<28,>=27
|
|
3
3
|
iqm-pulse<13,>=12
|
|
4
4
|
numpy<3.0,>=1.26.4
|
|
@@ -7,7 +7,7 @@ pydantic<3.0,>=2.9.2
|
|
|
7
7
|
requests==2.32.3
|
|
8
8
|
|
|
9
9
|
[cirq]
|
|
10
|
-
iqm-station-control-client<11
|
|
10
|
+
iqm-station-control-client<12,>=11
|
|
11
11
|
iqm-exa-common<28,>=27
|
|
12
12
|
iqm-pulse<13,>=12
|
|
13
13
|
cirq-core[contrib]~=1.2
|
|
@@ -16,7 +16,7 @@ llvmlite>=0.44.0
|
|
|
16
16
|
numba>=0.61.0
|
|
17
17
|
|
|
18
18
|
[cli]
|
|
19
|
-
iqm-station-control-client<11
|
|
19
|
+
iqm-station-control-client<12,>=11
|
|
20
20
|
iqm-exa-common<28,>=27
|
|
21
21
|
iqm-pulse<13,>=12
|
|
22
22
|
click<9,>=8.1.6
|
|
@@ -26,7 +26,7 @@ types-psutil
|
|
|
26
26
|
python-daemon>=2.3.0
|
|
27
27
|
|
|
28
28
|
[qiskit]
|
|
29
|
-
iqm-station-control-client<11
|
|
29
|
+
iqm-station-control-client<12,>=11
|
|
30
30
|
iqm-exa-common<28,>=27
|
|
31
31
|
iqm-pulse<13,>=12
|
|
32
32
|
qiskit<=1.4.2,>=1.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
31.5.0
|
iqm_client-31.3.0/version.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
31.3.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
|
|
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
|
|
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
|
{iqm_client-31.3.0 → iqm_client-31.5.0}/src/iqm/qiskit_iqm/fake_backends/iqm_fake_backend.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
|