We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, only catalyst.measure(), qml.sample() and qml.counts() can be seeded with qjit(seed=37). #1248
catalyst.measure()
qml.sample()
qml.counts()
qjit(seed=37)
It would be nice to be able to seed all circuit readout methods, like probs(), expval(), var(), when executing a device with shots.
probs()
expval()
var()
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, only
catalyst.measure()
,qml.sample()
andqml.counts()
can be seeded withqjit(seed=37)
. #1248It would be nice to be able to seed all circuit readout methods, like
probs()
,expval()
,var()
, when executing a device with shots.The text was updated successfully, but these errors were encountered: