netket.experimental.geometry.FreeSpace#

class netket.experimental.geometry.FreeSpace[source]#

Bases: Cell

Infinite space without periodic boundary conditions.

Inheritance
Inheritance diagram of netket.experimental.geometry.FreeSpace
Attributes
dimension#
extent: tuple[float, ...]#
pbc: tuple[bool, ...]#
Methods
distance(r1, r2)[source]#

Euclidean distance between r1 and r2 considering boundary conditions.

Return type:

Array

Parameters:
tree_flatten()[source]#
classmethod tree_unflatten(aux, data)[source]#