Search found 186 matches

by katarkon
Sun Mar 22, 2020 11:34 am
Forum: General forum
Topic: resfields outputs Amp and Wid
Replies: 1
Views: 5125

Re: resfields outputs Amp and Wid

For my knowledge, Amp is double integral intensity, Wid is anisotropic broadening (defined by strains and orientation).
by katarkon
Tue Mar 03, 2020 3:58 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 54
Views: 133184

Re: cwEPR App for processing, simulating, and fitting CW EPR data

I have tried to reinstall the program. The results were the same, unfortunately. I'll try to use more recent version of MATLAB.
by katarkon
Mon Mar 02, 2020 1:25 am
Forum: EasySpin file exchange
Topic: cwEPR App for processing, simulating, and fitting CW EPR data
Replies: 54
Views: 133184

Re: cwEPR App for processing, simulating, and fitting CW EPR data

I tried to install your application, but it does not start and throwa an error. Error using nargout Function cwEPR does not exist. Error in cwEPRApp/startApp (line 42) if nargout(@cwEPR) == 0 Error in cwEPRApp (line 21) startApp(obj) Error in appinstall.internal.runapp>execute (line 29) out = evalin...
by katarkon
Mon May 13, 2019 10:08 pm
Forum: General forum
Topic: Fitting static NMR?
Replies: 2
Views: 2045

Re: Fitting static NMR?

May be Spinach program will be appropriate (http://spindynamics.org/Spinach.php)?
by katarkon
Mon May 13, 2019 10:00 pm
Forum: General forum
Topic: Large Number of nuclei and 2 electrons
Replies: 3
Views: 2315

Re: Large Number of nuclei and 2 electrons

I think, the best way is writing a custom simulation function. It looks not extremely hard if Your system may be treated by first-order perturbation limit. The calculation of the line positions and intensities may be found elsewhere, like Sankarapandi al al., doi.org/10.1006/jmra.1993.1147 Fast algo...
by katarkon
Sat May 11, 2019 3:44 am
Forum: General forum
Topic: Nonuniform x-data for esfit routine
Replies: 1
Views: 1306

Re: Nonuniform x-data for esfit routine

You have to write custom simulation function.
by katarkon
Wed May 01, 2019 1:33 am
Forum: General forum
Topic: Large Number of nuclei and 2 electrons
Replies: 3
Views: 2315

Re: Large Number of nuclei and 2 electrons

It should be better to attach your script for simulation. Your system looks extremely large for treating with matrix diagonalization. Also, it completely unclear why Sys.ee is used for isotropic system. Sys.J should be enough. Is it able to treat some nuclei perturbationally via hybrid method? It sh...
by katarkon
Wed May 01, 2019 1:06 am
Forum: General forum
Topic: EPR load DAT file
Replies: 1
Views: 1915

Re: EPR load DAT file

May be the dat-file contains text data. In this case You have to use textreadfunction instead eprloadone. http://easyspin.org/easyspin/documentat ... xport.html
by katarkon
Tue Jan 29, 2019 3:53 am
Forum: Bugs
Topic: Simulation of biradicals in hybrid mode
Replies: 2
Views: 3268

Simulation of biradicals in hybrid mode

I have found that simulation of the spectrum of biradicals by pepper function gives wrong results with Opt.Method='hybrid' parameter. The spectra always looks as ones with J>>A regardless Sys.J parameter. Here the script illustrating the problem. clear, clf aN=28; J=aN*[0.01 0.3 0.5 0.9 1.5 2 2.5 3....
by katarkon
Sun Jan 06, 2019 8:33 am
Forum: General forum
Topic: esfit parameterization workflow
Replies: 4
Views: 2621

Re: esfit parameterization workflow

William, as it was noted by Stefan Stoll, there are too much parameters should to be varied in Your simulation. Firstly, what the reason to use anisotropic g-factor for isotropic spectra? Secondly, all of EPR parameters of the spin system like g-factor, HFC constants, etc should be defined once and ...