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

Add support for `qir.v1` input data format for cirq Targets #650

Open ryanhill1 opened 2 weeks ago

ryanhill1 commented 2 weeks ago

Feature Request: It would be great if we could extend the azure.quantum.cirq.targets.Target with a QirTarget (or similar) sub-class that supports the qir.v1 input data format in the same way that the azure.quantum.qiskit.backends.AzureBackendBase is extended by the AzureQirBackend