Ed Younis
Ed Younis
I would personally prefer to mimic Qiskit's functionality. This can be accomplished with an override on the `get_qasm_gate_def` function. We did something similar in the [iswap](https://github.com/BQSKit/bqskit/blob/main/bqskit/ir/gates/constant/iswap.py) gate. This would then...
Completed as of #234
You are on the right track, but no this doesn't solve the issue. There are many places in the code where radixes are accepted as input to a function or...
Hey I realized I only should have assigned this once completed.
Your PRs do not address this issue or my comments. I have closed them.
Thanks for the detailed code and questions in the post. It makes it easy to understand your situation and help. There are two issues here: 1) Why does `compile` give...
Running on main now, I see that the direct synthesis route took ~3x longer than the compile method. Maybe the timing is machine-dependent. Can you share your machine info?
Since 1.1.2, we have made several changes to increase the robustness of subtask scheduling and execution during compilation. I suspect this had an effect here. Without a deep analysis, it's...
A lot of visualization work can be done to improve BQSKit's user experience. This is a great suggestion, but I think progress bars may be a bit difficult to do...
Thanks for making this bug report. To clarify, we should be able to build a `ControlledGate(U1Gate())` and save to qasm, load that same qasm, and have the same gate. ```python...