Circular Dichroism and magneto-optical Kerr effect

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
sunxl
Posts: 63
Joined: Wed Aug 14, 2024 8:05 am
Location: China

Circular Dichroism and magneto-optical Kerr effect

Post by sunxl » Sat May 16, 2026 8:18 am

Dear all,
I have carefully studied the existing Q&A on the forum as well as the tutorials on the magneto-optical Kerr effect of bulk materials. I have the following questions regarding the calculation of the magneto-optical Kerr effect and circular dichroism of low-dimensional materials:
1、By setting

Code: Select all

BSEprop="abs kerr"
BlongDir
 1 | 0 | 0 |
BSEdips="xy"
we can obtain epsilon_xx and xy. Now, if for systems with low symmetry, epsilon_xx is not equal to yy, and xy is not equal to yx, when we need to calculate yy and yx, do we need to set

Code: Select all

BSEprop="abs kerr"
% BlongDir
 0 | 1 | 0 |
%
BSEdips="yx"


2、For the magneto-optical Kerr effect in low-dimensional systems, can the calculation be performed by using "-r" and adding the cutoff?

3、Formally speaking, both the magneto-optical Kerr effect and circular dichroism depend on the off-diagonal elements of epsilon. For non-magnetic chiral materials, can we obtain the result of circular dichroism through the tutorial of the magneto-optical Kerr effect?

Best,
sunxl
Dr. sunxl
Beijing Computing Science Research Center, China.

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

Re: Circular Dichroism and magneto-optical Kerr effect

Post by Davide Sangalli » Tue May 19, 2026 8:36 am

Dear sunxl,

Point 1: yes.

As explained also here: https://www.lumen-code.org/wiki/index.p ... err_effect

Starting from yambo 5.4, you can also try

Code: Select all

BSEprop="abs kerr asymm"
BlongDir
 1 | 0 | 0 |
BSEdips="xy"
It should return in the .eps file 1/2(eps_xx+eps_yy) and in the .off file 1/2(eps_xy-eps_yx)

Point 2: yes
All features that you can use for a standard BSE run, will work fine also with the kerr effect

Point 3: no
There are two different sources of dichroism: magnetic circular dichroism (MCD) and natural circular dichroism (NCD). The former can be computed via the off-diagonal matrix elements of the dielectric tensor epsilon, the latter is due to the so called beta tensor. Please see here:
https://www.lumen-code.org/wiki/index.p ... References
https://www.lumen-code.org/wiki/index.p ... References
Davide Sangalli, PhD
Piazza Leonardo Da Vinci, 32, 20133 – Milano
CNR, Istituto di Struttura della Materia (ISM)
https://sites.google.com/view/davidesangalli
http://www.max-centre.eu/

Post Reply