3
0
mirror of https://github.com/triqs/dft_tools synced 2024-07-09 04:43:46 +02:00

Fix bug in writing of qdmft file

This commit is contained in:
Manuel Zingl 2017-10-16 10:12:32 +02:00
parent fff9e36354
commit 3f7b9f6843

View File

@ -1479,6 +1479,7 @@ class SumkDFT(object):
fout.write("%.14f %.14f " % (deltaN[sp][ik][
inu, imu].real, deltaN[sp][ik][inu, imu].imag))
fout.write("\n")
fout.write("\n")
fout.close()
elif dm_type == 'vasp':
assert self.SP == 0, "Spin-polarized density matrix is not implemented"