bug report
#146
Replies: 1 comment 1 reply
-
Hi thanks a lot for this bug report. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering if there is any place I can report bugs. I just put it here now.
There is a bug in the save_qe() of Phonons.py. (line 1248). The original code is as follows:
Look at the last line np.real(atomic_disp[3i+2, mu]), np.imag(atomic_disp[3i+1,mu])
The second imaginary part index should be [3i+2,mu] instead of [3i+1,mu].
This makes the imaginary part disapper in the calculations of out of plane vibrations.
Beta Was this translation helpful? Give feedback.
All reactions