Dear H.Lee
yes you have reason i just figure out that i use a wrong process to get the phonon linewidth
what i want is to plot the phonon self energy on the phonon dispersion of the system i use two inputs
the first is for giving me the out put band.kpt and it's turn well
epw.in
Code: Select all
--
&inputepw
prefix = 'B3S'
amass(1) = 10.811
amass(2) = 32.065
outdir = './'
! iverbosity = 2
ep_coupling = .true.
elph = .true.
epbwrite = .true.
epbread = .false.
epwwrite = .true.
epwread = .false.
! ephwrite = .true.
nbndsub = 12
nsiter = 500
max_memlt = 4d0
wannierize = .true.
num_iter = 1000
iprint = 2
dis_win_max = 1000
dis_win_min = -10
dis_froz_max= -3.5
dis_froz_min= -5
! eliashberg = .true.
! wscut = 0.3
proj(1) = 'B :pz'
proj(2) = 'S: px,py,pz'
efermi_read = .true.
fermi_energy = -3.5501
! bands_skipped = 'exclude_bands = 1-2'
! elecselfen = .true.
phonselfen = .false.
a2f = .false.
! wannier_plot_list = '2-3, 5-6, 9-16, 18'
wdata(1) = 'dis_num_iter = 5000'
wdata(2) = 'dis_mix_ratio = 0.9'
wdata(3) = 'guiding_centres = .true.'
wdata(4) = 'bands_plot = true'
wdata(5) = 'bands_num_points = 40'
wdata(6) = 'begin kpoint_path'
wdata(7) = 'G 0.00 0.00 0.00 Y 0.00 0.50 0.00'
wdata(8) = 'Y 0.00 0.50 0.00 T 0.50 0.50 0.00'
wdata(9) = 'T 0.50 0.50 0.00 Z 0.50 0.00 0.00'
wdata(10) = 'Z 0.50 0.00 0.00 G 0.00 0.00 0.00'
wdata(11) = 'end kpoint_path'
wdata(12) = 'num_print_cycles = 50'
fermi_plot = .true.
! iverbosity = 0
! system_2d = .true.
fsthick = 15 ! eV
temps = 1
degaussw = 0.5 ! eV
dvscf_dir = '../phonon/save/'
filukk = './B3S.ukk'
! filqf = './'
! 'Al_band.kpt'
! band_plot = .true.
nkf1 = 50
nkf2 = 50
nkf3 = 1
nqf1 = 25
nqf2 = 25
nqf3 = 1
nk1 = 10
nk2 = 10
nk3 = 1
nq1 = 5
nq2 = 5
nq3 = 1
/
13 cartesian
0.000000000 0.000000000 0.000000000
0.001118755 0.232323006 0.000000000
0.002237510 0.464646013 0.000000000
0.199995077 -0.001503953 0.000000000
0.201113832 0.230819053 0.000000000
0.202232587 0.463142060 0.000000000
0.197757567 -0.466149966 0.000000000
0.198876322 -0.233826960 0.000000000
0.399990153 -0.003007906 0.000000000
0.401108908 0.229315100 0.000000000
0.402227663 0.461638107 0.000000000
0.397752643 -0.467653919 0.000000000
0.398871398 -0.235330913 0.000000000
but in the second input i find a problem in the filqf and filkf files
epw1.in
Code: Select all
--
&inputepw
prefix = 'B3S'
amass(1) = 10.811
amass(2) = 32.065
outdir = './'
! iverbosity = 2
ep_coupling = .true.
elph = .true.
epbwrite = .false.
epbread = .true.
epwwrite = .true.
epwread = .false.
! ephwrite = .true.
nbndsub = 12
nsiter = 500
max_memlt = 4d0
wannierize = .false.
num_iter = 1000
iprint = 2
dis_win_max = 1000
dis_win_min = -10
dis_froz_max= -3.5
dis_froz_min= -5
! eliashberg = .true.
! wscut = 0.3
proj(1) = 'B :pz'
proj(2) = 'S: px,py,pz'
efermi_read = .true.
fermi_energy = -3.5501
! bands_skipped = 'exclude_bands = 1-2'
! elecselfen = .true.
phonselfen = .false.
a2f = .false.
! wannier_plot_list = '2-3, 5-6, 9-16, 18'
wdata(1) = 'dis_num_iter = 5000'
wdata(2) = 'dis_mix_ratio = 0.9'
wdata(3) = 'guiding_centres = .true.'
wdata(4) = 'bands_plot = true'
wdata(5) = 'bands_num_points = 40'
wdata(6) = 'begin kpoint_path'
wdata(7) = 'G 0.00 0.00 0.00 Y 0.00 0.50 0.00'
wdata(8) = 'Y 0.00 0.50 0.00 T 0.50 0.50 0.00'
wdata(9) = 'T 0.50 0.50 0.00 Z 0.50 0.00 0.00'
wdata(10) = 'Z 0.50 0.00 0.00 G 0.00 0.00 0.00'
wdata(11) = 'end kpoint_path'
wdata(12) = 'num_print_cycles = 50'
fermi_plot = .true.
! iverbosity = 0
! system_2d = .true.
fsthick = 15 ! eV
temps = 1
degaussw = 0.5 ! eV
dvscf_dir = '../phonon/save/'
filukk = './B3S.ukk'
filqf = 'B3S_band.kpt'
filkf = 'B3S_band.kpt'
! 'Al_band.kpt'
band_plot = .true.
! nkf1 = 50
! nkf2 = 50
! nkf3 = 1
! nqf1 = 25
! nqf2 = 25
! nqf3 = 1
nk1 = 10
nk2 = 10
nk3 = 1
nq1 = 5
nq2 = 5
nq3 = 1
/
13 cartesian
0.000000000 0.000000000 0.000000000
0.001118755 0.232323006 0.000000000
0.002237510 0.464646013 0.000000000
0.199995077 -0.001503953 0.000000000
0.201113832 0.230819053 0.000000000
0.202232587 0.463142060 0.000000000
0.197757567 -0.466149966 0.000000000
0.198876322 -0.233826960 0.000000000
0.399990153 -0.003007906 0.000000000
0.401108908 0.229315100 0.000000000
0.402227663 0.461638107 0.000000000
0.397752643 -0.467653919 0.000000000
0.398871398 -0.235330913 0.000000000
this is the error message
Code: Select all
Writing Hamiltonian, Dynamical matrix and EP vertex in Wann rep to file
===================================================================
Memory usage: VmHWM = 445Mb
VmPeak = 608Mb
===================================================================
Using q-mesh file: B3S_band.kpt
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Error in routine loadqmesh_serial (1):
ERROR: Specify either crystal or cartesian coordinates in the filqf file
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
stopping ...
Best regard sir