This repo provides some examples of running bloqade and also submitting jobs to QuEra's Aquila analogue quantum computer and retrieving results from their dashboard for post-processing.
The repository contains several examples showing what can be run using the python bloqade interface and what can be reasonably run on the actual hardware.
- Bloqade :
python -m venv py-aquila; source py-aquila/bin/activate; pip install bloqade
There is a large amount of material on Aquila. We recommend reading the following
- Aquila whitepaper (lots of references here too!):
- A foundational neutral atom simulator paper on quantum scars:
- Mark Saffman reviews:
- Quantum phases of matter:
- Maximum independent set with Rydberg atoms:
- Gate based: High fidelity gates
- Gate based: movement
- Gate based: Logical
- Python Bloqade [https://bloqade.quera.com/latest/]
- Julia Bloqade [https://queracomputing.github.io/Bloqade.jl/dev/]