triqs_dft_tools.converters.plovasp.vaspio.Kpoints

class triqs_dft_tools.converters.plovasp.vaspio.Kpoints[source]

Class describing k-points and optionally tetrahedra.

Properties:
  • nktot (int) : total number of k-points in the IBZ

  • kpts (numpy.array((nktot, 3), dtype=float)) : k-point vectors (fractional coordinates)

  • ntet (int) : total number of k-point tetrahedra

  • itet (numpy.array((ntet, 5), dtype=float) : array of tetrahedra

  • volt (float)volume of a tetrahedron (the k-grid is assumed to

    be uniform)

Methods

from_file([vasp_dir, ibz_filename])

Reads from IBZKPT: k-points and optionally tetrahedra topology (if present).

Methods

__init__()

from_file([vasp_dir, ibz_filename])

Reads from IBZKPT: k-points and optionally tetrahedra topology (if present).