qiskit.ignis.verification.count_keys¶
-
count_keys
(num_qubits)[código fonte]¶ Return ordered count keys.
- Parâmetros
num_qubits (
int
) – The number of qubits in the generated list.- Tipo de retorno
List
[str
]- Retorna
The strings of all 0/1 combinations of the given number of qubits
Exemplo
>>> count_keys(3) ['000', '001', '010', '011', '100', '101', '110', '111']