iqm.cpc.compiler.dd.is_drive_channel

iqm.cpc.compiler.dd.is_drive_channel#

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

Utility function to check whether a channel is a qubit drive channel.

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

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

Returns:

True iff channel_name is a is a drive channel.

Return type:

bool