You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear developers:
According to the tutorial of https://dmftwdft-project.github.io/DMFTwDFT, I compiled DMFTwDFT based on Python/2.7.9 and Wannier90/2.0.0. No error was reported during compilation.
However, 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
How can I solve this problem?
Many thanks!
The text was updated successfully, but these errors were encountered:
Dear developers:
According to the tutorial of https://dmftwdft-project.github.io/DMFTwDFT, I compiled DMFTwDFT based on Python/2.7.9 and Wannier90/2.0.0. No error was reported during compilation.
However, 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
How can I solve this problem?
Many thanks!
The text was updated successfully, but these errors were encountered: