Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# 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/).
the future. For a full list of features, see the [API Reference](https://queracomputing.github.io/bloqade-geometry/dev/reference/bloqade/geometry/prelude/).

## Installation

Expand All @@ -13,3 +13,10 @@ 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.
6 changes: 6 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,9 @@ uv add bloqade-geometry
```

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

## Other useful links

- [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.
Loading