[Pw_forum] Bug in the QHA code of hexagonal phases

Uri Argaman argamanu at post.bgu.ac.il
Wed Mar 19 17:21:29 CET 2014


In the QHA package in the QE 5.0.3 there is a bug in calculating the
q-points grid to the matdyn.x in the DOS calculation using tetra.x . The
ratio c/a reading from the .fc file suppose to be 1/(c/a).
To correct this bug you should change the line
 c2a=`echo "scale=8;$c2a1/2" | bc -l`
in the  [espresso directory]/QHA/Include/Tetrahedra
To
c2a=`echo "scale=8;1/$c2a1/2" | bc -l`

Uri Argaman
Ben-Gurion University
Israel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.quantum-espresso.org/pipermail/users/attachments/20140319/1e79071a/attachment.html>


More information about the users mailing list