Dear VASP Users,
When applying GW to aluminum (which can be done with ABINIT), I get the following error after the first iteration:
internal error in CDER_BETWEEN_STATES_ROTATED: optical matrix elements not calculated 1 259 17
Here are my input files (which, with minor changes, work fine for silicon):
KPOINTS
K-Points
0
Gamma
8 8 8
0 0 0
POSCAR
Fm-3m Al
4.0479
0.0 0.5 0.5
0.5 0.0 0.5
0.5 0.5 0.0
Al
1
Direct
0.0 0.0 0.0
INCAR(for generating WAVECAR and WAVEDER)
System = Al
ISMEAR = 1 ; SIGMA = 0.1
NBANDS=400
LOPTICS=.TRUE.
NEDOS=2000
INCAR(for GW run)
System = Al
ISMEAR = 1 ; SIGMA = 0.1
NBANDS=400
ALGO=GW
NOMEGA=56
LOPTICS=.TRUE.
LSPECTRAL=.TRUE.
LWAVE=.TRUE.
NELM=10
NEDOS=2000
NPAR=8
For metals, of course, one needs more kpoints and bands.
Can the GW routine of VASP be actually applied to metals or is the above error a bug? I have used both vasp5.2.2 and vasp5.2.11.
Thanks,
Vahid
<span class='smallblacktext'>[ Edited ]</span>
Error in GW of Aluminum
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 29
- Joined: Sat Sep 27, 2008 5:35 pm
- Location: Halifax, Canada
Error in GW of Aluminum
Last edited by Vahid Askarpour on Tue Jul 05, 2011 9:08 pm, edited 1 time in total.
-
- Hero Member
- Posts: 585
- Joined: Tue Nov 16, 2004 2:21 pm
- License Nr.: 5-67
- Location: Germany
Error in GW of Aluminum
Add ISPIN=2 and retry.
Last edited by alex on Wed Jul 06, 2011 11:39 am, edited 1 time in total.
-
- Newbie
- Posts: 29
- Joined: Sat Sep 27, 2008 5:35 pm
- Location: Halifax, Canada
Error in GW of Aluminum
I added ISPIN=2 to both INCAR files and still get the same error after the first iteration.
<span class='smallblacktext'>[ Edited Thu Jul 07 2011, 12:51AM ]</span>
<span class='smallblacktext'>[ Edited Thu Jul 07 2011, 12:51AM ]</span>
Last edited by Vahid Askarpour on Thu Jul 07, 2011 12:43 am, edited 1 time in total.
-
- Newbie
- Posts: 29
- Joined: Sat Sep 27, 2008 5:35 pm
- Location: Halifax, Canada
Error in GW of Aluminum
It is possible to achieve convergence by:
1. Changing ISMEAR=1 to ISMEAR=-1
2. Removing the NELM tag. This tag causes the code to hang after the first iteration. Instead, repeatedly calling vasp 4-5 times will give the desired result.
<span class='smallblacktext'>[ Edited Mon Jul 11 2011, 02:20PM ]</span>
1. Changing ISMEAR=1 to ISMEAR=-1
2. Removing the NELM tag. This tag causes the code to hang after the first iteration. Instead, repeatedly calling vasp 4-5 times will give the desired result.
<span class='smallblacktext'>[ Edited Mon Jul 11 2011, 02:20PM ]</span>
Last edited by Vahid Askarpour on Sun Jul 10, 2011 3:22 pm, edited 1 time in total.