python script error while preparing data set for epw
Posted: Mon Aug 23, 2021 4:06 am
Hello everyone,
After successful calculation of scf and phonon, while applying the python scfript- "python ../../EPW/bin/pp.py" and entering the prefix I used for my phonon calculation. The script is showing this type of error. And due to this following error I can't run my epw file, because there is an error of xml data not found. Please help me with the solution. I tried to gather all dvscf pattens, dyn files manually but in epw xml data error is still showing. My prefix for calculation is 'rs'. How can I do it in right way ? please reply.
Error:
Traceback (most recent call last):
File "/apps/source/qe-6.6/EPW/bin/pp.py", line 119, in <module>
PAW = hasPAW(prefix)
File "/apps/source/qe-6.6/EPW/bin/pp.py", line 56, in hasPAW
xmldoc = minidom.parse(fname)
File "/usr/lib64/python2.7/xml/dom/minidom.py", line 1921, in parse
return expatbuilder.parse(file)
File "/usr/lib64/python2.7/xml/dom/expatbuilder.py", line 922, in parse
fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: 'rs.save/data-file-schema.xml'
After successful calculation of scf and phonon, while applying the python scfript- "python ../../EPW/bin/pp.py" and entering the prefix I used for my phonon calculation. The script is showing this type of error. And due to this following error I can't run my epw file, because there is an error of xml data not found. Please help me with the solution. I tried to gather all dvscf pattens, dyn files manually but in epw xml data error is still showing. My prefix for calculation is 'rs'. How can I do it in right way ? please reply.
Error:
Traceback (most recent call last):
File "/apps/source/qe-6.6/EPW/bin/pp.py", line 119, in <module>
PAW = hasPAW(prefix)
File "/apps/source/qe-6.6/EPW/bin/pp.py", line 56, in hasPAW
xmldoc = minidom.parse(fname)
File "/usr/lib64/python2.7/xml/dom/minidom.py", line 1921, in parse
return expatbuilder.parse(file)
File "/usr/lib64/python2.7/xml/dom/expatbuilder.py", line 922, in parse
fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: 'rs.save/data-file-schema.xml'