Error in routine read_control_ph (1): wrong elph
Posted: Tue Jul 09, 2024 1:42 am
Hi, I am trying to run a direct evaluation of electron-phonon matrix elements along the
selected high-symmetry lines using density-functional perturbation theory but I am getting this error:
Error in routine read_control_ph (1): wrong elph
My ephline.in file is :
&inputph
prefix = 'XYZ'
fildvscf = 'dvscf'
ldisp = .true.
recover = .true.
fildyn = 'XYZ.dyn'
tr2_ph = 1.0d-16
qplot = .true.
q_in_band_form = .true.
electron_phonon = 'prt'
kx = 0.5
ky = 0.5
kz = 0.5
/
3
0.5000 0.0000 0.5000 20 # X
0.0000 0.0000 0.0000 20 # Gamma
0.5000 0.5000 0.5000 1 # L
I am using this command:
module load QuantumESPRESSO/7.3
mpirun -n 48 ph.x -npools 48 -i ephline.in > ephline.out
Please let me know what might be the issue.
selected high-symmetry lines using density-functional perturbation theory but I am getting this error:
Error in routine read_control_ph (1): wrong elph
My ephline.in file is :
&inputph
prefix = 'XYZ'
fildvscf = 'dvscf'
ldisp = .true.
recover = .true.
fildyn = 'XYZ.dyn'
tr2_ph = 1.0d-16
qplot = .true.
q_in_band_form = .true.
electron_phonon = 'prt'
kx = 0.5
ky = 0.5
kz = 0.5
/
3
0.5000 0.0000 0.5000 20 # X
0.0000 0.0000 0.0000 20 # Gamma
0.5000 0.5000 0.5000 1 # L
I am using this command:
module load QuantumESPRESSO/7.3
mpirun -n 48 ph.x -npools 48 -i ephline.in > ephline.out
Please let me know what might be the issue.