qiskit.providers.models.PulseBackendConfiguration.get_channel_qubits¶
- PulseBackendConfiguration.get_channel_qubits(channel)[ソース]¶
Return a list of indices for qubits which are operated on directly by the given
channel
.- 例外
BackendConfigurationError – If
channel
is not a found or if the backend does not provide channels information in its configuration.- 戻り値
List of qubits operated on my the given
channel
.- 戻り値の型
List[int]