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
Stop queueing from within qml.pauli.PauliWord.operation and qml.pauli.PauliSentence.operation (#8136)
**Context:**
Queuing behaviour is inconsistent due to caching, see bug report.
**Description of the Change:**
Stop queuing altogether from within the mentioned methods.
**Benefits:**
Consistent queuing behaviour.
**Possible Drawbacks:**
Stopping the queuing system for each call to `.operation` might be a
performance regression (because in many cases there was no queuing
anyways, so now we just do extra work of toggling the recording status,
I suppose).
**Related GitHub Issues:**
Fixes#8135
[sc-98282]
0 commit comments