From 4a2490748f3ee9dec18c3e083f8ee0ad89a172bf Mon Sep 17 00:00:00 2001 From: "Xiu-zhe (Roger) Luo" Date: Sat, 14 Sep 2024 11:27:09 -0400 Subject: [PATCH] update README (#675) * update README * update paragraph --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f5828766..a673b3c07 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,11 @@ [![CI](https://github.com/QuEraComputing/Bloqade.jl/actions/workflows/CI.yml/badge.svg)](https://github.com/QuEraComputing/Bloqade.jl/actions/workflows/CI.yml) [![codecov](https://codecov.io/gh/QuEraComputing/Bloqade.jl/branch/master/graph/badge.svg?token=DYm2XwiTaR)](https://codecov.io/gh/QuEraComputing/Bloqade.jl) -Bloqade is a package developed for quantum computation and quantum simulation based on the neutral-atom architecture with the ability to submit tasks to [QuEra's *Aquila* quantum processor](https://www.quera.com/aquila). Please refer to the [documentation](https://queracomputing.github.io/Bloqade.jl/dev/) page to learn more about Bloqade. +> [!IMPORTANT] +> +> We recommend using [bloqade-python](https://github.com/QuEraComputing/bloqade-python) to access Aquila, QuEra’s analog computer. Bloqade.jl has reached a stable state and is not anticipated to undergo major changes currently. It is still open for contributions and bug fixes. If you have suggestions or encounter any issues, please feel free to open an issue or submit a pull request. Stay tuned for our future gate-based SDK and simulator! -**Bloqade is currently under public release beta. High-level APIs are stable, but please expect some further exploration and rough edges.** +Bloqade is a package developed for quantum computation and quantum simulation based on the neutral-atom architecture with the ability to submit tasks to [QuEra's *Aquila* quantum processor](https://www.quera.com/aquila). Please refer to the [documentation](https://queracomputing.github.io/Bloqade.jl/dev/) page to learn more about Bloqade. ## Installation