netket.experimental.geometry.Cell#

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

Bases: object

A finite region in continuous space.

Inheritance
Inheritance diagram of netket.experimental.geometry.Cell
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]#