DMFTwDFT-project / DMFTwDFT

DMFTwDFT: An open-source code combining Dynamical Mean Field Theory with various Density Functional Theory packages
GNU General Public License v3.0
51 stars 15 forks source link

“ImportError: No module named INPUT” for "DMFT.py -h" #4

Open boyguyue opened 2 years ago

boyguyue commented 2 years ago

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!

boyguyue commented 2 years ago

I copied the INPUT.py of example/SrVO3_vasp to the directory /DMFTwDFT-master/bin/, and then the error disappears. Is this operation correct?