Negative frequencies
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 22
- Joined: Mon Aug 03, 2020 1:56 pm
Negative frequencies
I am working with s 2D structure whose phonon dispersion curves contain tiny negative frequencies around gamma point. They appear to be within the error margin. Is there a way to get rid of them? Thanks.
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Negative frequencies
That's hard to tell from the little information you gave.
First of all check if your calculational parameters in the INCAR file are converged (ENCUT, number of k-points, EDIFF, EDIFFG, LREAL=A, PREC=Accurate, etc.).
Also maybe you need to relax the structure (IBRION=2, ISIF=3), since the unrelaxed one is maybe vibrationally instable.
If that don't help try another XC functional.
First of all check if your calculational parameters in the INCAR file are converged (ENCUT, number of k-points, EDIFF, EDIFFG, LREAL=A, PREC=Accurate, etc.).
Also maybe you need to relax the structure (IBRION=2, ISIF=3), since the unrelaxed one is maybe vibrationally instable.
If that don't help try another XC functional.
-
- Newbie
- Posts: 22
- Joined: Mon Aug 03, 2020 1:56 pm
Re: Negative frequencies
Here are the details of my calculation.
First, I did a full ISIF=3 relaxation using ENCUT=520 eV,
PREC=Accurate; ALGO=Fast; EDIFF=1.0E-08; LREAL=.FALSE.; EDIFFG = -5E-04; IBRION=2; SIGMA=0.2 and ISMEAR=1,
I kept the kmesh of 5X3X1 using Gamma centered scheme.
After one full relaxation calculation converged, I again did the next ISIF=3 calculation taking the CONTCAR from the first calculation.
After my second ISIF=3 got converged, I took CONTCAR from that calculation and did ISIF=2 calculation with everything exactly same as in ISIF=3.
After my ISIF=2 calculation converged, I took the converged CONTCAR and did the DFPT calculation. For DFPT calculation, I took IBRIION=8, NSW=1, ISIF=3 and kept other parameters same as before. Please see the attached bans structure.
Thank you.
First, I did a full ISIF=3 relaxation using ENCUT=520 eV,
PREC=Accurate; ALGO=Fast; EDIFF=1.0E-08; LREAL=.FALSE.; EDIFFG = -5E-04; IBRION=2; SIGMA=0.2 and ISMEAR=1,
I kept the kmesh of 5X3X1 using Gamma centered scheme.
After one full relaxation calculation converged, I again did the next ISIF=3 calculation taking the CONTCAR from the first calculation.
After my second ISIF=3 got converged, I took CONTCAR from that calculation and did ISIF=2 calculation with everything exactly same as in ISIF=3.
After my ISIF=2 calculation converged, I took the converged CONTCAR and did the DFPT calculation. For DFPT calculation, I took IBRIION=8, NSW=1, ISIF=3 and kept other parameters same as before. Please see the attached bans structure.
Thank you.
You do not have the required permissions to view the files attached to this post.
-
- Hero Member
- Posts: 586
- Joined: Tue Nov 16, 2004 2:21 pm
- License Nr.: 5-67
- Location: Germany
Re: Negative frequencies
Hi madhu_menon2,
is it possible that you are observerving the translational modes (in total 3) there? They typically show up with wavenumbers around zero.
Hth,
alex
is it possible that you are observerving the translational modes (in total 3) there? They typically show up with wavenumbers around zero.
Hth,
alex
-
- Newbie
- Posts: 22
- Joined: Mon Aug 03, 2020 1:56 pm
Re: Negative frequencies
Hi Alex, Thanks for the suggestion. But, how do I verify if they are translational? Do I need to look at EIGENVAL file or OUTCAR?
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Negative frequencies
The translational modes are the last three modes in the OUTCAR file. Type "grep THz OUTCAR" and you will immediately regcognize them.
-
- Hero Member
- Posts: 586
- Joined: Tue Nov 16, 2004 2:21 pm
- License Nr.: 5-67
- Location: Germany
Re: Negative frequencies
Hi,
they are last not by default, but very often. In case you want to be sure, check the normal modes for their deltax,y,z (e.g. with some visualisation tool).
Cheers,
alex
they are last not by default, but very often. In case you want to be sure, check the normal modes for their deltax,y,z (e.g. with some visualisation tool).
Cheers,
alex
-
- Global Moderator
- Posts: 460
- Joined: Mon Nov 04, 2019 12:44 pm
Re: Negative frequencies
Thank you Alex, good suggestion.
-
- Newbie
- Posts: 22
- Joined: Mon Aug 03, 2020 1:56 pm
Re: Negative frequencies
Thank you Ferenc_Karsai and Alex.
-
- Newbie
- Posts: 22
- Joined: Mon Aug 03, 2020 1:56 pm
Re: Negative frequencies
Thanks for your suggestions. I am using phonopy to get the frequency plots. Is there a way to have the plots without including the translational modes?
- SKM
- Full Member
- Posts: 125
- Joined: Wed Oct 30, 2019 5:39 am
- License Nr.: 5-516
Re: Negative frequencies
Hi Madhu Menon,
i am also facing the same situation exactly for my 2D material.
did you resolve the issue? if so please let us know.
i am trying with VASP/Phonopy with finite displacement method.
attached two figures with LDA and GGA based on SCF runs. The LDA based has slightly improved but not removed them.
Regards.
i am also facing the same situation exactly for my 2D material.
did you resolve the issue? if so please let us know.
i am trying with VASP/Phonopy with finite displacement method.
attached two figures with LDA and GGA based on SCF runs. The LDA based has slightly improved but not removed them.
Regards.
You do not have the required permissions to view the files attached to this post.
Regards
SKM
SKM
-
- Hero Member
- Posts: 586
- Joined: Tue Nov 16, 2004 2:21 pm
- License Nr.: 5-67
- Location: Germany
Re: Negative frequencies
Hi,
the trick is that you have to project the translational modes away (following Wilson, Decius, Cross in one of their books). They will disappear after applying the projection scheme. On top you'll get your thermodynamics right, because the low lying translational modes will add to your entropy based correction to enthalpy and free energy.
I'm not sure if e.g. phonopy considers this somehow.
Cheers,
alex
the trick is that you have to project the translational modes away (following Wilson, Decius, Cross in one of their books). They will disappear after applying the projection scheme. On top you'll get your thermodynamics right, because the low lying translational modes will add to your entropy based correction to enthalpy and free energy.
I'm not sure if e.g. phonopy considers this somehow.
Cheers,
alex
- SKM
- Full Member
- Posts: 125
- Joined: Wed Oct 30, 2019 5:39 am
- License Nr.: 5-516
Re: Negative frequencies
Hi Alex,
is this the book you suggesting?
Molecular Vibrations: The Theory of Infrared and Raman Vibrational Spectra (Dover Books on Chemistry) Revised ed. Edition
by E. Bright Wilson Jr. (Author), J.C. Decius (Author), Paul C. Cross (Author)
by the way what do you mean by "....project the translational modes away .."? you mean find and delete the data from the data file plotting phonons?
Regards
is this the book you suggesting?
Molecular Vibrations: The Theory of Infrared and Raman Vibrational Spectra (Dover Books on Chemistry) Revised ed. Edition
by E. Bright Wilson Jr. (Author), J.C. Decius (Author), Paul C. Cross (Author)
by the way what do you mean by "....project the translational modes away .."? you mean find and delete the data from the data file plotting phonons?
Regards
Regards
SKM
SKM
-
- Hero Member
- Posts: 586
- Joined: Tue Nov 16, 2004 2:21 pm
- License Nr.: 5-67
- Location: Germany
Re: Negative frequencies
Hi,
it's one of the two they published. But I don't remember, which book covers this topic.
You need to not just remove these frequencies, but to treat that physically by projection. Otherwise your entropy will be wrong.
Cheers,
alex
it's one of the two they published. But I don't remember, which book covers this topic.
You need to not just remove these frequencies, but to treat that physically by projection. Otherwise your entropy will be wrong.
Cheers,
alex