qiskit.providers.BackendV2Converter.control_channel¶
- BackendV2Converter.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.
This is required to be implemented if the backend supports Pulse scheduling.
- প্যারামিটার
qubits (Iterable[int]) -- Tuple or list of qubits of the form
(control_qubit, target_qubit)
.- রিটার্নস
The multi qubit control line.
- রিটার্ন টাইপ
List[ControlChannel]
- রেইজেস
NotImplementedError -- if the backend doesn't support querying the measurement mapping