qblox_scheduler.backends.qblox.operation_handling.factory_common#

Functions for producing common operation handling strategies.

Functions#

try_get_pulse_strategy_common(...)

Handles the logic for determining the correct pulse type.

Module Contents#

try_get_pulse_strategy_common(operation_info: qblox_scheduler.backends.types.qblox.OpInfo) qblox_scheduler.backends.qblox.operation_handling.base.IOperationStrategy | None[source]#

Handles the logic for determining the correct pulse type.

Returns None if no matching strategy class is found.