mirror of https://github.com/abinit/abinit.git
66 lines
1.3 KiB
Plaintext
66 lines
1.3 KiB
Plaintext
# C in diamond structure.
|
|
# Very rough 2x2x2 q-point grid; low ecut.
|
|
|
|
ndtset 2
|
|
|
|
getwfk 20 # Read GS wavefunctions from DS20_WFK
|
|
getddb 20 # Read DDB files from DS20_DDB
|
|
|
|
# Global parameters.
|
|
ecut 20
|
|
ecutsm 0.5
|
|
tolwfr 1e-16
|
|
istwfk *1
|
|
prtphdos 0
|
|
|
|
# K-mesh (must equal the one used to produce the WFK file)
|
|
ngkpt 4 4 4
|
|
nshiftk 1
|
|
shiftk 0.0 0.0 0.0
|
|
|
|
ddb_ngqpt 2 2 2 # q-mesh used to produce the DDB file (must be consistent with DDB data)
|
|
#eph_doping -1e-18
|
|
|
|
############
|
|
# Dataset 1
|
|
############
|
|
symsigma1 0
|
|
symsigma2 1
|
|
|
|
optdriver 7
|
|
nband 8
|
|
eph_task -4
|
|
eph_intmeth 1
|
|
tmesh 5 295 2
|
|
|
|
gw_qprange 2
|
|
|
|
# Structure
|
|
acell 3*6.70346805
|
|
rprim 0 .5 .5 .5 0 .5 .5 .5 0
|
|
natom 2
|
|
typat 1 1
|
|
xred 3*0.0 3*0.25
|
|
ntypat 1
|
|
znucl 6
|
|
|
|
pp_dirpath "$ABI_PSPDIR"
|
|
pseudos "PseudosTM_pwteter/6c.pspnc"
|
|
|
|
#%%<BEGIN TEST_INFO>
|
|
#%% [setup]
|
|
#%% executable = abinit
|
|
#%% test_chain = t50.abi, t51.abi, t52.abi, t53.abi, t54.abi, t55.abi, t56.abi
|
|
#%% exclude_builders = eos_nvhpc_*, eos_gnu_13.2_serial
|
|
#%% [files]
|
|
#%% files_to_test =
|
|
#%% t53.abo, tolnlines = 10, tolabs = 1.1e-3, tolrel = 2.0e-2
|
|
#%% [paral_info]
|
|
#%% max_nprocs = 10
|
|
#%% [extra_info]
|
|
#%% authors = G. Brunin, M. Giantomassi
|
|
#%% keywords = NC, DFPT, EPH, RTA
|
|
#%% description =
|
|
#%% Calculation of the imaginary part of the Fan-Migdal self-energy matrix elements.
|
|
#%%<END TEST_INFO>
|