Page 1 of 1

Imaginary frequencies and anaddb

Posted: Wed Dec 21, 2016 6:46 pm
by disae
Hi everyone,

The linear response analysis with Abinit is correctly predicting the imaginary (negative) frequencies for my structure. When I run the anaddb module for those results I get some numbers for the thermodynamic properties, but, what is the anaddb code doing with those negative frequencies?

Thanks

Re: Imaginary frequencies and anaddb  [SOLVED]

Posted: Wed Dec 21, 2016 6:56 pm
by gmatteo
In 77_ddb/harmonic_thermo.F90:

Code: Select all

!    Sum over the phonon modes
     do iii=1,3*natom

!      Slightly negative frequencies are put to zero
!      Imaginary frequencies are also put to zero
       if(phfrq(iii)<0._dp) phfrq(iii)=0._dp