triqs.lattice.tight_binding.TBLattice.get_kmesh

TBLattice.get_kmesh(n_k)[source]

Return a mesh on the Brillouin zone with a given discretization.

Parameters:
n_kint or three-tuple of int

The linear dimension(s).

Returns:
MeshBrZone

The mesh on the Brillouin zone.