build_cbloq_call_graph#
View source on GitHub
|
Count all the subbloqs in a composite bloq.
qualtran.resource_counting.build_cbloq_call_graph(
cbloq: qualtran.CompositeBloq
) -> qualtran.resource_counting.BloqCountDictT
This is the function underpinning CompositeBloq.build_call_graph.
View source on GitHub