qiskit.providers.fake_provider.FakeGeneva.control_channel¶
- FakeGeneva.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.
- 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]