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

[BUG] Update the wording in the qubit rotation demo #1172

Open CatalinaAlbornoz opened 2 months ago

CatalinaAlbornoz commented 2 months ago

The optimization section of the qubit rotation demo is worded as if the demo was still using the default NumPy/Autograd interface. We need to update the wording to actually match the demo, which now uses JAX. There may be other inconsistencies in other parts of the demo, it would be good to give it a full read and update.