forum@abinit.org
Subject: The ABINIT Users Mailing List ( CLOSED )
List archive
[abinit-forum] More information about the nasty bug if not-ordered list of atoms
Chronological Thread
- From: Xavier Gonze <Xavier.Gonze@uclouvain.be>
- To: Forum abinit <forum@abinit.org>
- Subject: [abinit-forum] More information about the nasty bug if not-ordered list of atoms
- Date: Mon, 28 Sep 2009 17:58:48 +0200
Dear all,
Some more information about the bug in GW ...
(1) It is ONLY for the PAW case. Sorry for not mentioning it...
(2) If the typat list was 2 2 2 ... 1 1 1 ... (instead of the ordered 1 1 1 .... 2 2 2 ...), this bug was indeed occuring.
(3) This affects also the use of the Wannier90 utility from ABINIT.
The bug is at lines 388 and 389 of src/65nonlocal/ctoctij.F90 , in ABINITv5.8.4 .
These lines
arg=two_pi*(kpoint(1)*xred(1,iatm)+kpoint(2)*xred(2,iatm) +kpoint(3)*xred(3,iatm))
phkxred(1,ia)=cos(arg);phkxred(2,ia)=sin(arg)
should become
arg=two_pi*(kpoint(1)*xred(1,ia)+kpoint(2)*xred(2,ia) +kpoint(3)*xred(3,ia))
phkxred(1,iatm)=cos(arg);phkxred(2,iatm)=sin(arg)
Hoping it helps,
Xavier
- [abinit-forum] Re: [abinit-announce] GW : nasty bug if not-ordered list of atoms, Philippe Blaise, 09/28/2009
- Re: [abinit-forum] Re: [abinit-announce] GW : nasty bug if not-ordered list of atoms, TORRENT Marc, 09/28/2009
- [abinit-forum] More information about the nasty bug if not-ordered list of atoms, Xavier Gonze, 09/28/2009
- Re: [abinit-forum] More information about the nasty bug if not-ordered list of atoms, Tonatiuh Rangel, 09/28/2009
Archive powered by MHonArc 2.6.16.