Page 1 of 1

EDNMR

Posted: Fri Jan 26, 2018 7:08 am
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

Re: EDNMR

Posted: Thu Feb 08, 2018 7:13 am
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.

Re: EDNMR

Posted: Thu Feb 08, 2018 9:13 am
by Khalil
Many thanks.