Skip to content

Commit

Permalink
link issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mpharrigan committed Aug 30, 2024
1 parent 15de9f5 commit d51910b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qualtran/resource_counting/_bloq_counts.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ def compute(self, bloq: 'Bloq', get_callee_cost: Callable[['Bloq'], GateCounts])
return GateCounts(cswap=1)

if isinstance(bloq, MultiTargetCNOT):
# TODO(https://github.com/quantumlib/Qualtran/issues/1318): Decide how to count this.
if self.legacy_shims:
# Legacy mode: don't treat this as one clifford. Use its decomposition.
pass # fall through
Expand Down

0 comments on commit d51910b

Please sign in to comment.