Crash in ph.x #211
-
Hi! Sorry for this message. I would like to know if there is some bugs in my code or if it's general. After installing your patched version of QE, I tried to make some calculations as test with Silicon in the EPA framework, to calculate the electronic transport properties. These are my input files: The directory /outPH exists, and inside it, the code generates the .dyn files but not the .dvscf ones. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hi Theo, Happy to have the question, I appreciate it when people report unusual behavior. I haven't encountered this issue before, but one thing I would say right away is that we didn't change anything in QE with respect to the reading/writing of dvscf files, which is where this call appears to come from. First, I would check that "./out/_ph0/Si./Users/theo/Desktop/QE/Sim/Si/test_phoebe/outPH/" is a directory you can see by typing I think that QE is designed to write the dyn and dvscf files into the provided outdir. Here, you can see that the Let me know if this doesn't work, |
Beta Was this translation helpful? Give feedback.
Hi Theo,
Happy to have the question, I appreciate it when people report unusual behavior.
I haven't encountered this issue before, but one thing I would say right away is that we didn't change anything in QE with respect to the reading/writing of dvscf files, which is where this call appears to come from.
First, I would check that "./out/_ph0/Si./Users/theo/Desktop/QE/Sim/Si/test_phoebe/outPH/" is a directory you can see by typing
ls ./out/_ph0/Si./Users/theo/Desktop/QE/Sim/Si/test_phoebe/outPH/
I think that QE is designed to write the dyn and dvscf files into the provided outdir. Here, you can see that the
./out/_ph0/
path is appended to your chosen prefix,Si
, and then appended to the p…