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
matrix and cond now dequeues operators in arguments to the qfunc (#8119)
**Context:**
Applying the same thing in
#8094 to `matrix` and
`cond`
**Description of the Change:**
**Benefits:**
**Possible Drawbacks:**
**Related GitHub Issues:**
[sc-98196]
---------
Co-authored-by: Yushao Chen (Jerry) <[email protected]>
* Fixes a bug where `qml.prod` applied on a quantum function does not dequeue operators passed as arguments to the function.
874
+
* Fixes a bug where `qml.prod`, `qml.matrix`, and `qml.cond` applied on a quantum function does not dequeue operators passed as arguments to the function.
0 commit comments