netket.models.Jastrow#

class netket.models.Jastrow[source]#

Bases: Module

Jastrow wave function \(\Psi(s) = \exp(\sum_{ij} s_i W_{ij} s_j)\).

The W matrix is stored as a non-symmetric matrix, and symmetrized during computation by doing W = W + W.T in the computation.

Attributes
kernel_init: Callable[[Any, Sequence[int], Any], Union[ndarray, Array]]#

Initializer for the weights.

Methods
__call__(x_in)[source]#

Call self as a function.

Parameters:

x_in (ndarray | Array) –