Skip to content

Commit 9896524

Browse files
authored
feat: Add CustomPass label to badger_pass (#932)
1 parent b040570 commit 9896524

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tket2-py/tket2/passes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,4 +75,4 @@ def apply(circuit: Circuit) -> Circuit:
7575
rebase=rebase,
7676
)
7777

78-
return CustomPass(apply)
78+
return CustomPass(apply, label="tket2.badger_pass")

0 commit comments

Comments
 (0)