Hi,
I have installed Burai 1.3.2 on my new win10 laptop but now I get always the same error message running qe. The job stops after few seconds with error messages that the path to pseudopotentials is not a valid URI.
Burai works fine on my desktop pc with win7.
How can I solve this? Is there a possibility to change the paths to the pseudopotential files?
Thanks to all.
klemens
I have just been playing around, and it seems the structure of the path to the pseudopotential in the input file is to blame:
pw.exe wants to see a path that looks like
"c:/Users/yourName/.burai/.pseudopot/pseudo.UPF"
Note use of the unix-style forward slash "/". Burai generates the path using the windows backslash convention, ie:
"c:\Users\yourName\.burai\.pseudopot\pseudo.UPF"
The structure is correct for a windows file path, but not what pw.exe expects. @Satomichi Nishihara-san, I wonder if you can change the code to reflect the expected path delimiters?
I am having a similar issue, and need results before tomorrow lol if anyone has any ideas. XD Thank you.