Bloqade Lanes
Bloqade Lanes is a component of QuEra's Neutral Atom SDK. It compiles quantum circuits down to physical atom movement instructions for neutral atom quantum processors.
What's in this book
- Architecture Specification — the
ArchSpecJSON format that defines device topology, transport buses, zones, and AOD paths - Instruction Quick Reference — compact summary of all 24 instructions with opcodes and stack effects
- Instruction Set — the fixed-width instruction encoding, opcode layout, and per-instruction reference
- CLI Reference — the
bloqade-bytecodeCLI tool for assembling, disassembling, and validating bytecode programs
Crate documentation
The Rust API documentation is generated separately via cargo doc:
bloqade-lanes-bytecode-core— pure Rust: bytecode format, arch spec, validationbloqade-lanes-bytecode-cli— CLI tool and C library
Repository
Source code: github.com/QuEraComputing/bloqade-lanes