Metadata-Version: 2.1
Name: iqm-client
Version: 11.8
Summary: A client library for accessing an IQM quantum computer
Home-page: https://github.com/iqm-finland/iqm-client
Author: IQM developers
Author-email: developers@meetiqm.com
License: Apache 2.0
Project-URL: Documentation, https://iqm-finland.github.io/iqm-client
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Scientific/Engineering :: Physics
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Requires-Python: ~=3.9
Description-Content-Type: text/x-rst; charset=UTF-8
Provides-Extra: dev
Provides-Extra: docs
Provides-Extra: testing
Provides-Extra: cicd
License-File: LICENSE
License-File: AUTHORS.rst

|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.

Installation
============

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 `Cirq on IQM <https://iqm-finland.github.io/cirq-on-iqm/index.html>`_ library.

If you want just this library, though, you can install it from the Python Package Index (PyPI):

.. code-block:: bash

    $ pip install iqm-client


Copyright
=========

IQM client is free software, released under the Apache License, version 2.0.

Copyright 2021-2022 IQM client developers.
