Japanese
言語
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.ignis.verification.count_keys

count_keys(num_qubits)[ソース]

Return ordered count keys.

パラメータ

num_qubits (int) – The number of qubits in the generated list.

戻り値の型

List[str]

戻り値

The strings of all 0/1 combinations of the given number of qubits

サンプル

>>> count_keys(3)
['000', '001', '010', '011', '100', '101', '110', '111']