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']