qiskit.providers.models.PulseBackendConfiguration.get_qubit_channels¶
- PulseBackendConfiguration.get_qubit_channels(qubit)[ソース]¶
Return a list of channels which operate on the given
qubit
.- 例外
BackendConfigurationError – If
qubit
is not a found or if the backend does not provide channels information in its configuration.- 戻り値
List of
Channel
s operated on my the givenqubit
.- 戻り値の型
List[Channel]