Korean
언어
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

qiskit.dagcircuit.DAGCircuit.count_ops

DAGCircuit.count_ops(*, recurse=True)[소스]

Count the occurrences of operation names.

매개변수

recurse (bool) – if True (default), then recurse into control-flow operations. In all cases, this counts only the number of times the operation appears in any possible block; both branches of if-elses are counted, and for- and while-loop blocks are only counted once.

반환

a mapping of operation names to the number of times it appears.

반환 형식

Mapping[str, int]