Skip to content

QMOD Language

The QMOD language is a set of tools that you can use to describe Models for the Synthesis engine.

There are 3 main interfaces:

flowchart LR
    Editor[Model Editor - IDE] --> JSONSchema;
    Python[`classiq` - SDK] --> JSONSchema;
    JSONSchema[Model Object/JSON] --> Synthesis;
    Synthesis[SynthesisEngine] --> GeneratedCircuit;