unitaryfund / pennylane-qrack

The PennyLane-Qrack plugin integrates the Qrack quantum computing framework with PennyLane's quantum machine learning capabilities.
https://pennylane-qrack.readthedocs.io/
Apache License 2.0
3 stars 0 forks source link

Qrack docs in Pennylane plugins page #9

Open cosenal opened 1 month ago

cosenal commented 1 month ago

We want to add the Qrack project in https://pennylane.ai/plugins/#plugins and document the Qrack device capabilities in a new page that looks similar to https://docs.pennylane.ai/projects/lightning/en/stable/lightning_qubit/device.html

cc @josh146

josh146 commented 1 month ago

Hey @cosenal, I can help add it to https://pennylane.ai/plugins!

Regarding https://docs.pennylane.ai/projects/lightning/en/stable/lightning_qubit/device.html, if we want a page that looks similar to this, we should set up Sphinx documentation here in this repository. We can set it up to look the same using the PennyLane Sphinx Theme.

For example, this is what the (external) AWS plugin is doing (https://github.com/amazon-braket/amazon-braket-pennylane-plugin-python/tree/main/doc), as well as the Qulacs plugin (https://github.com/PennyLaneAI/pennylane-qulacs/tree/master/doc)

nathanshammah commented 3 weeks ago

+1 on having the docs here using this format (what a touch of class having a pennylane-sphinx-theme...:)).

nathanshammah commented 3 weeks ago

As discussed in the meeting, a sub-ticket is to set up RTD for this plug in. I can take care of this.