Metadata-Version: 2.4
Name: bloqade-geometry
Version: 0.3.2
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

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](https://queracomputing.github.io/bloqade-geometry/dev/reference/bloqade/geometry/prelude/).

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

## Installation

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

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

## Other useful links

- [Documentation](https://queracomputing.github.io/bloqade-geometry/dev/)
- [Bloqade Shuttle](https://queracomputing.github.io/bloqade-shuttle/dev/): a related
project that uses Bloqade Geometry to define and manipulate atom shuttling operations
in neutral atom quantum computers.
