triqs_dft_tools.converters.hk.HkConverter.__init__
- HkConverter.__init__(filename, hdf_filename=None, dft_subgrp='dft_input', symmcorr_subgrp='dft_symmcorr_input', repacking=False)[source]
Initialise the class.
- Parameters:
- filenamestring
Name of file containing the H(k) and other relevant data.
- hdf_filenamestring, optional
Name of hdf5 archive to be created.
- dft_subgrpstring, optional
Name of subgroup storing necessary DFT data.
- symmcorr_subgrpstring, optional
Name of subgroup storing correlated-shell symmetry data. The group is actually empty; it is just included for compatibility.
- repackingboolean, optional
Does the hdf5 archive need to be repacked to save space?