abinit/tests/tutorespfn/Input/teph4mob_5.abi

95 lines
3.5 KiB
Plaintext

# Crystalline AlAs: computation of the intrinsic mobility
# General input for e-ph computations
optdriver 7 # Enter e-ph code
eph_task -4 # Compute only the imaginary part of the self-energy
occopt 3 # Fermi-Dirac occupation function
# This corresponds to the physical temperature for electrons
# Definition of the meshes
ngkpt 24 24 24 # k-mesh used to generate the WFK
nshiftk 1
shiftk 0.0 0.0 0.0
ddb_ngqpt 4 4 4 # q-mesh used for the phonons (from DDB)
eph_ngqpt_fine 24 24 24 # Interpolate e-ph matrix elements in q-space
# on the same mesh as the k-grid
getwfk_filepath "teph4mob_4o_DS2_WFK" # Read the dense WFK file
getddb_filepath "teph4mob_2_DDB" # We need the DDB and DVDB
getdvdb_filepath "teph4mob_3_DVDB"
############################################
# Variables related to transport properties
############################################
tmesh 5.0 59.0 6 # List of Temperatures for which the mobility will be computed
# Change this depending on the concentration you want
eph_doping -1e+15 # in |e| cm^-3
sigma_erange 0 0.15 eV # We compute the lifetimes of electrons only,
# in an energy window of 0.15 eV from the CBM
mixprec 1 # We use single precision in some parts.
# It does not affect the precision of the result
# but helps decreasing the memory requirements.
boxcutmin 1.1 # Use boxcutmin 1.1 to decrease the memory
# requirements. Check that it does not affect
# your results by increasing this (up to 2 max).
#eph_intmeth 2 # Use of the tetrahedron method (default)
#######################################################################
# Common input variables
# Definition of the planewave basis set
ecut 3
nband 8
# Definition of the unit cell
acell 3*10.61 # This is equivalent to 10.61 10.61 10.61
rprim 0.0 0.5 0.5 # In tutorials 1 and 2, these primitive vectors
0.5 0.0 0.5 # (to be scaled by acell) were 1 0 0 0 1 0 0 0 1
0.5 0.5 0.0 # that is, the default.
# Definition of the atom types
ntypat 2 # There are two types of atom
znucl 13 33 # The keyword "znucl" refers to the atomic number of the
# possible type(s) of atom. The pseudopotential(s)
# mentioned in the "files" file must correspond
# to the type(s) of atom. Here, type 1 is the Aluminum,
# type 2 is the Arsenic.
# Definition of the atoms
natom 2 # There are two atoms
typat 1 2 # The first is of type 1 (Al), the second is of type 2 (As).
xred 0.0 0.0 0.0
0.25 0.25 0.25
pp_dirpath "$ABI_PSPDIR"
pseudos "13al.981214.fhi, PseudosTM_pwteter/33as.pspnc"
##############################################################
# This section is used only for regression testing of ABINIT #
##############################################################
#%%<BEGIN TEST_INFO>
#%% [setup]
#%% executable = abinit
#%% test_chain = teph4mob_1.abi, teph4mob_2.abi, teph4mob_3.abi, teph4mob_4.abi, teph4mob_5.abi, teph4mob_6.abi, teph4mob_7.abi
#%% exclude_builders = eos_nvhpc_*, eos_gnu_13.2_serial
#%% [files]
#%% files_to_test =
#%% teph4mob_5.abo, tolnlines= 80, tolabs= 600, tolrel= 6.000e-03
#%% [paral_info]
#%% max_nprocs = 4
#%% [extra_info]
#%% authors = G. Brunin, M. Giantomassi
#%% keywords = NC, DFPT, EPH, RTA
#%% description =
#%% E-ph for mobility in semiconductors
#%%<END TEST_INFO>