v0.4.0
Updating the plugin to work with PL version 0.4. Changes
-
Adds support for PennyLane version 0.4. This includes:
- Renaming expectation -> observable in various places in the documentation
- Device.expectations -> Device.observables
- Device.pre_expval -> Device.pre_measure
- Device.post_expval -> Device.
-
Adds support for
pennylane.var()
QNode return type -
Updates the minimum required PennyLane version to 0.4
-
Update the documentation to reflect PennyLane v0.4 support