Segmentation fault with EPW-5.3.1
Posted: Mon Aug 09, 2021 7:29 pm
Dear EPW Community,
I have installed the latest QE/EPW and tried the diamond example with the following input file for EPW:
The code finishes scattering rate calculation up until iq=1000 and then seg faults. No scattering rate file is printed. No vmef data is printed either. Does anyone know if my input is missing something?
Thank you,
Vahid
Vahid Askarpour
Department of physics and atmospheric science
Dalhousie University
Halifax, NS
CANADA
I have installed the latest QE/EPW and tried the diamond example with the following input file for EPW:
Code: Select all
--
&inputepw
prefix = 'diam'
amass(1) = 12.01078
outdir = './'
iverbosity = 0
elph = .true.
epbwrite = .true.
epbread = .false.
epwwrite = .true.
epwread = .false.
nbndsub = 4
efermi_read = .true.
fermi_energy = 13.209862
wannierize = .true.
num_iter = 300
iprint = 2
dis_win_max = 12
dis_froz_max= 7
proj(1) = 'f=0,0,0:l=-3'
elecselfen = .false.
phonselfen = .true.
a2f = .false.
fsthick = 1.36056981 ! eV
temps = 300 ! K (same as PRB 76, 165108)
degaussw = 0.1 ! eV
dvscf_dir = '../phonons/save'
filukk = './diam.ukk'
scattering=.true.
scattering_serta=.true.
vme=.true.
nkf1 = 10
nkf2 = 10
nkf3 = 10
nqf1 = 10
nqf2 = 10
nqf3 = 10
nk1 = 6
nk2 = 6
nk3 = 6
nq1 = 6
nq2 = 6
nq3 = 6
/
Thank you,
Vahid
Vahid Askarpour
Department of physics and atmospheric science
Dalhousie University
Halifax, NS
CANADA