make_generator_without_noise

Solver.make_generator_without_noise(unp_inner, drive_signals)

Build a generator factory that optionally injects noise coefficients.

Parameters:
  • unp_inner – Array namespace (numpy or jax.numpy) that matches the solver backend.

  • drive_signals (Sequence[Signal | SignalSum] | None) – Sequence of drive signals sampled during the solve or None if no drives are applied.

Return type:

Callable

Returns:

Callable accepting shot-specific noise coefficients and returning a function generator(t) that yields the combined static, drive, and noise contributions.