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
Catalyst recently added support for specifying shot-vectors when used with qml.sample measurements on the lightning.qubit device (#1051). However, other measurement types, such as expval and probs, currently do not support shot-vectors. We should add support for these other measurement processes. Moreover, it should be efficient, meaning that there should only be one circuit execution.
Catalyst recently added support for specifying shot-vectors when used with
qml.sample
measurements on thelightning.qubit
device (#1051). However, other measurement types, such asexpval
andprobs
, currently do not support shot-vectors. We should add support for these other measurement processes. Moreover, it should be efficient, meaning that there should only be one circuit execution.This issue was prompted by @josh146's comment here: #1239 (comment).
The text was updated successfully, but these errors were encountered: