Unable to use more conformations #339
-
|
hello, SSCHA Developers. I have recently been utilizing SSCHA to conduct an NVT simulation on a structure of interest, the pressure is ambient. Under the harmonic approximation, the structure exhibits dynamical stability as there are no imaginary frequencies. However, upon introducing anharmonic corrections, the simulation terminates prematurely during the initial phase. A file named "error_struct.scf" is generated in the directory. Here is the error message:
After adjusting the parameter N_CONFIGS from 800 to 80, the SSCHA calculations were able to run smoothly and eventually outputted the dynamical matrix. Therefore, I am wondering why using a larger N_CONFIGS value leads to the program not functioning properly. I would appreciate any suggestions on how I can improve this issue. Zhongyu |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
|
Hi, the quantum espresso calculation was failing. After 5 failed attempts, the code stopped. The code should also have created the input/output of the failing espresso calculation; you can check it there to better understand the problem. However,if you run again, it has been overwritten. |
Beta Was this translation helpful? Give feedback.
-
|
It seems that it's just because some of the supercell calculations failed in Quantum Espresso. |
Beta Was this translation helpful? Give feedback.
Hi,
So here there are two distinct problems:
Regarding 1, I believe the problem is more related to the fact that you are probably submitting all the calculations in one single node. If you are on a cluster, the best approach should be using the Cluster module, as shown in the second tutorial on the website. This would avoid memory conflicts between different calculations and allow you to exploit …