Overshoot line

General forum for EasySpin: questions, how to's, etc.
Post Reply
ajcosta@usp.br
Newbie
Posts: 1
Joined: Tue May 11, 2021 7:02 am

Overshoot line

Post by ajcosta@usp.br »

Does anyone know how to account for an overshoot line in the X-band powder spectrum of copper?

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

Re: Overshoot line

Post by Stefan Stoll »

They appear automatically in the simulation. Here is an example:

Code: Select all

clear, clc
Sys.g = [2, 2.2];
Sys.Nucs = '63Cu';
Sys.A = [10, 400];
Sys.lwpp = 1;
Exp.mwFreq = 9.5;
pepper(Sys,Exp);
Post Reply