Skip to content

Backends

Backends are used to execute the AtomicCircuit.

Supported Backends

Compile

Compiles the AtomicCircuit into a compatible form for the backend to run on.

Examples

Run

Executes the compatible form of the AtomicCircuit with the backend using a tree walking interpreter.

Examples

  • QuTiP uses QutipVM as its tree walking interpreter.
  • Dynamiqs uses DynamiqsVM as its tree walking interpreter.