-
|
Dear developers, I am currently learning how to use EPIq.x to calculate the electron-phonon coupling of doped MoS2, following the tutorial from SSCHA SCHOOL 2023 in the chapter titled "HANDS-ON-SESSION 8: EPIQ". According to the tutorial, I begin with a preliminary step referred to as "dump" using the following input files (dump.in). I run the program epiq.x ( version 1.2) using the following command: epiq.x -inp dump.outHowever, the epiq.x encountered an error and exited. The last few lines of the output are as follows: Can you give some suggestion for me to solve the above issuse? The version of epiq.x I used is 1.2, which was complied using the following make.sys Thanks a lot! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
|
Hi, thanks for reaching out. hope they can help you with this issue or redirect to the EPIq specific documentation. |
Beta Was this translation helpful? Give feedback.
-
|
Hi, Moreover, you can try to run the program adding explicitly Let us know if this solve your issue, |
Beta Was this translation helpful? Give feedback.
Dear guglielmo,
I think I have worked out the problem. It seems that there is something wrong with the "make.sys" file.
By modifying the value of FGDB from "-C -O2 -assume byterecl -g -traceback" to "-O2 -assume byterecl -g -traceback" in "make.sys", I was able to avoid the aforementioned error and successfully perform the "dump" calculation.
Bests!
Feipeng