Page 1 of 1

BSE calc. error

Posted: Tue Dec 22, 2020 3:35 pm
by Zafer Kandemir
Dear Developers,

I obtained successfully GW calculations by using Yambo-4.4.0. Then,
I am doing BSE calculations. I got the following error:
----
[ERROR] STOP signal received while in :[08.01] Transition Groups build-up @q1
[ERROR]Allocation of BS_blk(iB)%mat failed
----
Do you have any suggestion to overcome such problem? Thanks.

Best regards.
Zafer

I am attaching all the input and outputs files for GW and BSE calculations.

Re: BSE calc. error

Posted: Wed Dec 23, 2020 7:18 am
by Daniele Varsano
Dear Zafer Kandemir,
it is a memory error, you are including in the BSE calculation a number of bands such that you end up with an excitonic matrix of a very large dimension (Nv*Nc*Nk > 700000).
Note that BSE low energy excitations, usually converges including few occupied and empty bands across the Fermi level. For sure you do not need to include your first bands which are very deep in energy.
I suggest you use in % BSEBands something like:
11|20 and then increase the conduction bands until you reach the desired convergence of the part of the spectrum you are interested in.

Best,
Daniele