Skip to main content

Browser-based quantum circuit IDE powered by QPerfect

Project description

Mimiq IDE

A browser-based quantum circuit IDE powered by QPerfect.

Mimiq IDE lets you design, visualise, and simulate quantum circuits — directly in your browser, with no setup beyond a single pip install. Compose circuits visually by dragging and dropping gates, or write Python code directly in the built-in editor. Results are displayed instantly with histograms, statevectors, and Bloch sphere visualisations.


Install

pip install mimiq-ide

Requires Python 3.9+.


Run

mimiq

That's it. Your browser opens automatically at http://127.0.0.1:8002.


What you can do

  • Visual circuit editor — drag and drop gates onto qubits, reorder them, group and collapse blocks
  • Code editor — write mimiqcircuits Python directly with syntax highlighting and gate autocomplete
  • Local simulation — run circuits instantly via Quantanium with configurable shot counts
  • Cloud execution — submit jobs to the QPerfect cloud via MimiqLink
  • Results panel — histogram, statevector amplitudes, Bloch sphere, and phase visualisation
  • Export — save circuits as .py, results as .json, or generate a full PDF report
  • Math shortcutspi, arcsin, arccos, sqrt and all standard math functions are available in the editor without any import

Requirements

The following QPerfect packages are required and installed automatically:

Package Purpose
mimiqcircuits Circuit definition and gate library
mimiqlink Cloud job submission
quantanium Local simulation engine

Note: quantanium depends on NVIDIA CUDA libraries (~500 MB). This is expected — it powers the local simulator.


Documentation

Full gate reference, API docs, and tutorials: https://docs.mimiq.io


Support

Channel Details
Email support@mimiq.io
Issues Report bugs or feature requests via email

Package maintenance

Remotes

Name URL
gitlab git@gitlab.qperfect.io:development/mimiq-ide.git — hosts CI/CD, source of truth
origin https://github.com/AymaneHassani/mimiq-ide.git — public mirror for Cyrille & Yann

CI/CD pipeline

Defined in .gitlab-ci.yml, three stages:

Job Triggers on Does
build-wheel every push/tag builds frontend, copies into Python package, produces .whl
publish-pypi v*.*.* tag only uploads .whl to PyPI via twine
mirror-github v*.*.* tag only pushes code to GitHub

Releasing a new version

bash release.sh

The script will:

  1. Show current version
  2. Ask: patch bump (x.y.Z) or minor bump (x.Y.0)
  3. Update version in pyproject.toml and mimiq_ide/__init__.py
  4. Commit all staged changes + version bump
  5. Create git tag vX.Y.Z
  6. Push branch + tag to GitLab → CI builds and publishes to PyPI automatically

Manually mirroring to GitHub

git push origin main
git push origin vX.Y.Z   # if you also want the tag on GitHub

PyPI rules

  • PyPI rejects duplicate versions — never push the same version tag twice
  • If a release fails mid-way, bump to the next patch version before retrying

© QPerfect — All rights reserved.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

mimiq_ide-1.3.2-py3-none-any.whl (102.8 kB view details)

Uploaded Python 3

File details

Details for the file mimiq_ide-1.3.2-py3-none-any.whl.

File metadata

  • Download URL: mimiq_ide-1.3.2-py3-none-any.whl
  • Upload date:
  • Size: 102.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.11.15

File hashes

Hashes for mimiq_ide-1.3.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4b0b0ba5bbb2a2848a073ddb7e10b594bf827a4ca1c8d7b25db69047a78722ed
MD5 711730dd09dce24e225f801d8c7a2656
BLAKE2b-256 29c36604432c7e2594312ae2ea9fbe715b4e0af50a228a29903a770ed9427aac

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page