PennyLaneAI / pennylane-orquestra

The PennyLane-Orquestra plugin integrates the Orquestra workflow management system with PennyLane

Home Page:https://docs.pennylane.ai/projects/orquestra

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for the qHipster backend

antalszava opened this issue · comments

Context

Orquestra supports running simulations using qHipster.

Therefore adding it as a device in PennyLane-Orquestra could be done similar to how other devices work.

The addition would include:

  • Creating a dedicated device class (e.g., see QeForestDevice).
  • Creating a new entry point for the new device in setup.py.
  • Adding the device to the list of devices used for running tests.