German
Sprachen
English
Japanese
German
Korean
Portuguese, Brazilian
French
Shortcuts

qiskit.ignis.verification.count_keys

count_keys(num_qubits)[Quellcode]

Return ordered count keys.

Parameter

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

Rückgabetyp

List[str]

Rückgabe

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

Example

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