bloqade.lanes.compile.compile_squin_to_move_and_visualize
← Module overview
function
source
functioncompile_squin_to_move_and_visualize¶source
bloqade.lanes.compile.compile_squin_to_move_and_visualize
Signature
def compile_squin_to_move_and_visualize(mt: ir.Method, interactive: bool = True, animated: bool = False, no_raise: bool = True, layout_heuristic: LayoutHeuristicABC | None = None, placement_strategy: PlacementStrategyABC | None = None) -> NoneCompile a physical squin kernel to moves and visualize the program.
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
mt | ir.Method | required | |
interactive | bool | True | |
animated | bool | False | |
no_raise | bool | True | |
layout_heuristic | LayoutHeuristicABC | None | None | |
placement_strategy | PlacementStrategyABC | None | None |