Download Latest Version Release 0.42.3 source code.tar.gz (28.0 MB)
Email in envelope

Get an email when there's a new version of PennyLane

Home / v0.42.2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-08-11 598 Bytes
Release 0.42.2 source code.tar.gz 2025-08-11 28.0 MB
Release 0.42.2 source code.zip 2025-08-11 29.4 MB
Totals: 3 Items   57.4 MB 2

Bug fixes 🐛

  • Fixed a recursion error when simplifying operators that are raised to integer powers. For example,

```pycon

class DummyOp(qml.operation.Operator): ... pass (DummyOp(0) ** 2).simplify() DummyOp(0) @ DummyOp(0) ```

Previously, this would fail with a recursion error. (#8061) (#8064)

Contributors ✍️

This release contains contributions from (in alphabetical order):

Christina Lee, Andrija Paurevic.

Source: README.md, updated 2025-08-11