netket.models.DeepSetRelDistance#
- class netket.models.DeepSetRelDistance[source]#
Bases:
ModuleImplements an equivariant version of the DeepSets architecture given by (https://arxiv.org/abs/1703.06114)
\[f(x_1,...,x_N) = \rho\left(\sum_i \phi(x_i)\right)\]that is suitable for the simulation of periodic systems. Additionally one can add a cusp condition by specifying the asymptotic exponent. For helium the Ansatz reads (https://arxiv.org/abs/2112.11957):
\[\psi(x_1,...,x_N) = \rho\left(\sum_i \phi(d_{\sin}(x_i,x_j))\right) \cdot \exp\left[-\frac{1}{2}\left(b/d_{\sin}(x_i,x_j)\right)^5\right]\]- Attributes
-
- hilbert: ContinuousHilbert#
The hilbert space defining the periodic box where this ansatz is defined.
- features_rho: tuple | int#
Number of features in each layer for rho network. If specified as a list, the last layer must have 1 feature.
- kernel_init: Callable[[Any, Sequence[int], None | str | type[Any] | dtype | _SupportsDType], Array]#
Initializer for the Dense layer matrix