diff --git a/README.md b/README.md index 98e61ce..4dfb7ad 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ # 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](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 @@ -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. diff --git a/docs/index.md b/docs/index.md index 6e9f603..265974d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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.