microsoft / azure-quantum-python

The azure-quantum python package submits jobs to the Azure Quantum service.
https://learn.microsoft.com/azure/quantum/
MIT License
126 stars 92 forks source link

qiskit qir by default #630

Closed LawsonGraham closed 2 months ago

LawsonGraham commented 3 months ago

migrate our SDK to use QIR backends by default for Qiskit backends

cesarzc commented 3 months ago

@LawsonGraham, could you please update your development branch with the latest changes from main? There is one change that was recently merge that will probably have a conflict with your changes.

@kikomiss, could you please take a look at the recording files to check that they are correct? Also, I believe the security alerts can be dismissed given that they're just triggering because the recordings we get back contain the word "md5", but I wanted to double check with you in case I'm missing something.

cesarzc commented 3 months ago

@LawsonGraham, the logic looks good!

Once the CI pipeline errors are addressed and @kikomiss confirms whether the changes to recordings are correct, I'll approve.