Introduction

MIMIQ Circuits is a quantum computing framework and high-performance simulator developed by QPerfect.

Quick Start

Get up and running with a simple example.

Quick Start
Installation

Step-by-step installation guide.

Installation
Manual

Comprehensive guide to MimiqCircuits.

Manual
Use Cases

Examples and tutorials (VQE, QFT, Grover, etc.).

Use Cases and Special Workflows
API Reference

Detailed API documentation.

API Reference
QPerfect

Visit the QPerfect website.

https://qperfect.io
GitHub

View the source code on GitHub.

https://github.com/qperfect-io/mimiqcircuits-python

About MIMIQ Circuits

MIMIQ Circuits allows you to develop and run your quantum algorithms beyond the limits of today’s noisy intermediate scale quantum (NISQ) computers. It provides a seamless interface to QPerfect’s MIMIQ-CIRC, a large-scale quantum circuit simulator capable of executing complex circuits with high fidelity.

Quick Installation

Get started immediately by installing the package via pip:

pip install mimiqcircuits

Or optionally installing dependencies for the local simulator (quantanium) and visualization (matplotlib) tools:

pip install mimiqcircuits[quantanium,visualization]

For detailed requirements and setup, see the Installation page.