qiskit.providers.fake_provider.FakeJohannesburgV2.control_channel¶
- FakeJohannesburgV2.control_channel(qubits)¶
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.
- Paramètres
qubits (Iterable[int]) – Tuple or list of qubits of the form
(control_qubit, target_qubit)
.- Renvoie
The multi qubit control line.
- Type renvoyé
List[ControlChannel]