Dichroism in molecules: Difference between revisions

From The Yambo Project
Jump to navigation Jump to search
m (Added image of methyloxirane)
Line 9: Line 9:
== Prerequisites ==
== Prerequisites ==
=== Databases ===
=== Databases ===
[[File:R methyloxirane structure.png|x150px|frameless|right|R methyloxirane structure]]
For this tutorials we provide a <code>yambo</code> database (DB) for R_methyloxirane.  
For this tutorials we provide a <code>yambo</code> database (DB) for R_methyloxirane.  



Revision as of 16:21, 18 June 2024

WARNING: under construction

Chirality representation with hands, from wikipedia

Circular dichroism (CD) is dichroism involving circularly polarized light, i.e., the differential absorption of left- and right-handed light[1]. Dichroism in absorption can originate from an asymmetry in the dielectric tensor, which can be induced by the presence of either an external magnetic field or a spontaneous magnetization (MCD). This can be computed from the off-diagonal elements of the dielectric tensor. See the tutorial on The magneto-optical Kerr effect (MOKE). Another form of dichroism can be due to the chiral nature of molecules or materials[2] and goes under the name of natural circular dichroism (NCD). This latter can be related to the beta tensor and will be discussed in the present tutorial.


Prerequisites

Databases

R methyloxirane structure

For this tutorials we provide a yambo database (DB) for R_methyloxirane.

Alternatively you can re-generate the DB by your-self (also because the DB provided have been generated with small convergence parameters). To this end you just need to download and compile quantum espresso, and generate the DB using the input files and the pseudo-potentials provided. (TODO: input files still missing)

Input files

To compute NCD a standard calculation of response function in transition space needs to be performend, with the sole extra variable

BSEprop= "abs dich trace"   # [BSS] abs/kerr/magn/dichr trace

Since the dipoles are obtained from a sum over states it is important to converge the number of states used in the equation, this can be controlled via the input variable

DipBandsALL                    # [DIP] Compute all bands range, not only valence and conduction
DipApproach= "G-space v"         # [DIP] [G-space v/R-space x/Covariant/Shifted grids]
% DipBands
   1 |  100 |                       # [DIP] Bands range for dipoles
%

A standard input file for response function in transition space is (IP approximation

optics                           # [R] Linear Response optical properties
bse                              # [R][BSE] Bethe Salpeter Equation.
dipoles                          # [R] Oscillator strenghts (or dipoles)
BSEmod= "retarded"               # [BSE] resonant/retarded/coupling
BSKmod= "IP"                     # [BSE] IP/Hartree/HF/ALDA/SEX/BSfxc
% BSEBands
  1 |  20 |                       # [BSK] Bands range
%
% BEnRange
 4.0000 | 7.00000 |         eV    # [BSS] Energy range
%
% BDmRange
 0.10000 | 0.10000 |        eV    # [BSS] Damping range
%
BEnSteps=  1001                  # [BSS] Energy steps
% BLongDir
 1.000000 | 0.000000 | 0.000000 |        # [BSS] [cc] Electric Field
%

A part from this, it is suggested to set the input variable which helps the convergence in isolated systems

rim_cut                          # [R] Coulomb potential
NonPDirs= "XYZ"                  # [X/BSS] Non periodic chartesian directions (X,Y,Z,XY...)
RandQpts=0                       # [RIM] Number of random q-points in the BZ
RandGvec= 1                RL    # [RIM] Coulomb interaction RS components
CUTGeo= "ws xyz"                 # [CUT] Coulomb Cutoff geometry: box/cylinder/sphere/ws X/Y/Z/XY..
% CUTBox
 0.000000 | 0.000000 | 0.000000 |        # [CUT] [au] Box sides
%
CUTRadius= 0.000000              # [CUT] [au] Sphere/Cylinder radius
CUTCylLen= 0.000000              # [CUT] [au] Cylinder length
CUTwsGvec= 0.700000              # [CUT] WS cutoff: number of G to be modified

Few equations

Methyloxirane

CD at the Independent Particles approximation

Methyloxirane has often been used in the literature as a benchmark molecule for NCD calculations against experimental data, due to its rigidity. Here we use it to show how to compute NCD using the yambo code. Here we provide a poorly converged database, just to show how a calculation of NCD works with the yambo code. Using the input file provided above you will obtain the following plots for absorption (alpha file, on the left) and NCD (CD file, on the right):

Yambo tutorial, absorption in methyloxirane
Yambo tutorial, circular dichroism in methyloxirane

Below we also report the results with converged parameters from [3]. This simulation was done with an FCC supercell of size 50 and an energy cutoff of 90 Ry, while for the tutorial we used a supercell of size 20 and an energy cutoff of 70 Ry in the QE run. Moreover a shift of X.XX eV was applied to align the spectra with the experimental data.

Absorption spectrum of methyloxirane. Yambo results compared with experimental data.
Circular Dichroism spectrum of methyloxirane. Yambo results compared with experimental data.

Beyond the Independent Particles approximation

References

  1. Circular Dichroism on wikipedia
  2. Chiral Media on wikipedia
  3. E. Molteni, G. Cappellini, and D. Sangalli, Ab initio circular dichroism with the Yambo code: applications to dipeptides, IOP Conf. Series: Materials Science and Engineering 1265, 012005 (2022)