Is the Azure Quantum team considering to offer a PennyLane plugin?

Mark Buningh 20 Reputation points
2025-10-02T16:11:18.9966667+00:00

Hi

On behalf of the quantum application team at TNO, The Netherlands, I was wondering whether you are considering to offer a PennyLane plugin?

Almost all quantum hardware has a PennyLane plugin. However, these can't be used with Azure's API keys. Azure's "recommended" option is to translate to Qiskit and then translate to the appropriate Azure tool. While that's perfectly doable for a script with a simple algorithm, it's not maintainable in a large codebase. Every time something changes in PennyLane, Qiskit, or Azure, every package has to be updated.

As an alternative we're now developing this PennyLane-Azure plugin ourselves. Would be great if we could exchange some thoughts on this.

Thank you,

Mark Buningh

<PII Removed>@tno.nl

Azure Quantum
Azure Quantum

An Azure service that provides quantum computing and optimization solutions.


Answer accepted by question author
Anonymous
2025-10-03T20:45:06.12+00:00

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!

Was this answer helpful?


0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.