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

qiskit.providers.models.PulseBackendConfiguration.control

PulseBackendConfiguration.control(qubits=None, channel=None)[ソース]

Return the secondary drive channel for the given qubit – typically utilized for controlling multiqubit interactions. This channel is derived from other channels.

バージョン 0.19.0 で非推奨: qiskit.providers.models.backendconfiguration.PulseBackendConfiguration.control()』s argument channel is deprecated as of qiskit-terra 0.19.0. It will be removed no earlier than 3 months after the release date. Instead, use the qubits argument. This method will now return accurate ControlChannels determined by qubit indices.

パラメータ
  • qubits (Iterable[int]) – Tuple or list of qubits of the form (control_qubit, target_qubit).

  • channel (int) – Deprecated.

例外

BackendConfigurationError – If the qubits is not a part of the system or if the backend does not provide channels information in its configuration.

戻り値

List of control channels.

戻り値の型

List[ControlChannel]