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
537 stars 185 forks source link

[BUG] `tutorial_ml_classical_shadows` is not working #1084

Closed KetpuntoG closed 2 weeks ago

KetpuntoG commented 5 months ago

The tutorial_ml_classical_shadows demo is using neural_tangents and it is not compatible with the last version of jax (Context).

In this PR, I include again the files (so the goal is to make this PR work)

Ideally, the problem is fixed. If not, we should convert the demo to non-executable and run it locally with an older version of jax.

Once is solved, notify here

KetpuntoG commented 2 weeks ago

Solved