iqm-client 33.0.0__tar.gz → 33.0.1__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-33.0.0 → iqm_client-33.0.1}/CHANGELOG.rst +8 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/PKG-INFO +16 -13
- {iqm_client-33.0.0 → iqm_client-33.0.1}/README.rst +13 -10
- iqm_client-33.0.1/requirements/base.in.internal +2 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/base.txt +2 -2
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/examples/bell_measure.py +3 -3
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/examples/transpile_example.py +4 -2
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm_client.egg-info/PKG-INFO +16 -13
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm_client.egg-info/requires.txt +2 -2
- iqm_client-33.0.1/version.txt +1 -0
- iqm_client-33.0.0/requirements/base.in.internal +0 -2
- iqm_client-33.0.0/version.txt +0 -1
- {iqm_client-33.0.0 → iqm_client-33.0.1}/AUTHORS.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/CHANGELOG_cirq-iqm.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/CHANGELOG_cortex-cli.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/CHANGELOG_qiskit-iqm.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/INTEGRATION_GUIDE.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/LICENSE.txt +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/MANIFEST.in +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/API.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/_static/images/favicon.ico +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/_static/images/logo.png +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/authors.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/changelog.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/conf.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/index.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/integration_guide.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/license.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/readme.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/user_guide_cirq.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/docs/user_guide_qiskit.rst +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/pyproject.toml +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/pytest.ini +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/base.in +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/cirq.in +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/cirq.in.internal +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/cirq.txt +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/cli.in +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/cli.in.internal +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/cli.txt +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/qiskit.in +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/qiskit.in.internal +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/requirements/qiskit.txt +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/setup.cfg +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/setup.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/__init__.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/devices/__init__.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/devices/adonis.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/devices/aphrodite.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/devices/apollo.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/devices/iqm_device.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/devices/iqm_device_metadata.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/examples/demo_adonis.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/examples/demo_apollo.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/examples/demo_common.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/examples/demo_iqm_execution.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/examples/usage.ipynb +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/extended_qasm_parser.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/iqm_gates.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/iqm_sampler.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/optimizers.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/py.typed +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/serialize.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/cirq_iqm/transpiler.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_client/__init__.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_client/errors.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_client/iqm_client.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_client/models.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_client/py.typed +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_client/transpile.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_client/util.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_client/validation.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_server_client/__init__.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_server_client/errors.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_server_client/iqm_server_client.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_server_client/models.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/iqm_server_client/py.typed +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/__init__.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/examples/__init__.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/fake_backends/__init__.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/fake_backends/fake_adonis.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/fake_backends/fake_aphrodite.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/fake_backends/fake_apollo.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/fake_backends/fake_deneb.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/fake_backends/fake_garnet.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/fake_backends/iqm_fake_backend.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/iqm_backend.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/iqm_circuit.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/iqm_circuit_validation.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/iqm_job.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/iqm_move_layout.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/iqm_naive_move_pass.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/iqm_provider.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/iqm_target.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/iqm_transpilation.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/move_gate.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/py.typed +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/qiskit_to_iqm.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm/qiskit_iqm/transpiler_plugins.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm_client.egg-info/SOURCES.txt +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm_client.egg-info/dependency_links.txt +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm_client.egg-info/entry_points.txt +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/src/iqm_client.egg-info/top_level.txt +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/tests/__init__.py +0 -0
- {iqm_client-33.0.0 → iqm_client-33.0.1}/tests/conftest.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-client
|
|
3
|
-
Version: 33.0.
|
|
3
|
+
Version: 33.0.1
|
|
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
|
|
@@ -220,8 +220,8 @@ Requires-Dist: numpy<3.0,>=1.26.4
|
|
|
220
220
|
Requires-Dist: packaging==24.1
|
|
221
221
|
Requires-Dist: pydantic<3.0,>=2.9.2
|
|
222
222
|
Requires-Dist: requests==2.32.3
|
|
223
|
-
Requires-Dist: iqm-pulse
|
|
224
|
-
Requires-Dist: iqm-station-control-client
|
|
223
|
+
Requires-Dist: iqm-pulse<13,>=12.7.1
|
|
224
|
+
Requires-Dist: iqm-station-control-client<13,>=12.0.1
|
|
225
225
|
Provides-Extra: cirq
|
|
226
226
|
Requires-Dist: cirq-core[contrib]~=1.2; extra == "cirq"
|
|
227
227
|
Requires-Dist: ply==3.11; extra == "cirq"
|
|
@@ -250,16 +250,15 @@ adapters for `IQM's <https://www.meetiqm.com>`_ quantum computers, which allow y
|
|
|
250
250
|
(currently only the Qiskit adapter contains IQM noise models)
|
|
251
251
|
* Run quantum circuits on an IQM quantum computer
|
|
252
252
|
|
|
253
|
-
Also includes a
|
|
254
|
-
authentication when using IQM quantum computers.
|
|
253
|
+
Also includes a CLI utility for managing user authentication when using IQM quantum computers.
|
|
255
254
|
|
|
256
255
|
Installation
|
|
257
256
|
============
|
|
258
257
|
|
|
259
|
-
For executing code on an IQM quantum computer, you can use for example
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
258
|
+
For executing code on an IQM quantum computer, you can use for example the
|
|
259
|
+
Qiskit on IQM or Cirq on IQM user guides found in the documentation.
|
|
260
|
+
Qiskit on IQM and Cirq on IQM are optional features that can be installed alongside the base IQM Client library.
|
|
261
|
+
An example showing how to install from the public Python Package Index (PyPI):
|
|
263
262
|
|
|
264
263
|
.. code-block:: bash
|
|
265
264
|
|
|
@@ -271,8 +270,7 @@ features of IQM Client from the Python Package Index (PyPI), e.g.:
|
|
|
271
270
|
Python environment, you should first uninstall them with ``$ pip uninstall qiskit-iqm cirq-iqm``.
|
|
272
271
|
In this case, you should also include the ``--force-reinstall`` option in the ``iqm-client`` installation command.
|
|
273
272
|
|
|
274
|
-
The
|
|
275
|
-
be installed as an optional feature:
|
|
273
|
+
The CLI utility for managing user authentication can also be installed as an optional feature:
|
|
276
274
|
|
|
277
275
|
.. code-block:: bash
|
|
278
276
|
|
|
@@ -294,10 +292,15 @@ Documentation
|
|
|
294
292
|
|
|
295
293
|
Documentation for the latest version is `available online <https://docs.meetiqm.com/iqm-client/>`_.
|
|
296
294
|
You can build documentation for any older version locally by downloading the corresponding package from PyPI,
|
|
297
|
-
and running the docs builder. For versions 20.12
|
|
298
|
-
``iqm-client`` root directory, and for earlier versions by running ``tox run -e docs``.
|
|
295
|
+
and running the docs builder. For versions greater than equal to 20.12 but less than 33.0.0 this is done by
|
|
296
|
+
running ``./docbuild`` in the ``iqm-client`` root directory, and for earlier versions by running ``tox run -e docs``.
|
|
299
297
|
|
|
300
298
|
``./docbuild`` or ``tox run -e docs`` will build the documentation at ``./build/sphinx/html``.
|
|
299
|
+
|
|
300
|
+
Versions greater than or equal to 33.0.0 use the command:
|
|
301
|
+
``sphinx-build -q -d build/.doctrees/iqm-client iqm-client/docs build/docs/iqm-client``
|
|
302
|
+
(``build/docs/`` directory has to be created first).
|
|
303
|
+
|
|
301
304
|
These commands require installing the ``sphinx`` and ``sphinx-book-theme`` Python packages and
|
|
302
305
|
`graphviz <https://graphviz.org/>`_.
|
|
303
306
|
|
|
@@ -11,16 +11,15 @@ adapters for `IQM's <https://www.meetiqm.com>`_ quantum computers, which allow y
|
|
|
11
11
|
(currently only the Qiskit adapter contains IQM noise models)
|
|
12
12
|
* Run quantum circuits on an IQM quantum computer
|
|
13
13
|
|
|
14
|
-
Also includes a
|
|
15
|
-
authentication when using IQM quantum computers.
|
|
14
|
+
Also includes a CLI utility for managing user authentication when using IQM quantum computers.
|
|
16
15
|
|
|
17
16
|
Installation
|
|
18
17
|
============
|
|
19
18
|
|
|
20
|
-
For executing code on an IQM quantum computer, you can use for example
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
19
|
+
For executing code on an IQM quantum computer, you can use for example the
|
|
20
|
+
Qiskit on IQM or Cirq on IQM user guides found in the documentation.
|
|
21
|
+
Qiskit on IQM and Cirq on IQM are optional features that can be installed alongside the base IQM Client library.
|
|
22
|
+
An example showing how to install from the public Python Package Index (PyPI):
|
|
24
23
|
|
|
25
24
|
.. code-block:: bash
|
|
26
25
|
|
|
@@ -32,8 +31,7 @@ features of IQM Client from the Python Package Index (PyPI), e.g.:
|
|
|
32
31
|
Python environment, you should first uninstall them with ``$ pip uninstall qiskit-iqm cirq-iqm``.
|
|
33
32
|
In this case, you should also include the ``--force-reinstall`` option in the ``iqm-client`` installation command.
|
|
34
33
|
|
|
35
|
-
The
|
|
36
|
-
be installed as an optional feature:
|
|
34
|
+
The CLI utility for managing user authentication can also be installed as an optional feature:
|
|
37
35
|
|
|
38
36
|
.. code-block:: bash
|
|
39
37
|
|
|
@@ -55,10 +53,15 @@ Documentation
|
|
|
55
53
|
|
|
56
54
|
Documentation for the latest version is `available online <https://docs.meetiqm.com/iqm-client/>`_.
|
|
57
55
|
You can build documentation for any older version locally by downloading the corresponding package from PyPI,
|
|
58
|
-
and running the docs builder. For versions 20.12
|
|
59
|
-
``iqm-client`` root directory, and for earlier versions by running ``tox run -e docs``.
|
|
56
|
+
and running the docs builder. For versions greater than equal to 20.12 but less than 33.0.0 this is done by
|
|
57
|
+
running ``./docbuild`` in the ``iqm-client`` root directory, and for earlier versions by running ``tox run -e docs``.
|
|
60
58
|
|
|
61
59
|
``./docbuild`` or ``tox run -e docs`` will build the documentation at ``./build/sphinx/html``.
|
|
60
|
+
|
|
61
|
+
Versions greater than or equal to 33.0.0 use the command:
|
|
62
|
+
``sphinx-build -q -d build/.doctrees/iqm-client iqm-client/docs build/docs/iqm-client``
|
|
63
|
+
(``build/docs/`` directory has to be created first).
|
|
64
|
+
|
|
62
65
|
These commands require installing the ``sphinx`` and ``sphinx-book-theme`` Python packages and
|
|
63
66
|
`graphviz <https://graphviz.org/>`_.
|
|
64
67
|
|
|
@@ -13,8 +13,8 @@
|
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
"""An example on using Qiskit on IQM to run a simple quantum circuit on an IQM quantum computer.
|
|
15
15
|
|
|
16
|
-
See the Qiskit on IQM user guide for instructions
|
|
17
|
-
https://docs.meetiqm.com/iqm-client/
|
|
16
|
+
See the Qiskit on IQM user guide for instructions, found in the documentation at
|
|
17
|
+
https://docs.meetiqm.com/iqm-client/
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
import argparse
|
|
@@ -72,7 +72,7 @@ if __name__ == "__main__":
|
|
|
72
72
|
"--token",
|
|
73
73
|
help="API token for authentication",
|
|
74
74
|
# Provide the API token explicitly or set it as an environment variable
|
|
75
|
-
# following the https://docs.meetiqm.com/iqm-client/
|
|
75
|
+
# following the Qiskit user guide at https://docs.meetiqm.com/iqm-client/
|
|
76
76
|
)
|
|
77
77
|
|
|
78
78
|
args = argparser.parse_args()
|
|
@@ -12,8 +12,10 @@
|
|
|
12
12
|
# See the License for the specific language governing permissions and
|
|
13
13
|
# limitations under the License.
|
|
14
14
|
"""This file is an example of using Qiskit on IQM to run a simple but non-trivial quantum circuit on an IQM quantum
|
|
15
|
-
computer.
|
|
16
|
-
|
|
15
|
+
computer.
|
|
16
|
+
|
|
17
|
+
See the Qiskit on IQM user guide for instructions, found in the documentation at
|
|
18
|
+
https://docs.meetiqm.com/iqm-client/
|
|
17
19
|
"""
|
|
18
20
|
|
|
19
21
|
import argparse
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: iqm-client
|
|
3
|
-
Version: 33.0.
|
|
3
|
+
Version: 33.0.1
|
|
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
|
|
@@ -220,8 +220,8 @@ Requires-Dist: numpy<3.0,>=1.26.4
|
|
|
220
220
|
Requires-Dist: packaging==24.1
|
|
221
221
|
Requires-Dist: pydantic<3.0,>=2.9.2
|
|
222
222
|
Requires-Dist: requests==2.32.3
|
|
223
|
-
Requires-Dist: iqm-pulse
|
|
224
|
-
Requires-Dist: iqm-station-control-client
|
|
223
|
+
Requires-Dist: iqm-pulse<13,>=12.7.1
|
|
224
|
+
Requires-Dist: iqm-station-control-client<13,>=12.0.1
|
|
225
225
|
Provides-Extra: cirq
|
|
226
226
|
Requires-Dist: cirq-core[contrib]~=1.2; extra == "cirq"
|
|
227
227
|
Requires-Dist: ply==3.11; extra == "cirq"
|
|
@@ -250,16 +250,15 @@ adapters for `IQM's <https://www.meetiqm.com>`_ quantum computers, which allow y
|
|
|
250
250
|
(currently only the Qiskit adapter contains IQM noise models)
|
|
251
251
|
* Run quantum circuits on an IQM quantum computer
|
|
252
252
|
|
|
253
|
-
Also includes a
|
|
254
|
-
authentication when using IQM quantum computers.
|
|
253
|
+
Also includes a CLI utility for managing user authentication when using IQM quantum computers.
|
|
255
254
|
|
|
256
255
|
Installation
|
|
257
256
|
============
|
|
258
257
|
|
|
259
|
-
For executing code on an IQM quantum computer, you can use for example
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
258
|
+
For executing code on an IQM quantum computer, you can use for example the
|
|
259
|
+
Qiskit on IQM or Cirq on IQM user guides found in the documentation.
|
|
260
|
+
Qiskit on IQM and Cirq on IQM are optional features that can be installed alongside the base IQM Client library.
|
|
261
|
+
An example showing how to install from the public Python Package Index (PyPI):
|
|
263
262
|
|
|
264
263
|
.. code-block:: bash
|
|
265
264
|
|
|
@@ -271,8 +270,7 @@ features of IQM Client from the Python Package Index (PyPI), e.g.:
|
|
|
271
270
|
Python environment, you should first uninstall them with ``$ pip uninstall qiskit-iqm cirq-iqm``.
|
|
272
271
|
In this case, you should also include the ``--force-reinstall`` option in the ``iqm-client`` installation command.
|
|
273
272
|
|
|
274
|
-
The
|
|
275
|
-
be installed as an optional feature:
|
|
273
|
+
The CLI utility for managing user authentication can also be installed as an optional feature:
|
|
276
274
|
|
|
277
275
|
.. code-block:: bash
|
|
278
276
|
|
|
@@ -294,10 +292,15 @@ Documentation
|
|
|
294
292
|
|
|
295
293
|
Documentation for the latest version is `available online <https://docs.meetiqm.com/iqm-client/>`_.
|
|
296
294
|
You can build documentation for any older version locally by downloading the corresponding package from PyPI,
|
|
297
|
-
and running the docs builder. For versions 20.12
|
|
298
|
-
``iqm-client`` root directory, and for earlier versions by running ``tox run -e docs``.
|
|
295
|
+
and running the docs builder. For versions greater than equal to 20.12 but less than 33.0.0 this is done by
|
|
296
|
+
running ``./docbuild`` in the ``iqm-client`` root directory, and for earlier versions by running ``tox run -e docs``.
|
|
299
297
|
|
|
300
298
|
``./docbuild`` or ``tox run -e docs`` will build the documentation at ``./build/sphinx/html``.
|
|
299
|
+
|
|
300
|
+
Versions greater than or equal to 33.0.0 use the command:
|
|
301
|
+
``sphinx-build -q -d build/.doctrees/iqm-client iqm-client/docs build/docs/iqm-client``
|
|
302
|
+
(``build/docs/`` directory has to be created first).
|
|
303
|
+
|
|
301
304
|
These commands require installing the ``sphinx`` and ``sphinx-book-theme`` Python packages and
|
|
302
305
|
`graphviz <https://graphviz.org/>`_.
|
|
303
306
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
33.0.1
|
iqm_client-33.0.0/version.txt
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
33.0.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
|
{iqm_client-33.0.0 → iqm_client-33.0.1}/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
|