Skip to content

Latest commit

 

History

History
46 lines (32 loc) · 1.63 KB

README.md

File metadata and controls

46 lines (32 loc) · 1.63 KB
Bloqade Logo

Build Status codecov

Bloqade is a package developed for quantum computation and quantum simulation based on the neutral-atom architecture. Please refer to the documentation page to learn more about Bloqade.

Bloqade is currently under public release beta. High-level APIs are stable, but please expect some further exploration and rough edges.

Installation

Bloqade is a   Julia Language   package. To install Bloqade, please open Julia's interactive session (known as REPL) and press ] key in the REPL to use the package mode, and then type the following command:

For stable release:

pkg> add Bloqade

For current master:

pkg> add Bloqade#master

Community

You can join QuEra's Slack workspace with this link. Join the #bloqade channel to discuss anything related to Bloqade.

License

Apache License 2.0