qiskit.providers.BackendV2.control_channel¶
- BackendV2.control_channel(qubits)[código fonte]¶
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.
- Parâmetros
qubits (Iterable[int]) – Tuple or list of qubits of the form
(control_qubit, target_qubit)
.- Retorno
The multi qubit control line.
- Tipo de retorno
List[ControlChannel]
- Levanta
NotImplementedError – if the backend doesn’t support querying the measurement mapping