regarding size missmatch while doing epw calculations
Posted: Thu Jul 14, 2016 11:24 am
Dear all,
I am running test calculations for phonon line widths for 2D materials (similar to MgB2). For this, I started with less kpoints (8X8X1) and qpoints (4X4X1) for scf and phonon calculations respectively and successfully finished with positive frequencies. On the other hand, while running epw calculations I struck with the below error
Sincearly
S. Appalakondaiah,
Research Schloar
SAINT, SKKU
Here with I am attaching my input files for the referance
scf.in
nscf.in
&control
epw.in
--
I am running test calculations for phonon line widths for 2D materials (similar to MgB2). For this, I started with less kpoints (8X8X1) and qpoints (4X4X1) for scf and phonon calculations respectively and successfully finished with positive frequencies. On the other hand, while running epw calculations I struck with the below error
Error in routine calbec (3):
size mismatch
Sincearly
S. Appalakondaiah,
Research Schloar
SAINT, SKKU
Here with I am attaching my input files for the referance
scf.in
Code: Select all
&control
calculation='scf',
prefix='test',
pseudo_dir = '/home/saint/Softwares/pslibrary.1.0.0/pbe/PSEUDOPOTENTIALS',
outdir='./',
tprnfor = .true.,
verbosity ='high'
tstress = .true.,
etot_conv_thr = 1.0d-8
forc_conv_thr = 1.0d-6
/
&system
ibrav= 0, A=3.4446,nat= 3, ntyp= 2,
ecutwfc =60, ecutrho=720,
degauss=.01469972360,
smearing='gauss',
occupations='smearing',
/
&electrons
diagonalization = 'david'
mixing_mode = 'plain'
mixing_beta = 0.3
conv_thr = 1.0d-8
/
ATOMIC_SPECIES
-----
CELL_PARAMETERS
0.873521802 -0.504328048 0.000000000
0.000000000 1.008656096 0.000000000
0.000000000 0.000000000 6.976744186
K_POINTS AUTOMATIC
8 8 1 0 0 0
nscf.in
&control
Code: Select all
calculation='nscf',
prefix='test',
pseudo_dir = '/home/saint/Softwares/pslibrary.1.0.0/pbe/PSEUDOPOTENTIALS',
outdir='./',
tprnfor = .true.,
verbosity ='high'
tstress = .true.,
etot_conv_thr = 1.0d-8
forc_conv_thr = 1.0d-6
/
&system
ibrav= 0, A=3.4446,nat= 3, ntyp= 2,
ecutwfc =60, ecutrho=720,
degauss=.01469972360,
smearing='gauss',
occupations='smearing',
/
&electrons
diagonalization = 'david'
mixing_mode = 'plain'
mixing_beta = 0.3
conv_thr = 1.0d-8
/
ATOMIC_SPECIES
----
CELL_PARAMETERS
0.873521802 -0.504328048 0.000000000
0.000000000 1.008656096 0.000000000
0.000000000 0.000000000 6.976744186
K_POINTS crystal_b
4
0.0 0.0 0.0 50
0.5 0.0 0.0 20
0.3333 0.3333 0.0 20
0.0 0.0 0.0 50
epw.in
--
Code: Select all
&inputepw
prefix = 'NbSe2',
amass(1) = 92.91,
amass(2) = 78.96,
outdir = './'
ep_coupling = .true.
elph = .true.
kmaps = .false.
epbwrite = .true.
epbread = .false.
epwwrite = .true.
epwread = .false.
etf_mem = .true.
nbndsub = 1,
nbndskip = 0
wannierize = .true.
num_iter = 500
dis_froz_max= 2
proj(1) = 'random'
iverbosity = 2
elinterp = .true.
phinterp = .true.
tshuffle2 = .true.
tphases = .false.
parallel_k = .true.
parallel_q = .false.
eps_acustic = 2.0 ! Lowest boundary for the
ephwrite = .true. ! Writes .ephmat files used when wliasberg = .true.
fsthick = 0.4 ! eV
eptemp = 5 ! K
degaussw = 0.10 ! eV
nsmear = 1
delta_smear = 0.04 ! eV
degaussq = 0.5 ! meV
nqstep = 500
eliashberg = .true.
laniso = .true.
limag = .true.
lpade = .true.
conv_thr_iaxis = 1.0d-2
wscut = 1.0 ! eV Upper limit over frequency integration/summation in the Elisashberg eq
nstemp = 1
tempsmin = 15.00
tempsmax = 60.00
nsiter = 500
muc = 0.16
dvscf_dir = '../phonons/save'
nk1 = 4
nk2 = 4
nk3 = 1
nq1 = 4
nq2 = 4
nq3 = 1
mp_mesh_k = .true.
nkf1 = 16
nkf2 = 16
nkf3 = 1
nqf1 = 16
nqf2 = 16
nqf3 = 1
/
4 cartesian
0.000000000 0.000000000 0.000000000 1.000000000
0.143098890 0.247854547 0.000000000 1.000000000
-0.286197779 -0.495709094 0.000000000 1.000000000
0.429296669 0.247854547 0.000000000 1.000000000