Word
Word
Word(
positions: Grid,
site_indices: tuple[tuple[int, int], ...],
has_cz: tuple[LocationAddress, ...] | None = None,
)
A group of atom sites that share a coordinate grid.
Source code in .venv/lib/python3.12/site-packages/bloqade/lanes/layout/word.py
23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | |
n_rows
property
n_rows: int
Number of rows (sites per column) in this word.