Syntax for esfit for multi-component systems in 6.0.0-dev.53

General forum for EasySpin: questions, how to's, etc.
Post Reply
bmozgawa
Newbie
Posts: 1
Joined: Thu Jan 11, 2024 10:48 am

Syntax for esfit for multi-component systems in 6.0.0-dev.53

Post by bmozgawa »

Dear All,

Please excuse me for asking very basic question, but I have hard time finding the correct syntax for esfit for spectra with multiple components in version 6.0.0-dev.53. I tried to simulate a 3-component spectrum and called esfit like this:

esfit(spc,@pepper,{{Sys1,Sys2,Sys3},Exp},{Vary1,Vary2,Vary3},Opt);

Each single component can be fitted separately without any issues, but once combined in esfit it does not work. Calling out pepper with all components also causes no issues ("pepper({Sys1,Sys2,Sys3},Exp);").

I would like to kindly ask for some hints on how to use esfit properly, as i have limited experience with Easyspin (and Matlab for that matter).

Thank you in advance!

trukhan
User
Posts: 11
Joined: Sun Jan 15, 2017 12:18 am

Re: Syntax for esfit for multi-component systems in 6.0.0-dev.53

Post by trukhan »

esfit(spc,@pepper,{{Sys1,Sys2,Sys3},Exp},{{Vary,Vary2,Vary3}},Opt);

Post Reply