Metadata-Version: 2.4
Name: bloqade-geometry
Version: 0.3.0
Summary: Components for defining and manipulating geometric objects in Bloqade for neutral atom quantum computing.
Author-email: Phillip Weinberg <pweinberg@quera.com>
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: kirin-toolchain~=0.17.0
Description-Content-Type: text/markdown

# Welcome to Bloqade-Geometry
<!--- TODO: fix links after making repo public --->
Bloqade-Geometry is a collection of tools for transforming and modeling geometric
objects used for defining layouts and operation of neutral atom quantum computers.

Currently the only supported geometry is a grid, but more geometries will be added in
the future. For a full list of features, see the [API Reference](reference/bloqade/geometry/prelude/).

[API Reference](reference/bloqade/geometry/prelude/).

## Installation

```bash
uv add bloqade-geometry
```

See [Installation](install.md) for more details.
