Skip to content
New issue

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

Delete the "seeding samples is currently not supported" line in documentation #1178

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions frontend/catalyst/jit.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ def qjit(
on simulator devices including ``lightning.qubit`` and ``lightning.kokkos``.
The default value is None, which means no seeding is performed, and all processes
are random. A seed is expected to be an unsigned 32-bit integer.
Note that seeding samples on simulator devices is not yet supported. As such,
shot-noise stochasticity in terminal measurement statistics such as ``sample`` or
``expval`` will remain.
experimental_capture (bool): If set to ``True``, the qjit decorator
will use PennyLane's experimental program capture capabilities
to capture the decorated function for compilation.
Expand Down
Loading