Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

qspec.models. Empty.evaluate  (  x * args ** kwargs  )[source]

An empty model, returning numpy.zeros_like(x).

Parameters:
xarray_like

The input values $x$.

argsndarray | Iterable

[].

kwargsdict

Additional keyword arguments.

Returns:
outndarray

The function values $y$ at the input values x.

API navigation