error message while running ESA2020 solids1.m

General forum for EasySpin: questions, how to's, etc.
Post Reply
Sangho
Newbie
Posts: 1
Joined: Tue May 09, 2023 11:48 am

error message while running ESA2020 solids1.m

Post by Sangho »

I encounter an error message while I followed the scripts from ESA2020 session script, Solids1.m.

Can anyone kindly explain why there is an error message?

Many thanks in advance.

Best regards,
Sangho

Attachments
error_firstargument.PNG
error_firstargument.PNG (296.58 KiB) Viewed 3309 times
thanasis
Local Expert
Posts: 242
Joined: Thu Jan 21, 2016 6:28 am
Location: Strasbourg

Re: error message while running ESA2020 solids1.m

Post by thanasis »

Try changing the order of the arguments:

Code: Select all

esfit(spc,@pepper,{Sys0,Exp},{SysVary});
Post Reply