Skip to content

Commit

Permalink
[no ci] Delete the "seeding samples is currently not supported" line …
Browse files Browse the repository at this point in the history
…in documentation (#1178)

A followup to #1164, which forgot to update this line in the public facing documentation
  • Loading branch information
paul0403 authored Oct 4, 2024
1 parent 3bea1b6 commit d0ac09c
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit d0ac09c

Please sign in to comment.