quantax.sites.Grid#

class quantax.sites.Grid(extent: Sequence[int] | NDArray[integer], boundary: int | Sequence[int] | NDArray[integer] = 1, particle_type: PARTICLE_TYPE | str = PARTICLE_TYPE.spin, Nparticles: int | tuple[int, int] | None = None, double_occ: bool | None = None)#

Grid lattice with basis vectors orthogonal to each other and only 1 site in each unit cell.