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
518 stars 184 forks source link

Make as many non-executable demos executable as possible #201

Open josh146 opened 3 years ago

josh146 commented 3 years ago

Currently, several demos are not executed when the website is deployed, for a couple of reasons:

We should attempt to make as many executable as possible, as we will otherwise be unaware if they no longer work with the latest PL version. Of the above, it is likely that pytorch_noise and quantum_neural_net no longer work.

For the ones with currently a slow execution time, perhaps porting them to use backpropagation (rather than parameter-shift) will be beneficial, and allow them to be executable.

Note: for quantum_neural_net, it should be updated to use strawberryfields.tf and the CVQNN layers (rather than hand-coding the layers manually)

Todo:

KetpuntoG commented 10 months ago

These are the three demos that we can currently try to make executable: