.. MIMIQ Circuits documentation master file, created by
sphinx-quickstart on Wed Aug 2 19:43:45 2023.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Introduction
============
MIMIQ Circuits is a quantum computing framework and high performance simulator
developed by QPerfect. It allows you to develop and run your quantum
algorithms beyond the limits of today's noisy intermediate scale quantum (NISQ)
computers.
Quick Start
-----------
:file:`mimiqcircuits.py` is a `Python Language `_ package containing all the utilities and programming interfaces (APIs)
to build quantum systems, connect, and execute simulations on `QPerfect's MIMIQ-CIRC `_
large-scale quantum circuit simulator.
To install :file:`mimiqcircuits.py` you can use the following command:
.. code-block:: bash
pip install "mimiqcircuits @ git+https://github.com/qperfect-io/mimiqcircuits-python.git"
For more details on installation, please refer to the :ref:`installation` page.
Indices and tables
------------------
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
Contents
--------
.. toctree::
installation
tutorial
manual/index
API References
GitHub
Julia APIs
QPerfect