Real time Bethe-Salpeter Equation (TDSE): Difference between revisions
m (→The Collisions) |
m (Preparing part for yambo_rt) |
||
Line 51: | Line 51: | ||
==Time dependent Bethe Salpeter equation== | ==Time dependent Bethe Salpeter equation== | ||
=== Approach based on the density matrix === | |||
Then you generate the input for the linear response | === Approach based on the Berry Phase === | ||
Then you generate the input for the linear response | |||
yambo_nl -u -V qp | |||
Revision as of 15:58, 21 January 2020
Introduction
This tutorial will show how to perform a simple real-time BSE calculation with Yambo on hBN monolayer. The same DFT inputs used to generate the hBN-2D-RT.tar.gz, are sufficient to converge the energy of the first exciton. You will need to increase the number of k-points to converge higher energy excitons.
The Collisions
This part is common in between the yambo_nl
and the yambo_rt
.
Then generate the input file to calculate the collisions (see appendix of Ref. [1]) use the command :
yambo_rt -b -e -v hsex -F Inputs_common/03_coll_hsex
The flag -b will tell the code to calculate the dielectric constant that is required for the screened interaction.
It could be even computed in an independent calculation and then loaded using the -J
flags
em1s # [R Xs] Static Inverse Dielectric Matrix
dipoles # [R ] Compute the dipoles
DIP_Threads=0 # [OPENMP/X] Number of threads for dipoles
X_Threads=0 # [OPENMP/X] Number of threads for response functions
RT_Threads=0 # [OPENMP/RT] Number of threads for real-time
Chimod= "HARTREE" # [X] IP/Hartree/ALDA/LRC/PF/BSfxc
% BndsRnXs
1 | 40 | # [Xs] Polarization function bands
%
NGsBlkXs= 1000 mHa # [Xs] Response block size
% DmRngeXs
0.10000 | 0.10000 | eV # [Xs] Damping range
%
% LongDrXs
1.000000 | 0.000000 | 0.000000 | # [Xs] [cc] Electric Field
%
While this is the part of the input file specific for the evaluation of the collisions
collisions # [R] Eval the extended Collisions % COLLBands 4 | 5 | # [COLL] Bands for the collisions % HXC_Potential= "HARTREE+SEX" # [SC] SC HXC Potential HARRLvcs= 1000 mHa # [HA] Hartree RL components EXXRLvcs= 1000 mHa # [XX] Exchange RL components CORRLvcs= 1000 mHa # [GW] Correlation RL components
With this input, we calculate the HARTREE and SEX collisions integrals. Notice that the HARTREE term in principle can be calculated on the fly, but in this way it is more efficient especially for the non-linear response.
Here one has to converge the cutoff for the Hartree and the Screened Exchange. Around 5000 mHa
is a reasonable value for hBN. In this example we will use 1000 mHa
to speed up calculations. The collisions bands COLLBands
have to be the same number of bands you want to use in the linear/nonlinear response.
The you can run
yambo_rt -F Inputs_common/03_coll_hsex -J COLL_HSEX -C COLL_HSEX
The calculation, it will take 5 minutes on a serial PC.
Time dependent Bethe Salpeter equation
Approach based on the density matrix
Approach based on the Berry Phase
Then you generate the input for the linear response
yambo_nl -u -V qp
nloptics # [R NL] Non-linear optics DIP_Threads=0 # [OPENMP/X] Number of threads for dipoles NL_Threads=0 # [OPENMP/NL] Number of threads for nl-optics % NLBands 4 | 5 | # [NL] Bands % NLverbosity= "low" # [NL] Verbosity level (low | high) NLstep= 0.0100 fs # [NL] Real Time step length NLtime= 55.00000 fs # [NL] Simulation Time NLintegrator= "CRANKNIC" # [NL] Integrator ("EULEREXP/RK2/RK4/RK2EXP/HEUN/INVINT/CRANKNIC") NLCorrelation= "SEX" # [NL] Correlation ("IPA/HARTREE/TDDFT/LRC/LRW/JGM/SEX") NLLrcAlpha= 0.000000 # [NL] Long Range Correction % NLEnRange 0.200000 | 8.000000 | eV # [NL] Energy range % NLEnSteps= 1 # [NL] Energy steps NLDamping= 0.10000 eV # [NL] Damping #UseDipoles # [NL] Use Covariant Dipoles (just for test purpose) #FrSndOrd # [NL] Force second order in Covariant Dipoles #EvalCurrent # [NL] Evaluate the current HARRLvcs= 1017 RL # [HA] Hartree RL components EXXRLvcs= 1074 mHa # [XX] Exchange RL components % ExtF_Dir 0.000000 | 1.000000 | 0.000000 | # [NL ExtF] Versor % ExtF_Int= 1000. kWLm2 # [NL ExtF] Intensity ExtF_Width= 0.000000 fs # [NL ExtF] Field Width ExtF_kind= "DELTA" # [NL ExtF] Kind(SIN|SOFTSIN|RES|ANTIRES|GAUSS|DELTA|QSSIN) ExtF_Tstart= 0.0100 fs # [NL ExtF] Initial Time % GfnQP_E 3.000000 | 1.000000 | 1.000000 | # [EXTQP G] E parameters (c/v) eV|adim|adim %
Notice that we introduced a scissor operator (a rigid shift of the conduction bands) of 3.0 eV. In principle, it is possible to perform a G0W0 calculation with Yambo and use the Quasi-particle band structure instead of the rigid shift. Run this calculation and then analyze the result in the same way of linear response tutorial, you will get a nice exciton in hBN, as the one plotted below in the old tutorial. You can repeat the same kind of calculations for the non-linear response.
Notice that in the calculation we decreased the number of G-vectors in the Hartree term, HARRLvcs to speed up the calculation, in case of BN this does not change the result because local field effects are very small in h-BN along the plane.
Now you can analyze the response with ypp
as it was done the linear response tutorial and compare with the standard Bethe-Salpeter (input here):
Linear response results can be obtained following the BSE tutorial. Notice that you can use the SEX approximation for the non-linear response too (see the following tutorials on non-linear response).
References
- ↑ Cite error: Invalid
<ref>
tag; no text was provided for refs namedprb88
Prev: Independent Particles | Now: ICTP Tutorials --> Linear Response --> Real time Bethe-Salpeter Equation (TDSE) | Next: If you did all steps you can go back to the previous level |