Skip to content

Commit

Permalink
Implements #165
Browse files Browse the repository at this point in the history
  • Loading branch information
edyounis committed Apr 13, 2024
1 parent 851ddf3 commit 2a3b941
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bqskit/passes/synthesis/pas.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ async def synthesize(
self.inner_synthesis.synthesize,
targets,
[data] * len(targets),
log_context=[{'perm': str(perm)} for perm in permsbyperms],
)

# Return best circuit
Expand Down

0 comments on commit 2a3b941

Please sign in to comment.