triqs_dft_tools.converters.hk.HkConverter.convert_dft_input
- HkConverter.convert_dft_input(first_real_part_matrix=True, only_upper_triangle=False, weights_in_file=False)[source]
Reads the appropriate files and stores the data for the dft_subgrp in the hdf5 archive.
- Parameters:
- first_real_part_matrixboolean, optional
Should all the real components for given k be read in first, followed by the imaginary parts?
- only_upper_triangleboolean, optional
Should only the upper triangular part of H(k) be read in?
- weights_in_fileboolean, optional
Are the k-point weights to be read in?