quantax.sites.Grid#

class quantax.sites.Grid(extent: ~typing.Sequence[int], boundary: int | ~typing.Sequence[int] = 1, Nparticle: None | int | ~typing.Tuple[int, int] = None, particle_type: ~quantax.global_defs.PARTICLE_TYPE = quantax.global_defs.PARTICLE_TYPE<0>, double_occ: bool | None = None)#

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