Modelling A Rigid Diradical
Posted: Fri Jan 20, 2017 7:59 am
Hello,
I'm currently trying to model CW X-Band solution EPR of a rigid diradical (a bis-nitroxide) and am struggling to set up my initial parameters and indeed work out where to start. Reading the forum, people have attempted this using both Chili (viewtopic.php?f=3&t=279) and Pepper (viewtopic.php?f=3&t=370 , viewtopic.php?f=3&t=342).
Since I want to model an isotropic system, I've used chili as a start, using the parameters below:
However, if I specify a value using Sys.J=10 (for example),I receive the error message "Reference to non-existent field 'eeFrame'." whilst using Sys.ee=10 chili runs but no meaningufl output is seen, just a flat spectrum.
If I specify anisotropic A values (Sys.A=[20 20 80 0 0 0; 0 0 0 20 20 80] , taken from Chris Wedge's post, also using Sys.ee=10) then a perfectly reasonable looking spectrum is simulated. On the other hand, if I try to use isotropic coupling defined that way (Sys.A=[40 40 40 0 0 0; 0 0 0 40 40 40]), once more I get a blank spectrum.
I am, in short, confused and sure I've misunderstood some definitions. I believe that the system described above is for a two electron system, each electron interacting only with one nucleus, and the two electrons then coupling with each other. On the other hand, I'm not sure why things break if isotropic coupling is used, nor why Sys.J does nothing but Sys.ee works even though I only specify one value and not a coupling matrix as explained in the documentation.
I suspect that I'm in over my head but I'd like to learn to swim.
I'm currently trying to model CW X-Band solution EPR of a rigid diradical (a bis-nitroxide) and am struggling to set up my initial parameters and indeed work out where to start. Reading the forum, people have attempted this using both Chili (viewtopic.php?f=3&t=279) and Pepper (viewtopic.php?f=3&t=370 , viewtopic.php?f=3&t=342).
Since I want to model an isotropic system, I've used chili as a start, using the parameters below:
Code: Select all
Sys.S = [1/2, 1/2];
Sys.g = [2.0048; 2.0048];
Sys.Nucs = ['14N,14N'];
Sys.A = [45 0;0 45];
Sys.lwpp = 0.1;
Sys.logtcorr=-9;
If I specify anisotropic A values (Sys.A=[20 20 80 0 0 0; 0 0 0 20 20 80] , taken from Chris Wedge's post, also using Sys.ee=10) then a perfectly reasonable looking spectrum is simulated. On the other hand, if I try to use isotropic coupling defined that way (Sys.A=[40 40 40 0 0 0; 0 0 0 40 40 40]), once more I get a blank spectrum.
I am, in short, confused and sure I've misunderstood some definitions. I believe that the system described above is for a two electron system, each electron interacting only with one nucleus, and the two electrons then coupling with each other. On the other hand, I'm not sure why things break if isotropic coupling is used, nor why Sys.J does nothing but Sys.ee works even though I only specify one value and not a coupling matrix as explained in the documentation.
I suspect that I'm in over my head but I'd like to learn to swim.