Solid Effect DNP Resonance Confusion
Posted: Fri Dec 09, 2022 4:07 pm
I am trying to simulate the resonance conditions for my EPR/DNP based on field-swept experiments.
The EPR program 'fieldsweep' seems to be very accurate as I change the mw_freq and field sweep parameters.
For solid-effect DNP, I am using 'dnp_field_scan', and I notice several very odd things especially compared to the fieldsweep simulation.
1) sys.magnet seems to NOT set the center of the DNP field sweep, but DOES set the 1H frequency needed for the SE resonance.
2) parameters.mw_frq seems to only start to make sense if specified in rad/s, rather than Hz (which is counter to the description)
3) parameters.mw_frq seems to in fact set the center of the field sweep, but still does not totally match the 'fieldsweep' resonance conditions,
which seems counter-productive to have the center of the field swept experiment defined by a frequency.
In fieldsweep I can use the following 'key parameters':
%%%%%%%%%%
% Electron g-tensor
inter.zeeman.eigs=cell(1,1);
inter.zeeman.euler=cell(1,1);
inter.zeeman.eigs{1}=[2.003 2.003 2.003]; %BDPA tensor taken as isotropic
inter.zeeman.euler{1}=[0 0 0];
....
parameters.mw_freq=2.0e9; %%freq
parameters.window=[0.070 0.076]; %%field
...
%%%%%%%%%%%
Then in dnp_field_scan I can use the following but NOT observe the zero-crossing of the solid effect at the same field value:
% Magnetic field
sys.magnet=0.071; %field sets 1H larmor but not field sweep?
% Electron g-tensor
inter.zeeman.eigs=cell(2,1);
inter.zeeman.euler=cell(2,1);
inter.zeeman.eigs{1}=[2.003 2.003 2.003]; %take BDPA as isotropic
inter.zeeman.euler{1}=[0 0 0];
% Coordinates (Angstrom)
inter.coordinates={[0.00 0.00 0.00];
[3.00 0.00 0.00]};
......
parameters.mw_frq=2.0e9/(2*pi); %in rad/s ?? %sets center of field sweep?
parameters.fields=linspace(-20,+20,256)*1e-3; %mT
....
%%%%%%%%%%%%%
Any help would be appreciated, thank you.
The EPR program 'fieldsweep' seems to be very accurate as I change the mw_freq and field sweep parameters.
For solid-effect DNP, I am using 'dnp_field_scan', and I notice several very odd things especially compared to the fieldsweep simulation.
1) sys.magnet seems to NOT set the center of the DNP field sweep, but DOES set the 1H frequency needed for the SE resonance.
2) parameters.mw_frq seems to only start to make sense if specified in rad/s, rather than Hz (which is counter to the description)
3) parameters.mw_frq seems to in fact set the center of the field sweep, but still does not totally match the 'fieldsweep' resonance conditions,
which seems counter-productive to have the center of the field swept experiment defined by a frequency.
In fieldsweep I can use the following 'key parameters':
%%%%%%%%%%
% Electron g-tensor
inter.zeeman.eigs=cell(1,1);
inter.zeeman.euler=cell(1,1);
inter.zeeman.eigs{1}=[2.003 2.003 2.003]; %BDPA tensor taken as isotropic
inter.zeeman.euler{1}=[0 0 0];
....
parameters.mw_freq=2.0e9; %%freq
parameters.window=[0.070 0.076]; %%field
...
%%%%%%%%%%%
Then in dnp_field_scan I can use the following but NOT observe the zero-crossing of the solid effect at the same field value:
% Magnetic field
sys.magnet=0.071; %field sets 1H larmor but not field sweep?
% Electron g-tensor
inter.zeeman.eigs=cell(2,1);
inter.zeeman.euler=cell(2,1);
inter.zeeman.eigs{1}=[2.003 2.003 2.003]; %take BDPA as isotropic
inter.zeeman.euler{1}=[0 0 0];
% Coordinates (Angstrom)
inter.coordinates={[0.00 0.00 0.00];
[3.00 0.00 0.00]};
......
parameters.mw_frq=2.0e9/(2*pi); %in rad/s ?? %sets center of field sweep?
parameters.fields=linspace(-20,+20,256)*1e-3; %mT
....
%%%%%%%%%%%%%
Any help would be appreciated, thank you.