![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
|CI badge| |Release badge| |Black badge|
.. |CI badge| image:: https://github.com/iqm-finland/iqm-client/actions/workflows/ci.yml/badge.svg .. |Release badge| image:: https://img.shields.io/github/release/iqm-finland/iqm-client.svg .. |Black badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black
IQM Client ###########
Client-side Python library for connecting to an IQM <https://meetiqm.com/>
_ quantum computer.
IQM client is not intended to be used directly by human users. For executing code on an IQM quantum computer,
you can use for example the Qiskit on IQM <https://iqm-finland.github.io/qiskit-on-iqm/>
_ library.
If you want just this library, though, you can install it from the Python Package Index (PyPI), e.g.:
.. code-block:: bash
$ uv pip install iqm-client
.. note::
`uv <https://docs.astral.sh/uv/>`_ is highly recommended for practical Python environment and package management.
Supplied within the Python package there is an additional requirements.txt
file containing locked, security scanned
dependencies. The file can be used to constrain installed dependencies either directly from the repo or by
extracting it from the PyPI package.
.. code-block:: bash
$ uv pip install --constraint requirements.txt iqm-client
Format your code:
.. code-block:: bash
$ ./format
Run the tests:
.. code-block:: bash
$ ./test
Update the requirements:
.. code-block:: bash
$ python update-requirements.py
After this, any changes in the lockfile requirements.txt
have to be committed.
The script upgrades locked dependencies defined in pyproject.toml
within the given version ranges. However, transitive
dependencies are deliberately not upgraded automatically.
Documentation for the latest version is available online <https://iqm-finland.github.io/iqm-client/>
_.
You can build documentation for any older version locally by cloning the Git repository, checking out the
corresponding tag, and running the docs builder. For example, to build the documentation for version 20.12
:
.. code-block:: bash
$ git clone git@github.com:iqm-finland/iqm-client.git
$ cd iqm-client
$ git checkout 20.12
$ ./docbuild
(Unless you need to build documentation for multiple versions, consider passing git clone
options to
only clone the commit for the specific version tag, e.g. --branch 15.4 --depth 1
for version 15.4
.
This will be much faster than cloning the full repository, because some large files have been stored
in the commit history.)
./docbuild
will build the documentation at ./build/sphinx/html
. This command requires the sphinx
and
sphinx-book-theme
Python packages (see the docs
optional dependency in pyproject.toml
);
you can install the necessary packages with e.g. uv pip install -e ".[dev,docs]"
IQM client is free software, released under the Apache License, version 2.0.
Copyright 2021-2024 IQM client developers.
FAQs
Client library for accessing an IQM quantum computer
We found that iqm-client demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.