Is there any way to simultaneously simulate Q and W band spectra using pepper?
simulation - pepper
-
- EasySpin Creator
- Posts: 1108
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: simulation - pepper
Not simultaneously, but you can call pepper
twice, once for Q-band and once fore W-band:
Code: Select all
[BQ,spcQ] = pepper(Sys,ExpQ,Opt);
[BW,spcW] = pepper(Sys,ExpW,Opt);