PennyLaneAI / qml

Introductions to key concepts in quantum programming, as well as tutorials and implementations from cutting-edge quantum computing research.
https://pennylane.ai/qml
Apache License 2.0
512 stars 182 forks source link

[WIP] Update "Using PennyLane with IBM’s quantum devices and Qiskit" #1143

Open austingmhuang opened 1 week ago

austingmhuang commented 1 week ago

Title: "Using PennyLane with IBM’s quantum devices and Qiskit"

Summary: This demo has been not functional ever since vqe_runner was removed and deprecated. This PR aims to update the demo to allow users to run VQE with IBM hardware by utilizing the pennylane-qiskit plugin.

Relevant references: https://app.shortcut.com/xanaduai/story/67063/update-using-pennylane-with-ibm-s-quantum-devices-and-qiskit

Possible Drawbacks:

Related GitHub Issues:

austingmhuang commented 1 week ago

[sc-67063]

github-actions[bot] commented 1 week ago

👋 Hey, looks like you've updated some demos!

🐘 Don't forget to update the dateOfLastModification in the associated metadata files so your changes are reflected in Glass Onion (search and recommendations).

Please hide this comment once the field(s) are updated. Thanks!

austingmhuang commented 1 week ago

Right now there seems to be a bug with regard to differentiable parameters using the QiskitDevice so this is on hold for now. Once that bug is fixed, we will implement VQE using qiskit.remote and have a working demo (hopefully).