pythtb.Mesh.get_param_points#
- Mesh.get_param_points()[source]#
Return the unique parameter-point mesh from the full grid, with shape
(nl1, nl2, ..., dim_lambda).Notes
The lambda-mesh is orthogonal to the k-mesh, so this function returns the unique lambda-points in the mesh. For example, if the full mesh has shape
(nk1, nk2, nl1, dim_k+dim_lambda), this function will return the lambda-points with shape(nl1, dim_lambda).