From bcaa1978ca533ae445f67faba2409a99dc097689 Mon Sep 17 00:00:00 2001 From: Phillip Weinberg Date: Mon, 4 Aug 2025 18:01:06 -0400 Subject: [PATCH 1/2] Adding links to bloqade-shuttle --- README.md | 11 +++++++++-- docs/index.md | 6 ++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 98e61ce..398290e 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..63be2f1 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. From 9d805fac70a073b08cd17b9503e1e54bffffcfb7 Mon Sep 17 00:00:00 2001 From: Phillip Weinberg Date: Mon, 4 Aug 2025 18:03:08 -0400 Subject: [PATCH 2/2] Adding links to bloqade-shuttle --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 398290e..4dfb7ad 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,6 @@ 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 +- [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 63be2f1..265974d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -16,6 +16,6 @@ See [Installation](install.md) for more details. ## Other useful links -- [Bloqade Shuttle](https://queracomputing.github.io/bloqade-shuttle/dev/) a related +- [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.