From d0ac09cbd847b42cacc6372f5558271401f24e29 Mon Sep 17 00:00:00 2001 From: paul0403 <79805239+paul0403@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:31:44 -0400 Subject: [PATCH] [no ci] Delete the "seeding samples is currently not supported" line in documentation (#1178) A followup to #1164, which forgot to update this line in the public facing documentation --- frontend/catalyst/jit.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/catalyst/jit.py b/frontend/catalyst/jit.py index 7df0803a50..63324256d4 100644 --- a/frontend/catalyst/jit.py +++ b/frontend/catalyst/jit.py @@ -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.