Yambo 5.0.3 finite-q BSE exciton interpolation error

You can find here problems arising when using old releases of Yambo (< 5.0). Issues as parallelization strategy, performance issues and other technical aspects.

Moderators: Davide Sangalli, andrea.ferretti, myrta gruning, andrea marini, Daniele Varsano, Conor Hogan

Locked
cguo17
Posts: 2
Joined: Tue Nov 10, 2020 12:00 pm

Yambo 5.0.3 finite-q BSE exciton interpolation error

Post by cguo17 » Mon Jul 19, 2021 5:39 am

Dear Developers,

Recently I performed a finite q BSE calculation for bulk hBN with Yambo 5.0.3 (attachment "bulk_hBN_interpolate_exciton_dispersion.rar"). Following the instruction of Yambo Tutorial of exciton plot http://www.yambo-code.org/wiki/index.ph ... e_excitons, I can interpolate exciton dispersion along certain k-path ("kpth"), but I get error information when interpolating on a given regular grid by setting

Code: Select all

INTERP_Grid
:

Code: Select all

[ERROR] STOP signal received while in[07] Excitons Interpolation
[ERROR]Wrong grid dimension
So I look into the related source code and try to allocate this issue. It seems there's problem when read in the original q-grid and initializing variable "GRID_q", but I still can't determine the exact issue to fix this error.

Also, there's a second question related to phonon-assisted density of states tutorial http://www.yambo-code.org/wiki/index.ph ... emperature: is it require exciton dispersion on full BZ? Is it possible to get phonon-assisted density of states with interpolation results of certain k-path to reproduce the results of the tutorial?

It would be very helpful if we can get any suggestion with these questions. Thank you so much!

Best, Chunhao

--
Chunhao Guo
Ph.D. Candidate
Department of Chemistry and Biochemistry
University of California-Santa Cruz
https://yuanping.chemistry.ucsc.edu/gro ... hunhao-guo
You do not have the required permissions to view the files attached to this post.
Chunhao Guo
Ph.D. Candidate
Department of Chemistry and Biochemistry
University of California-Santa Cruz

User avatar
claudio
Posts: 458
Joined: Tue Mar 31, 2009 11:33 pm
Location: Marseille
Contact:

Re: Yambo 5.0.3 finite-q BSE exciton interpolation error

Post by claudio » Mon Jul 19, 2021 9:19 am

Dear Chunhao,

the interpolation on grid is present only in version 5.1, that we will release soon.

>Also, there's a second question related to phonon-assisted density of states tutorial http://www.yambo-code.org/wiki/index.ph ... emperature: is it require exciton dispersion on full BZ? Is it possible to get phonon-assisted >density of states with interpolation results of certain k-path to reproduce the results of the tutorial?

other users asked the same question, in principle the code could work with a regular sub-grid, but it is not implemented yet, we will consider it in a new version

best
Claudio
Claudio Attaccalite
[CNRS/ Aix-Marseille Université/ CINaM laborarory / TSN department
Campus de Luminy – Case 913
13288 MARSEILLE Cedex 09
web site: http://www.attaccalite.com

Locked