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
517 stars 183 forks source link

Update tutorial_error_prop.py #1090

Closed KetpuntoG closed 2 months ago

KetpuntoG commented 2 months ago

Render issue

github-actions[bot] commented 2 months 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!

github-actions[bot] commented 2 months ago

Thank you for opening this pull request.

You can find the built site at this link.

Deployment Info:

Note: It may take several minutes for updates to this pull request to be reflected on the deployed site.

Jaybsoni commented 2 months ago

Tagging @trbromley and @astralcai for visibility.

The current version of this demo which has already been merged into the dev branch of the qml repo will fail once the rc branch of pennylane is released and merged into master. This PR fixes the demo, but currently fails the ci because the ci is running against master pennylane instead of the RC branch.

Jaybsoni commented 2 months ago

For reference, we had an offline chat and decided to update the pl dependancy branch from master to the RC branch in the Makefile. This change will be reverted next week after the release.