qiskit.pulse.builder.active_backend¶
-
active_backend
()[ソース]¶ Get the backend of the currently active builder context.
- 戻り値
- The active backend in the currently active
builder context.
- 戻り値の型
Union[Backend, BaseBackend]
- 例外
exceptions.BackendNotSet – If the builder does not have a backend set.