Breaking changes
-
For compatibility with PennyLane v0.15, the
analytic
keyword argument has been removed from all devices. Analytic expectation values can
still be computed by settingshots=None
. (#71) -
For compatibility with PennyLane v0.15, parametric compilation now depends on the
requires_grad
attribute of parameters instead of the deprecatedVariable
class. (#71) -
The circuit hashes used for parametric compilation are computed in
QVMDevice
instead of inQubitDevice
defined in Pennylane. (#71)
Contributors
This release contains contributions from (in alphabetical order):
Antal Száva.