EDNMR

General forum for EasySpin: questions, how to's, etc.
Post Reply
Khalil
User
Posts: 19
Joined: Mon Aug 29, 2016 8:53 am

EDNMR

Post by Khalil »

Hi there,
I tried to use the EDNMR script in the exchange files to run some EDNMR simulation on a Cu2+ binding a Histidine. For some reasons the function EDNMR doesn't work.
I got an error message:

Error in EDNMR (line 40)
oriselWeight = orisel(Sys,Exp,Opt);

Error in EDNMR_test (line 58)
[x1,y1] = EDNMR(Sys,Exp,Opt);

I have attached the script that I used and I would like know if I have done any wrong settings or something is missing.
Any suggestions are much appreciated.
Khalil
Attachments
EDNMR_test.m
(1.84 KiB) Downloaded 237 times
nwili
User
Posts: 25
Joined: Mon Oct 16, 2017 6:27 am

Re: EDNMR

Post by nwili »

The script also needs manual input, so I just used 1100 for the field position.

You need to specify an isotope for copper, there is no automatic function to include natural abundance in the function EDNMR.

also the line

Code: Select all

plot(abs1,spec1,'b',x1,y1/max(y1),x,y/max(y),'r')
cannot work because you did not define what abs1 is.
Khalil
User
Posts: 19
Joined: Mon Aug 29, 2016 8:53 am

Re: EDNMR

Post by Khalil »

Many thanks.
Post Reply