Dear developers:
I compiled DMFTwDFT based on Python/2.7.9 and Wannier90/
2.1.0. No error was reported during compilation. However, there are some problems:
(1) when I tried to use the command "DMFT.py - h", the following error occurred:
Traceback (most recent call last):
File "/WORK/bin/g-vasp/DMFTwDFT-master/bin/DMFT.py", line 18, in
from INPUT import *
ImportError: No module named INPUT
Then, I copied the INPUT.py of example to the directory /DMFTwDFT-master/bin/, and then the error disappears. Is this operation correct?
Traceback (most recent call last):
File "~/DMFTwDFT-master/bin/RUNDMFT.py", line 464, in <module>
p, pC, pD, it, itt, para_com, DMFT.mu, Ed, DMFT.Vdc, args.hf
File "~/DMFTwDFT-master/bin/IMP_SOLVER.py", line 216, in RUN_CTQMC
shutil.copy2("ctqmc.log", "ctqmc.log." + str(itt) + "." + str(it))
File "/WORK/app/Python/2.7.9/lib/python2.7/shutil.py", line 130, in copy2
copyfile(src, dst)
File "/WORK/app/Python/2.7.9/lib/python2.7/shutil.py", line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 'ctqmc.log'
How can I solve this problem?
Many thanks!