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

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 Channels operated on my the given qubit.

戻り値の型

List[Channel]