Metadata-Version: 2.1
Name: qib
Version: 0.1.0
Summary: Python package for quantum circuits and algorithms
Author: TUM Quantum Computing Group
License: Apache-2.0
Project-URL: Homepage, https://github.com/qc-tum/qib
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

qib - *q*\ uantum l\ *ib*\ rary
===============================

.. image:: https://github.com/qc-tum/qib/actions/workflows/ci.yml/badge.svg?branch=master
  :target: https://github.com/qc-tum/qib/actions/workflows/ci.yml


Python package for quantum circuits and algorithms.


Installation
------------
To install qib, clone or download the `online repository <https://github.com/qc-tum/qib>`_ and install it in development mode via

.. code-block:: python

    python3 -m pip install -e <path/to/repo>


Documentation
-------------
Source code documentation is available at `qib.readthedocs.io <https://qib.readthedocs.io>`_.
