Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specifying permutation in logs in PAS #165

Closed
aaronszasz opened this issue Aug 4, 2023 · 1 comment · Fixed by #237
Closed

Specifying permutation in logs in PAS #165

aaronszasz opened this issue Aug 4, 2023 · 1 comment · Fixed by #237
Labels
feature request New feature or request

Comments

@aaronszasz
Copy link
Contributor

Currently, permutation aware synthesis runs all permutations in parallel, producing output like in the attached picture for 3 qubits.

It would be really helpful if each line in the log specified which permutation it pertains to, eg
DEBUG | [1,2,3] bqskit.passes ...
DEBUG | [1,3,2] bqskit.passes ...

This would allow generation of logs for each independent permutation, eg by using grep [1,2,3] output.log

@aaronszasz
Copy link
Contributor Author

logs

@edyounis edyounis added the feature request New feature or request label Oct 15, 2023
edyounis added a commit that referenced this issue Apr 13, 2024
@edyounis edyounis linked a pull request Apr 13, 2024 that will close this issue
6 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants