https://github.com/queracomputing/bloqade-lanes
Atom shuttle compiler tools based on a fixed lane architectures.
https://github.com/queracomputing/bloqade-lanes
Last synced: 13 days ago
JSON representation
Atom shuttle compiler tools based on a fixed lane architectures.
- Host: GitHub
- URL: https://github.com/queracomputing/bloqade-lanes
- Owner: QuEraComputing
- License: apache-2.0
- Created: 2025-11-03T18:28:34.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-05-12T16:39:53.000Z (22 days ago)
- Last Synced: 2026-05-12T17:16:50.435Z (22 days ago)
- Language: Python
- Homepage: https://queracomputing.github.io/bloqade-lanes/
- Size: 17.1 MB
- Stars: 5
- Watchers: 0
- Forks: 7
- Open Issues: 57
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to Bloqade Lanes -- A component package of QuEra's Neutral Atom SDK
[](https://github.com/QuEraComputing/bloqade-lanes/actions/workflows/ci.yml)
[](https://codecov.io/gh/QuEraComputing/bloqade-lanes)
[](https://pypi.org/project/bloqade-lanes)
[](https://bloqade.quera.com/)
Bloqade is a Python SDK for neutral atom quantum computing. It provides a set of embedded domain-specific languages (eDSLs) for programming neutral atom quantum computers. Bloqade is designed to be a high-level, user-friendly SDK that abstracts away the complexities of neutral atom quantum computing, allowing users to focus on developing quantum algorithms and compilation strategies for neutral atom quantum computers.
Bloqade-lanes provides the core components for compiling neutral atom quantum circuit programs down to moves. It focuses on the physical layout and movement of atoms along fixed lanes in a neutral atom quantum processor.
> [!IMPORTANT]
>
> This project is in the early stage of development. API and features are subject to change.
## Installation
### Install via `uv` (Recommended)
```py
uv add bloqade-lanes
```
## Documentation
The documentation is available at [https://bloqade.quera.com/latest/](https://bloqade.quera.com/latest/). We are at an early stage of completing the documentation with more details and examples, so comments and contributions are most welcome!
Proposal for the roadmap and feature requests are welcome!
## License
Apache License 2.0 with LLVM Exceptions