CountOpsLongestPath¶
- class CountOpsLongestPath(*args, **kwargs)[source]¶
Count the operations on the longest path in a DAGcircuit.
The result is saved in
property_set['count_ops_longest_path']
as an integer.Attributes
Check if the pass is an analysis pass.
Check if the pass is a transformation pass.
Methods
Return the name of the pass.
Run the CountOpsLongestPath pass on dag.