Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.providers.BackendV2Converter.control_channel

BackendV2Converter.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]

예외 발생

NotImplementedError – if the backend doesn’t support querying the measurement mapping