PennyLane Fundamentals / Quantum Operations / ControlledQubitUnitary

On page PennyLane Fundamentals | Quantum Operations | PennyLane Codebook the examples involving the ControlledQubitUnitary are incorrect. According to qml.ControlledQubitUnitary — PennyLane 0.44.0 documentation the interface has keyword argument wires not control_wires. This is also needed in the example to be accepted.

bart

Hi @kasterma !
Thank you for catching this one :face_with_monocle:
I fixed it and changes will be live soon.