Skip to content

Commit

Permalink
chore: Use result op from tket2 extension (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-koch authored Jul 2, 2024
1 parent a49038c commit 2eb5b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion guppylang/prelude/_internal.py
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ class ResultCompiler(CustomCallCompiler):

def compile(self, args: list[OutPortV]) -> list[OutPortV]:
op = ops.CustomOp(
extension="Results",
extension="tket2.results",
op_name="Result",
args=[arg.to_hugr() for arg in self.type_args],
parent=UNDEFINED,
Expand Down

0 comments on commit 2eb5b3b

Please sign in to comment.