Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.providers.fake_provider.FakeVigoV2.control_channel

FakeVigoV2.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.

パラメータ

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

戻り値

The multi qubit control line.

戻り値の型

List[ControlChannel]