quantumlib / Qualtran

Qᴜᴀʟᴛʀᴀɴ is a Python library for expressing and analyzing Fault Tolerant Quantum algorithms.
https://qualtran.readthedocs.io/en/latest/
Apache License 2.0
177 stars 44 forks source link

Issue to track that bloq counts / TComplexity from decomposition matches the annotations #858

Open tanujkhattar opened 7 months ago

tanujkhattar commented 7 months ago

assert_equivalent_bloq_example_counts and assert_decompose_is_consistent_with_t_complexity should be checked for all bloqs. This currently fails and leads to a TODO in the flame graph code where we visualize the T-complexity distributions for the entire hierarchical call graph

mpharrigan commented 3 months ago

Specifically