BQSKit / bqskit

Berkeley Quantum Synthesis Toolkit
Other
108 stars 31 forks source link

Specifying permutation in logs in PAS #165

Open aaronszasz opened 11 months ago

aaronszasz commented 11 months ago

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 commented 11 months ago

logs