problem about Symmetrize #123
|
Traceback (most recent call last): |
Replies: 1 comment
|
Dear @woyolo990422 , harmonic_dyn.ForcePositiveDefinite() After loading the dynamical matrix to start the simulation. |
|
Traceback (most recent call last): |
|
Dear @woyolo990422 , harmonic_dyn.ForcePositiveDefinite() After loading the dynamical matrix to start the simulation. |
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.