Index
BackendRoute
BackendRoute(parent: Optional[Builder] = None)
Bases: QuEraService
, BraketService
, BloqadeService
Specify the backend to run your program on via a string
(versus more formal builder syntax) of specifying the vendor/product first
(Bloqade/Braket) and narrowing it down
(e.g: ...device("quera.aquila") versus ...quera.aquila())
- You can pass the following arguments:
- "braket.aquila"
- "braket.local_emulator"
- "bloqade.python"
- "bloqade.julia"
Source code in .venv/lib/python3.12/site-packages/bloqade/analog/builder/base.py
10 11 12 13 14 |
|