Arch
grid_from_rust
grid_from_rust(g: Grid) -> geometry_grid.Grid
Convert a Rust bytecode Grid to a bloqade-geometry Grid.
Source code in .venv/lib/python3.12/site-packages/bloqade/lanes/bytecode/arch.py
16 17 18 19 20 21 22 23 | |
grid_to_rust
grid_to_rust(g: Grid) -> Grid
Convert a bloqade-geometry Grid to a Rust bytecode Grid.
Source code in .venv/lib/python3.12/site-packages/bloqade/lanes/bytecode/arch.py
6 7 8 9 10 11 12 13 | |