Pump and Probe: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
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: | 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 |
Revision as of 12:03, 8 September 2021
This tutorial works only with Yambo version > 5.2, that will be released soon.
In this tutorial we start from the AlAs wave-functions of the Real time approach to non-linear response tutorial.
We 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