Output separate transitions for specific crystal orientation

General forum for EasySpin: questions, how to's, etc.
Post Reply
Murad
Newbie
Posts: 3
Joined: Tue Mar 29, 2016 3:42 pm

Output separate transitions for specific crystal orientation

Post by Murad »

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

Code: Select all

Opt.Output='separate';
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

Code: Select all

Exp.CrystalOrientation=[];
. Is it possible to get both of these pieces of information in one go? Currently I am calculating the full spectrum, with

Code: Select all

[x,y,trans]=pepper(Sys,Exp,Opt);
and then examining trans and using Opt.Transitions to generate the individual transitions. Is there a faster way around this?
Thanks,
Murad
Stefan Stoll
EasySpin Creator
Posts: 1120
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: Output separate transitions for specific crystal orienta

Post by Stefan Stoll »

For a crystal spectrum, you can use resfields(). This will give you a list of resonance fields and intensities.
Murad
Newbie
Posts: 3
Joined: Tue Mar 29, 2016 3:42 pm

Re: Output separate transitions for specific crystal orienta

Post by Murad »

Thank you very much - that was exactly what I was looking for!
Post Reply