simulation - pepper

General forum for EasySpin: questions, how to's, etc.
Post Reply
brijith
Newbie
Posts: 4
Joined: Mon Sep 21, 2020 6:21 am

simulation - pepper

Post by brijith »

Is there any way to simultaneously simulate Q and W band spectra using pepper?

Stefan Stoll
EasySpin Creator
Posts: 1050
Joined: Mon Jul 21, 2014 10:11 pm
Location: University of Washington

Re: simulation - pepper

Post by Stefan Stoll »

Not simultaneously, but you can call peppertwice, once for Q-band and once fore W-band:

Code: Select all

[BQ,spcQ] = pepper(Sys,ExpQ,Opt);
[BW,spcW] = pepper(Sys,ExpW,Opt);
Post Reply