bloqade.lanes.bytecode.grid.Grid
← Module overview
class
classGrid¶source
bloqade.lanes.bytecode.grid.Grid
Coordinate grid defining physical positions for atom sites.
class GridA grid defines positions via a start coordinate and spacing values.
The x-coordinates are [x_start, x_start + x_spacing[0], ...]
(cumulative sum of spacings from the start). Same for y.