You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that a recent commit in PennyLane introduced a bug in the master version of the plugin, resulting in a KeyError: <Wires = [0]> exception when the circuit is evaluated. Minimal example:
Install PennyLane with pip
Clone this repo and install it with pip install -e .
Thanks @nvitucci! We're in the process of adding a new wires class to PennyLane, and were attempting to add it in a non-breaking manner - looks like that hasn't worked 🙂
We'll have a think back over in PennyLane core and decide the best way to fix this
I noticed that a recent commit in PennyLane introduced a bug in the master version of the plugin, resulting in a
KeyError: <Wires = [0]>
exception when the circuit is evaluated. Minimal example:pip
pip install -e .
The text was updated successfully, but these errors were encountered: