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
- Host: GitHub
- URL: https://github.com/queracomputing/bloqade-geometry
- Owner: QuEraComputing
- License: apache-2.0
- Created: 2025-05-02T16:14:09.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-04T23:41:33.000Z (10 months ago)
- Last Synced: 2025-08-05T00:03:39.499Z (10 months ago)
- Language: Python
- Homepage:
- Size: 813 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.