Page 1 of 1

Simulating "Forbidden" Half-Field Transitions with Dipolar Interactions

Posted: Wed Aug 18, 2021 8:56 am
by EliasFrantz

I am struggling to figure out how easyspin gives rise to the "forbidden" half-field transition with the introduction of a dipolar or zero-field splitting interaction between electrons.

Terms A and B of the dipolar alphabet work with the rotating wave approximation and all time dependence is removed. However, the time dependence of terms E and F, which give rise to the half-field response, do not cancel out.

How does easyspin go about simulating half-field responses with the introduction of dipolar interactions? What do you do with Rotating wave approximation to make it work out?


Re: Simulating "Forbidden" Half-Field Transitions with Dipolar Interactions

Posted: Wed Aug 18, 2021 4:40 pm
by Stefan Stoll

For CW EPR simulations, EasySpin includes the full dipolar interaction term in the spin Hamilonian. You can see this here:

Code: Select all

clear, clc
Sys.S = [1/2 1/2];
Sys.dip = 1;

% tensor aligned with the molecular reference frame
Sys.eeFrame = [];
eeint(Sys)

% tensor tilted relative to the molecular reference frame
Sys.eeFrame = [10 20 30]*pi/180;
eeint(Sys)

Re: Simulating "Forbidden" Half-Field Transitions with Dipolar Interactions

Posted: Thu Aug 19, 2021 6:51 pm
by EliasFrantz

This is very helpful. But how does easyspin then produce the half-field response? I would assume easyspin must transform the Hamiltonian and put it into a rotating reference frame to make an EPR signal possible. Is that true? If so, how does it eliminate the time dependence of the four terms (C,D,E,F) the come with putting the dipolar coupling into the rotating reference frame?


Re: Simulating "Forbidden" Half-Field Transitions with Dipolar Interactions

Posted: Tue Aug 24, 2021 6:37 am
by nwili

I am not sure if I get your question correctly. But for CW spectra, with weak perturbation, there is no need for a rotating frame transformation afaik.