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
The seed kwarg in device doesn't do anything for lightning.qubit. The results below are not fixed by seed.
Expected behavior: Since all sampling behaviour in lightning qubit happens in the C++ layer and PennyLane doesn't use the seed argument to configure that at all, lightning qubit shouldn't accept a seed keyword argument (it should be removed).
Actual behavior: It accepts seed and does nothing with it.
Issue description
The
seed
kwarg indevice
doesn't do anything forlightning.qubit
. The results below are not fixed byseed
.Expected behavior: Since all sampling behaviour in lightning qubit happens in the C++ layer and PennyLane doesn't use the seed argument to configure that at all, lightning qubit shouldn't accept a
seed
keyword argument (it should be removed).Actual behavior: It accepts
seed
and does nothing with it.Reproduces how often: 1000%
System information:
Source code and tracebacks
Additional information
--
The text was updated successfully, but these errors were encountered: