An open API service indexing awesome lists of open source software.

https://github.com/queracomputing/bloqade-geometry

Bloqade eDSL related to geometry of neutral atom quantum computers
https://github.com/queracomputing/bloqade-geometry

Last synced: 4 months ago
JSON representation

Bloqade eDSL related to geometry of neutral atom quantum computers

Awesome Lists containing this project

README

          

# 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/).

## 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.