First, your computation order (scf>nscf>ph) is still wrong; please read and follow carefully the instructions in https://docs.epw-code.org/doc/SiC.html .
Second, as I said, after running pp.py, you should have the "save" directory; could you confirm that there is a "save" directory under the directory of /home/user/qe-6.7/bin/ ? If the save directory is in /home/user/qe-6.7/bin/ , you should change the line in SiC.epw.in like below:After the successful run, there should be the "save" directory which contains all necessary files for EPW calculation.
(before)
Code: Select all
dvscf_dir = '/home/user/qe-6.7/EPW/bin/_ph0'
Code: Select all
dvscf_dir = '/home/user/qe-6.7/bin/save'
Sincerely,
H. Lee