mirror of https://github.com/abinit/abinit.git
60 lines
1.5 KiB
Plaintext
60 lines
1.5 KiB
Plaintext
#GaAs crystal : ground-state with few bands,
|
|
|
|
ndtset 2
|
|
#First dataset : SC run with kpoints in the IBZ
|
|
kptopt1 2
|
|
ngkpt 2 2 2 ! This is much too low : should be at least 24x24x24
|
|
|
|
|
|
# dataset 2. Use wfk_task wannier for the wannierization
|
|
optdriver2 8
|
|
wfk_task2 "wannier"
|
|
getwfk2 -1 # Read WKF in the IBZ
|
|
prtwant2 2
|
|
w90iniprj2 2
|
|
kptopt 2
|
|
# Note that the kptopt should be the same as in the dataset1.
|
|
# It will use symmetry to generate the fullBZ kpt with kptopt 3, and istwfk 1.
|
|
|
|
# common dataset.
|
|
nband 8
|
|
nstep 30
|
|
useylm 1
|
|
nshiftk 1
|
|
shiftk 0.0 0.0 0.0
|
|
|
|
|
|
acell 3*10.60
|
|
amu 69.72 74.9216
|
|
diemac 10.0
|
|
ecut 20.00 # This is also too low
|
|
# pawecutdg 40.00 ! This is also too low
|
|
ixc 1
|
|
natom 2
|
|
ntypat 2
|
|
rprim 0 .5 .5 .5 0 .5 .5 .5 0
|
|
xred 3*0.00d0 3*0.25d0
|
|
typat 1 2 tolwfr 1.e-10
|
|
znucl 31 33
|
|
|
|
pp_dirpath "$ABI_PSPDIR"
|
|
pseudos "PseudosTM_pwteter/31ga.pspnc, PseudosTM_pwteter/33as.pspnc"
|
|
|
|
#%%<BEGIN TEST_INFO>
|
|
#%% [setup]
|
|
#%% executable = abinit
|
|
#%% [files]
|
|
#%% files_to_test = t14.abo, tolnlines= 15, tolabs= 1.5e-04, tolrel= 1.00e-01
|
|
#%% extra_inputs=t14o_DS2_w90.win
|
|
#%% [shell]
|
|
#%% [paral_info]
|
|
#%% max_nprocs = 8
|
|
#%% [extra_info]
|
|
#%% keywords = NC
|
|
#%% description =
|
|
#%% Gallium Arsenide, zinc-blende. 8 bands. prtwant=2
|
|
#%% Should still be completed by the call to wannier90, and subsequent fldiff use...
|
|
#%% Adapted from t01, to test wfd-wannier interface
|
|
#%% topics = Wannier
|
|
#%%<END TEST_INFO>
|