Skip to content

bloqade.analog.builder.backend.BackendRoute

← Module overview

classBackendRoutesource

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"`

class BackendRoute

methoddevicesource

bloqade.analog.builder.backend.BackendRoute.device

def device(name: str, *args=(), **kwargs={})

Parameters

NameTypeDefaultDescription
namestrrequired
*args—()
**kwargs—{}
source