Metadata-Version: 2.4
Name: mimiq-ide
Version: 1.0.0
Summary: Browser-based quantum circuit IDE powered by QPerfect
License: Proprietary
Keywords: quantum,circuit,simulator,QPerfect,MIMIQ
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Requires-Dist: fastapi
Requires-Dist: uvicorn[standard]
Requires-Dist: pydantic
Requires-Dist: numpy
Requires-Dist: mimiqcircuits
Requires-Dist: mimiqlink
Requires-Dist: quantanium

# Mimiq IDE

A browser-based quantum circuit IDE built on top of the [QPerfect](https://qperfect.io) stack. It lets you compose quantum circuits visually or in code, simulate them locally, and inspect results — all from a single window.

---

## Launch

Requires **Python 3.9+**. Everything else (virtual environment, dependencies) is set up automatically on first run.

```bash
python3 launch.py        # Linux / macOS
python launch.py         # Windows
```

You will be asked to choose a launch mode:

| Mode | When to use |
|---|---|
| **Production** | Builds the frontend then serves the compiled app |
| **Dev** | Skips the build — live reload on every file save |

The app opens automatically in your browser. On first launch, dependency installation takes 1–2 minutes; subsequent launches are instant.

---

## Documentation

Full API reference, gate library, and usage guides are available in the QPerfect documentation:
**https://docs.mimiq.io**

For support, contact **support@mimiq.io**

---

*© QPerfect — All rights reserved.*
