tqec.compile#

Provides classes and functions to compile a BlockGraph instance into a stim.Circuit.

This module defines the needed classes and functions to transform a BlockGraph instance into a fully annotated stim.Circuit instance that can be simulated using stim and even executed on available hardware.

Functions

compile_block_graph(block_graph[, ...])

Compile a block graph.