problem about Symmetrize #123
-
|
Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Dear @woyolo990422 , harmonic_dyn.ForcePositiveDefinite() After loading the dynamical matrix to start the simulation. |
Beta Was this translation helpful? Give feedback.
Dear @woyolo990422 ,
The code in the error message, is suggesting that your harmonic dynamical matrix may have some problem (like it has imaginary frequencies).
As the code is suggesting in the error message, try to add the line in the input:
harmonic_dyn.ForcePositiveDefinite()
After loading the dynamical matrix to start the simulation.