quantax.sites.TriangularB#

class quantax.sites.TriangularB(L: int, 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)#

2D triangular lattice type B. See PhysRevB.47.5861 Fig.1 N=12 as an example. The total number of particles is given by \(N = 3 \times \mathrm{L} ^ 2\).