Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

qiskit-iqm

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiskit-iqm

Qiskit adapter for IQM's quantum architectures

  • 15.6
  • PyPI
  • Socket score

Maintainers
2

|CI badge| |Release badge| |Black badge|

.. |CI badge| image:: https://github.com/iqm-finland/qiskit-on-iqm/actions/workflows/ci.yml/badge.svg .. |Release badge| image:: https://img.shields.io/github/release/iqm-finland/qiskit-on-iqm.svg .. |Black badge| image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black

Qiskit on IQM #############

Qiskit <https://qiskit.org/>_ adapter for IQM's <https://www.meetiqm.com>_ quantum computers.

What is it good for?

With Qiskit on IQM, you can for example:

  • Transpile arbitrary quantum circuits for IQM quantum architectures
  • Simulate execution with an IQM-specific noise model
  • Run quantum circuits on an IQM quantum computer

Installation

The recommended way is to install the distribution package qiskit-iqm directly from the Python Package Index (PyPI):

.. code-block:: bash

$ pip install qiskit-iqm

Documentation

The documentation of the latest Qiskit on IQM release is available here <https://iqm-finland.github.io/qiskit-on-iqm/index.html>_.

Jump to our User guide <https://iqm-finland.github.io/qiskit-on-iqm/user_guide.html>_ for a quick introduction on how to use Qiskit on IQM.

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 12.2:

.. code-block:: bash

$ git clone git@github.com:iqm-finland/qiskit-on-iqm.git
$ cd qiskit-on-iqm
$ git checkout 12.2
$ tox run -e docs

tox run -e docs will build the documentation at ./build/sphinx/html. This command requires the tox,, sphinx and sphinx-book-theme Python packages (see the docs optional dependency in pyproject.toml); you can install the necessary packages with pip install -e ".[dev,docs]"

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

Copyright 2022-2024 Qiskit on IQM developers.

FAQs


Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc