Page 1 of 1

Ypp band interpolation error

Posted: Mon Oct 12, 2020 11:56 pm
by waynebeibei
Dear all,

I have performed the GW calculations and then run ypp -s b to interpolate the GW band structures.
However, I met the error like:' [06.02] Interpolation@work: Circuit
===================================

[INTERPOLATION] Number of shells: 10

[WARNING]Allocation attempt of delta of zero size.

[WARNING]Allocation attempt of h_mat of zero size.

[WARNING]Allocation attempt of star_2 of zero size.

[WARNING]Allocation attempt of ipiv of zero size.

[ERROR] STOP signal received while in :[06.02] Interpolation@work: Circuit

[ERROR][INTERPOLATION] Error in factorization'.

My ypp.in shows below: 'electrons # [R] Electrons (and holes)
bnds # [R] Bands
INTERP_mode= "NN" # Interpolation mode (NN=nearest point, BOLTZ=boltztrap aproach)
cooIn= "rlu" # Points coordinates (in) cc/rlu/iku/alat
cooOut= "rlu" # Points coordinates (out) cc/rlu/iku/alat
% BANDS_bands
1018 | 1028 | # Number of bands
%
% INTERP_Grid
-1 |-1 |-1 | # Interpolation BZ Grid
%
INTERP_Shell_Fac= 20.00000 # The bigger it is a higher number of shells is used
CIRCUIT_E_DB_path= "none" # SAVE obtained from the QE `bands` run (alternative to %BANDS_kpts)
BANDS_path= "" # BANDS path points labels (G,M,K,L...)
BANDS_steps= 30 # Number of divisions
#BANDS_built_in # Print the bands of the generating points of the circuit using the nearest internal point
GfnQPdb= "none" # [EXTQP G] Database
%BANDS_kpts # K points of the bands circuit
0.000000| 0.500000| 0.000000|
0.000000| 0.500000| 0.500000|
0.000000| 0.000000| 0.500000|
0.000000| 0.000000| 0.000000|
-0.500000| 0.000000| 0.500000|
-0.500000| 0.500000| 0.500000|
0.000000| 0.500000| 0.000000|
-0.500000| 0.500000| 0.000000|
-0.500000| 0.000000| 0.000000|
0.000000| 0.000000| 0.000000|
0.000000| 0.500000| 0.000000|
%'
Anyone knows the possible reasons?

Re: Ypp band interpolation error

Posted: Tue Oct 13, 2020 8:43 am
by Davide Sangalli
Dear yanjiaxu,

Code: Select all

[INTERPOLATION] Number of shells: 10
is too low. Which version of the code are you using ?
Can you attach the report of the setup and any the file produced during the interpolation run ?

Best,
D.

Re: Ypp band interpolation error

Posted: Wed Oct 14, 2020 7:17 am
by waynebeibei
Dear Davide,

My yambo version is 4.5.1.
I think I got the reason. I turn to used more k-points during DFT calculations instead of Gamma point and the error disappears.

Best regards,
Jiaxu Yan