phoebe routine error in PHonons of Phoebe-QE-7.3 #240
-
I've build phoebe and patched qe-7.3 as docker image with following Dockerfile.
Then i tried to calculate electrical conductivity of the researched structure. A strange error occurs during the calculation of the second q point in PHonon code. To verify build, I performed a calculation using an example of silicon-EPA, and the same issue occurred. Increasing of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Hi @mrnbd, Thanks for reporting this, indeed that's unexpected behavior. Would you mind uploading the full input and output files that produced this error? (if sensitive research-wise, you are free to email them to me, my email is on my github profile). Best, |
Beta Was this translation helpful? Give feedback.
-
Hi @mrnbd, I downloaded the zip files and tested them with a build of phoebe-qe-7.3 on my local machine -- everything seems to work ok on my end. I suspect something has gone wrong with the docker set up. I can try to help with that, and ideally I will again get to try your docker image specifically in the next day or so -- but also -- do you mind saying what motivated you to build with docker initially? This is just in case I can fix the cause of using the docker more simply than fixing the docker issue.
In particular, I'm unsure what the effect of these lines combined with the Phoebe patch might be. I am sure you want this patch, I just wonder if it's causing something in the Phoebe patch to behave unexpectedly. Is there somewhere I can see what these modify? Best, |
Beta Was this translation helpful? Give feedback.
Hi @mrnbd,
I downloaded the zip files and tested them with a build of phoebe-qe-7.3 on my local machine -- everything seems to work ok on my end.
I suspect something has gone wrong with the docker set up. I can try to help with that, and ideally I will again get to try your docker image specifically in the next day or so -- but also -- do you mind saying what motivated you to build with docker initially? This is just in case I can fix the cause of using the docker more simply than fixing the docker issue.
In particular, I'm unsure …