The anisotropy in BSE calculation

Deals with issues related to computation of optical spectra, solving the Bethe-Salpeter equation.

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

Post Reply
Guo_BIT
Posts: 27
Joined: Tue Jun 06, 2023 2:55 am

The anisotropy in BSE calculation

Post by Guo_BIT » Tue Jan 23, 2024 3:36 am

Dear developers:
Currently, I would like to perform direction-specific BSE calculations in a two-dimensional system, just as done in Fig. 3d of the article
https://www.nature.com/articles/s41563-022-01285-3
However, I have a few questions below:
(1)In my GW calculations, I set

Code: Select all

% LongDrXp
 1.000000 | 1.000000 | 0.000000 |
to calculate static screening in plane since my system is 2D. Then, in my BSE calculations,

Code: Select all

% BLongDir
 0.000000 | 1.000000 | 0.000000 |
was set to get the absorption spectra along the y direction. Is my process correct?

(2)When performing BSE calculations without considering anisotropy, I will set

Code: Select all

% BLongDir
 1.000000 | 1.000000 | 0.000000 |
which means calculating along the 45° direction in the xy plane. So, is it correct to set

Code: Select all

% BLongDir
 0.866 | 0.5 | 0.000000 |
if I want to perform BSE calculations when deviating 30 degrees along the x direction?

Best wishes,
Guo
Jingda Guo
Beijing Institute of Technology

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

Re: The anisotropy in BSE calculation

Post by Daniele Varsano » Tue Jan 23, 2024 9:49 am

Dear Jingda,

Yes, both 1) and 2) are correct!

Best wishes,

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/

User avatar
Davide Sangalli
Posts: 614
Joined: Tue May 29, 2012 4:49 pm
Location: Via Salaria Km 29.3, CP 10, 00016, Monterotondo Stazione, Italy
Contact:

Re: The anisotropy in BSE calculation

Post by Davide Sangalli » Thu Jan 25, 2024 1:49 pm

Let me add that, in case your system is not isotropic in plane, you can use the following input for GW

Code: Select all

% LongDrXp
 1.000000 | 1.000000 | 0.000000 |
%
OptDipAverage
The logical `OptDipAverage` triggers an averaging procedure for the q=0 term of the screening.
The average is done over the Cartesian directions selected in the variable `LongDrXp` , e.g. in this case x=(1,0,0) and y=(0,1,0).
Without the logical, the screening at q=0 is instead computed along the direction (1,1,0)

This feature is available from version 5.1

Best,
D.
Davide Sangalli, PhD
CNR-ISM, Division of Ultrafast Processes in Materials (FLASHit) and MaX Centre
https://sites.google.com/view/davidesangalli
http://www.max-centre.eu/

Post Reply