BSE calculation cancelled

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
burkzdemir
Posts: 91
Joined: Tue Sep 09, 2014 7:57 pm

BSE calculation cancelled

Post by burkzdemir » Sun Dec 27, 2020 5:16 am

Dear develope
I am trying to converge BSE calculations for silicon and I need bands range larger than +/- 8, however my BSE calculations for bands range larger than +/- 8 are cancelled. I shared my files below.

https://drive.google.com/file/d/11FN-o0 ... sp=sharing

Regards,
Burak Ozdemir
Burak Ozdemir
Post-doc,
University of Nantes, France

User avatar
Daniele Varsano
Posts: 3810
Joined: Tue Mar 17, 2009 2:23 pm
Contact:

Re: BSE calculation cancelled

Post by Daniele Varsano » Sun Dec 27, 2020 7:48 am

Dear Burak,
please check the dimension of your BSE matrix

Code: Select all

BSK|Identifier              :  9454
|Dimension               :  450560
Such a matrix would require more than 1500Gb of memory.

Suggestion:
Use FCC bravais lattice: in this way you have 2 atoms per cell:

Code: Select all

 ibrav=  2,
..
ATOMIC_POSITIONS (alat)
 Si 0.0000000000 0.0000000000  0.0000000000
 Si 0.2500000000 0.2500000000  0.2500000000
and you will need fewer bands to converge.

Best,
Daniele
Dr. Daniele Varsano
S3-CNR Institute of Nanoscience and MaX Center, Italy
MaX - Materials design at the Exascale
http://www.nano.cnr.it
http://www.max-centre.eu/

Locked