iqm.cpc.compiler.dd.get_component_name

iqm.cpc.compiler.dd.get_component_name#

iqm.cpc.compiler.dd.get_component_name(builder, channel_name)#

QPU component with which the given control channel is associated.

Parameters:
  • builder (ScheduleBuilder) – Provides component to channel mapping.

  • channel_name (str) – Name of the control channel to look up.

Returns:

Name of the QPU component that owns channel_name, or None if the channel is not known.

Return type:

str | None