PennyLaneAI / pennylane

PennyLane is a cross-platform Python library for quantum computing, quantum machine learning, and quantum chemistry. Train a quantum computer the same way as a neural network.
https://pennylane.ai
Apache License 2.0
2.27k stars 586 forks source link

Update PennyLane to depend on `rustworkx` instead of `retworkx` #3116

Open josh146 opened 1 year ago

josh146 commented 1 year ago

Feature details

As of https://github.com/Qiskit/rustworkx/pull/644, retworkx has been renamed to rustworkx. At some point should update our dependencies to point to the new package on PyPI (and address any API changes if applicable).

Implementation

No response

How important would you say this feature is?

1: Not important. Would be nice to have.

Additional information

No response

anonymousr007 commented 1 year ago

Hello, I am working on that issue. Thanks