IBMBackend.control_channel#

IBMBackend.control_channel(qubits)[source]#

Return the secondary drive channel for the given qubit.

This is typically utilized for controlling multiqubit interactions. This channel is derived from other channels.

Parameters:

qubits (Iterable[int]) – Tuple or list of qubits of the form (control_qubit, target_qubit).

Returns:

The Qubit measurement acquisition line.

Return type:

List[ControlChannel]