Pump and Probe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
fixsyms # [R] Remove symmetries not consistent with an external perturbation | fixsyms # [R] Remove symmetries not consistent with an external perturbation | ||
% Efield1 | % Efield1 | ||
1.000000 | 0.000000 | 0.000000 | | <span style="color:red">1.000000 | 0.000000 | 0.000000 | </span> # First external Electric Field | ||
% | % | ||
% Efield2 | % Efield2 | ||
<span style="color:red"> 0.000000 | 1.000000 | 0.000000 | </span> # Additional external Electric Field | |||
% | % | ||
BField= 0.000000 T # [MAG] Magnetic field modulus | BField= 0.000000 T # [MAG] Magnetic field modulus | ||
Line 19: | Line 19: | ||
Btheta= 0.000000 deg # [MAG] Magnetic field theta angle [degree] | Btheta= 0.000000 deg # [MAG] Magnetic field theta angle [degree] | ||
#RmAllSymm # Remove all symmetries | #RmAllSymm # Remove all symmetries | ||
RmTimeRev # Remove Time Reversal | <span style="color:red">RmTimeRev</span> # Remove Time Reversal | ||
#RmSpaceInv # Remove Spatial Inversion | #RmSpaceInv # Remove Spatial Inversion |
Revision as of 12:06, 8 September 2021
This tutorial works only with Yambo version > 5.2, that will be released soon.
In this tutorial we will show you how to setup two external fields in yambo_nl, to perform pump and probe simulation. At present this tutorial explain only how to run simulation and obtain the final polarization. We are working on python script to analyze results that will be make available soon.
We start from the AlAs wave-functions of the Real time approach to non-linear response tutorial and remove symmetries according to the Pump and Probe external fields as explained in the Prerequisites for Real Time propagation with Yambo.
In our example we choose direction [1,0,0] for the pump and [0,1,0] for the probe, the corresponding ypp.in file will be:
fixsyms # [R] Remove symmetries not consistent with an external perturbation % Efield1 1.000000 | 0.000000 | 0.000000 | # First external Electric Field % % Efield2 0.000000 | 1.000000 | 0.000000 | # Additional external Electric Field % BField= 0.000000 T # [MAG] Magnetic field modulus Bpsi= 0.000000 deg # [MAG] Magnetic field psi angle [degree] Btheta= 0.000000 deg # [MAG] Magnetic field theta angle [degree] #RmAllSymm # Remove all symmetries RmTimeRev # Remove Time Reversal #RmSpaceInv # Remove Spatial Inversion