An Azure service that provides quantum computing and optimization solutions.
Hello @Mark Buningh ,
I checked it with Azure Quantum Engineering team and there are no plans at the moment to build PennyLane plugin.
As a work-around they shared below suggestions:
PennyLane did recently add the ability to export to QASM (see https://github.com/PennyLaneAI/pennylane/pull/7393).
The QDK has the ability to compile QASM (see: https://github.com/microsoft/qdk/blob/main/samples/notebooks/openqasm.ipynb)
which you could then submit to Azure (see https://github.com/microsoft/qdk/blob/main/samples/notebooks/azure_submission.ipynb). This haven't been tried yet by the team, but if the export to QASM is valid this could be a suitable workaround. If it doesn't, please log an issue at the github repo.
Let me know if this answers your query!