mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 20:34:38 +01:00
bug fixes
This commit is contained in:
parent
ec8da69e34
commit
6df75d8c39
@ -516,7 +516,7 @@ class SumkDFT(object):
|
|||||||
mu = self.chemical_potential
|
mu = self.chemical_potential
|
||||||
ntoi = self.spin_names_to_ind[self.SO]
|
ntoi = self.spin_names_to_ind[self.SO]
|
||||||
spn = self.spin_block_names[self.SO]
|
spn = self.spin_block_names[self.SO]
|
||||||
if self.Sigma_inp is None:
|
if self.Sigma_imp is None:
|
||||||
with_Sigma = False
|
with_Sigma = False
|
||||||
if broadening is None:
|
if broadening is None:
|
||||||
if mesh is None:
|
if mesh is None:
|
||||||
|
@ -41,7 +41,7 @@ class SumkDFTTools(SumkDFT):
|
|||||||
Extends the SumkDFT class with some tools for analysing the data.
|
Extends the SumkDFT class with some tools for analysing the data.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
def __init__(self, hdf_file, h_field=0.0, mesh=None, bets=40, n_iw=1025, use_dft_blocks=False, dft_data='dft_input', symmcorr_data='dft_symmcorr_input',
|
def __init__(self, hdf_file, h_field=0.0, mesh=None, beta=40, n_iw=1025, use_dft_blocks=False, dft_data='dft_input', symmcorr_data='dft_symmcorr_input',
|
||||||
parproj_data='dft_parproj_input', symmpar_data='dft_symmpar_input', bands_data='dft_bands_input',
|
parproj_data='dft_parproj_input', symmpar_data='dft_symmpar_input', bands_data='dft_bands_input',
|
||||||
transp_data='dft_transp_input', misc_data='dft_misc_input'):
|
transp_data='dft_transp_input', misc_data='dft_misc_input'):
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user