|
1 | 1 | # Bloqade-Shuttle |
2 | 2 |
|
3 | | -SDK for simulation and running QuEra's neutral atom quantum computers with explicit shuttling. |
| 3 | +Bloqade-shuttle is an SDK for simulation and programming neutral atom quantum computers |
| 4 | +at the level of atom layout and shuttling. |
| 5 | + |
| 6 | +The project aims to establish eDSL for programming and optimizing atom layout and |
| 7 | +shuttling operations on neutral atom quantum computers. Our goal is to provide a |
| 8 | +framework for anyone to use with neutral atom quantum technology. |
| 9 | + |
| 10 | +We welcome industry and academic partners to collaborate to develop Bloqade-shuttle to |
| 11 | +further advance neutral atom technology and its applications to quantum computing. |
| 12 | + |
| 13 | +If you are interested in guiding future development of this project, consider becoming a |
| 14 | +member of our open source steering committee! We also welcome contributions via pull |
| 15 | +requests, bug reports, or feature requests. |
| 16 | + |
| 17 | +## Installation |
| 18 | + |
| 19 | +```bash |
| 20 | +uv add bloqade-shuttle |
| 21 | +``` |
| 22 | +<!--- TODO: update links to point to documentation website once available. ---> |
| 23 | +See [Installation](https://queracomputing.github.io/bloqade-shuttle/dev/install) for more details. |
| 24 | + |
| 25 | +Check out new [Blog](https://queracomputing.github.io/bloqade-shuttle/dev/blog/) to understand more about tools and shuttle. |
| 26 | + |
| 27 | + |
| 28 | +## Other useful links |
| 29 | + |
| 30 | +- [Documentation](https://queracomputing.github.io/bloqade-shuttle/dev/) |
| 31 | +- [Bloqade Geometry](https://queracomputing.github.io/bloqade-geometry/dev/): a related |
| 32 | +project that provides components for defining and manipulating geometric objects in |
| 33 | +Bloqade Shuttle. |
| 34 | + |
| 35 | +## Stability |
| 36 | + |
| 37 | +Bloqade-Shuttle is currently in active development, while we are gathering feedback from |
| 38 | +early users and refining the language design. We can work with our partners to provide |
| 39 | +support for transitioning to the new language as well as ongoing maintenance and |
| 40 | +updates. |
0 commit comments