Dear Colleagues,
may be you can help me to solve my problem:
I need to simulate anisotropic EPR spectrum of axial symmetry, where spectral components contain HFS on a number of nuclei. I tried to use pepper but it writes that papper doesn't support more than one nuclei (Simulation function error: pepper does not support sets of equivalent nuclei (Sys.n>1).)
How can I solve this situation?
Thank you, Andrei
Solid state EPR simulation with use of more than one nuclei
-
- Newbie
- Posts: 2
- Joined: Wed Nov 06, 2024 5:01 am
Solid state EPR simulation with use of more than one nuclei
-
- EasySpin Creator
- Posts: 1106
- Joined: Mon Jul 21, 2014 10:11 pm
- Location: University of Washington
Re: Solid state EPR simulation with use of more than one nuclei
Repeat the nucleus and the hyperfine principal values several times. Example:
Code: Select all
A1 = [10 12 45];
Sys.Nucs = '1H,1H,1H';
Sys.A = [A1; A1; A1];
-
- Newbie
- Posts: 2
- Joined: Wed Nov 06, 2024 5:01 am
Re: Solid state EPR simulation with use of more than one nuclei
Thank you very much!
Re: Solid state EPR simulation with use of more than one nuclei
Alternatively, You may use custom simulation function.