Ryan Hill
Ryan Hill
@kingjosmel Sounds great, go for it!
Just assigned you 👍
> > Can you also please add a brief note about your update to `CHANGELOG.md` > > just curious, do we have a way to automate this for PRs? Not...
@TheGupta2012 was this closed with https://github.com/qBraid/qBraid/pull/771?
Hi @pencil-dev, could you reference which issue this is solving and summarize the changes? See: https://github.com/qBraid/qBraid/blob/main/CONTRIBUTING.md#pull-requests
Yeah I agree taking the pyqasm validation out for now and sticking with the manual exception handling is a better user experience. Because the pyqasm error messages still need a...
Thanks for raising this issue! In this case, the conversion performed is going from qiskit $\rightarrow$ qasm2 $\rightarrow$ cirq, so the relevant function to modify would be [qasm2_to_cirq](https://github.com/qBraid/qBraid/blob/b5661207d23ea74f8fcec716ea3bec682aac2b6e/qbraid/transpiler/conversions/qasm2/qasm2_to_cirq.py#L39). Instead of...
Hi @iamashwin99 thanks for this suggestion! It should definitely be possible to incorporate quantum programs written with the myQLM framework. Here are two PRs that give examples of how new...
Hi @cosenal, an update on this: Adding abstractions for batch jobs is definitely on the roadmap. We would like to do it in a way that will work not just...
Thanks for raising this! Could you provide a brief code example to help demonstrate the issue so that I can recreate?