Dear developers,
I got an error during running dmft.x program. The error shows that:
Traceback (most recent call last):
File "/data/home/yinyuan/DMFTwDFT-old/bin/RUNDMFT.py", line 432, in <module>
DMFT.Update_Nlatt(TB, p["nspin"])
File "/data/home/yinyuan/DMFTwDFT-old/bin/DMFT_MOD.py", line 520, in Update_Nlatt
self.N_latt[i,j]+=float(line[idx])
ValueError: could not convert string to float: #
The error indicates that there is no data in the INFO_DM file (exactly, no determinant element in INFO_DM after the error), but I don't know why the program stopped at this stage. My crystal structure is a 36-atom disordered iron supercell derived from molecular dynamics calculations. This error came when I specified more than 26 atoms as cor_at in INPUT.py. If I just add less than 16 atoms in cor_at in INPUT.py, the task runs well. Besides, the n_tot equals 288 (36*8) in INPUT.py.
Could anyone help me to figure out what's wrong with my INPTU.py file?
Thank you so much!
Best wishes,
Yuan