qiskit.ignis.verification.count_gates¶
-
count_gates
(qobj, basis, qubits)[ソース]¶ Take a compiled qobj and output the number of gates in each circuit.
- パラメータ
qobj (QasmQObj) – compiled qobj.
basis (list) – gates basis for the qobj.
qubits (list) – qubits to count over.
- 戻り値
n x l x m list of number of gates.
n: number of circuits,
l: number of qubits,
m: number of gates in basis.
- 戻り値の型
list
- Additional Information:
nQ gates are counted in each qubit’s set of gates.