Problem in running YPP;
Posted: Fri Nov 11, 2016 1:08 am
Dear Developers,
I have two questions regarding the ypp command and I was hoping you could help me with.
I am getting semi-metalic behavior in my semiconductor sample (both DFT + GW) when I use the regular not-shifted kpoint grid in NSCF.
However, this is not happening when I shift the grid and use {X X 0 1 1 0} kpoints in my NSCF calculation. Yet, I need to estimate the band gap at Gamma point which is not present in the shifted grid.
So I decided to use ypp -k k to include it in my QP calculation.
1-Unfortunately, ypp gives me an expanded grid such that it has lower symmetry than the one QE sees, and QE usually adds more points to it. I tried to avoid this by adding the term "nosym=.true." in my DFT calculation, which gives me the segmentation fault error.
Apparently, YAMBO has problem with the added kpoint grids and it can not read ndb.pp file to estimate the enregies at them! Is there any way I can fix this?
2- Trying to overcome this problem, I decided to use ypp -s b to interpolate the band structure.
(1)p2y -N
(2)yambo -i -V RL
(3)yambo - N
(4)ypp -n
(5)cd FixSymm
(6)yambo -i -V RL
(7)yambo -N
(8)ypp -s b
(9)ypp
While it works fine for the case of the bulk GaSb as I tested, it does give me the error :
"ERROR] STOP signal received while in :[06] Interpolation tool
[ERROR]Interpolation coefficients not present!"
I realized it only gives this error when the band range is above 20, (the band range associated to VB/CB of my sample 136-137!)
I'd appreciate if you could kindly help me with these issues.
Best,
Zahra Taghipour,
PhD student, UNM, USA
I have two questions regarding the ypp command and I was hoping you could help me with.
I am getting semi-metalic behavior in my semiconductor sample (both DFT + GW) when I use the regular not-shifted kpoint grid in NSCF.
However, this is not happening when I shift the grid and use {X X 0 1 1 0} kpoints in my NSCF calculation. Yet, I need to estimate the band gap at Gamma point which is not present in the shifted grid.
So I decided to use ypp -k k to include it in my QP calculation.
1-Unfortunately, ypp gives me an expanded grid such that it has lower symmetry than the one QE sees, and QE usually adds more points to it. I tried to avoid this by adding the term "nosym=.true." in my DFT calculation, which gives me the segmentation fault error.
Apparently, YAMBO has problem with the added kpoint grids and it can not read ndb.pp file to estimate the enregies at them! Is there any way I can fix this?
2- Trying to overcome this problem, I decided to use ypp -s b to interpolate the band structure.
(1)p2y -N
(2)yambo -i -V RL
(3)yambo - N
(4)ypp -n
Code: Select all
# GPL Version 4.0.2 Revision 90
# MPI Build
# http://www.yambo-code.org
#
fixsyms # [R] Reduce Symmetries
#RmAllSymm # Remove all symmetries
RmTimeRev # Remove Time Reversal
(6)yambo -i -V RL
(7)yambo -N
(8)ypp -s b
Code: Select all
# GPL Version 4.0.2 Revision 90
# MPI Build
# http://www.yambo-code.org
#
electrons # [R] Electrons (and holes)
bnds # [R] Bands
cooIn= "rlu" # Points coordinates (in) cc/rlu/iku/alat
BANDS_steps= 30 # Number of divisions
% INTERPGrid
-1 |-1 |-1 | # Interpolation BZ Grid
%
ShellFac= 20.00000 # The bigger it is a higher number of shells is used
%QPkrange # generalized Kpoint/Band indices
1| 16|136|137|
%
%BKpts # K points of the bands circuit
0.12500 |0.12500 |0.00000 |
0.37500 |-.37500 |0.00000 |
0.12500 |0.12500 |0.00000 |
%
While it works fine for the case of the bulk GaSb as I tested, it does give me the error :
"ERROR] STOP signal received while in :[06] Interpolation tool
[ERROR]Interpolation coefficients not present!"
I realized it only gives this error when the band range is above 20, (the band range associated to VB/CB of my sample 136-137!)
I'd appreciate if you could kindly help me with these issues.
Best,
Zahra Taghipour,
PhD student, UNM, USA