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

migrate QIR backends to V2 output format by default #625

Closed LawsonGraham closed 3 months ago

LawsonGraham commented 4 months ago

upgrading the QIR backends to handle and use V2 output format by default, enabling get_memory() to be callable for users. also fixing construction of the get_counts() method to use real counts vs. synthetic counts from probablilities

cesarzc commented 4 months ago

The logic changes look good, thanks @LawsonGraham. We should just do our due diligence checking QIR generation for each gateset.

@kikomiss, when you have a chance, could you please take a look at the updated recordings? I reviewed them and they look ok, but it would be good to have a second set of eyes on them.