bloqade.analog.builder.backend.BackendRoute
← Module overview
class
classBackendRoute¶source
bloqade.analog.builder.backend.BackendRoute
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"`