qiskit.pulse.builder.active_backend¶
-
active_backend
()[código fonte]¶ Get the backend of the currently active builder context.
- Retorna
- The active backend in the currently active
builder context.
- Tipo de retorno
Union[Backend, BaseBackend]
- Levanta
exceptions.BackendNotSet – If the builder does not have a backend set.