Output separate transitions for specific crystal orientation
Posted: Tue Mar 29, 2016 4:29 pm
Hi,
I am using pepper to generate the EPR spectrum of two coupled spins. I would like to find out which Zeeman levels are active in each transitions at a given crystal orientation. However, using at a specific crystal orientation does not work because EasySpin is looking to 'separate' the spectra of individual crystal orientations rather than separate individual transitions as would be the case if . Is it possible to get both of these pieces of information in one go? Currently I am calculating the full spectrum, with
and then examining trans and using Opt.Transitions to generate the individual transitions. Is there a faster way around this?
Thanks,
Murad
I am using pepper to generate the EPR spectrum of two coupled spins. I would like to find out which Zeeman levels are active in each transitions at a given crystal orientation. However, using
Code: Select all
Opt.Output='separate';
Code: Select all
Exp.CrystalOrientation=[];
Code: Select all
[x,y,trans]=pepper(Sys,Exp,Opt);
Thanks,
Murad