Module sleplet.functions.gaussian

Contains the Gaussian class.

Classes

class Gaussian (*args: Any, **kwargs: Any)

Create a Gaussian \exp(-\frac{{\ell}^{2}}{2\sigma^{2}}).

Ancestors

Instance variables

var sigma : float

Sets the \sigma value.

Inherited members