Search found 245 matches

by thanasis
Fri Jul 22, 2016 6:32 am
Forum: General forum
Topic: Two spin systems in a custom function
Replies: 9
Views: 6427

Re: Two spin systems in a custom function

I have also tried some alternatives, having defined my Sys1 (pair) and Sys2 (monomer): Sys1.S = [1/2 1/2] ... Sys2.S = 1/2 ... Vary1... Vary2... Sys = {Sys1,Sys2}; Vary = {Vary1,Vary2}; esfit('custom',spc,Sys,Vary,Exp,[],FitOpt); ... and in the custom function: function [x,y] = custom(Sys,Exp,Opt) i...
by thanasis
Fri Jul 22, 2016 3:05 am
Forum: General forum
Topic: Two spin systems in a custom function
Replies: 9
Views: 6427

Re: Two spin systems in a custom function

Thanks Matt. In this approach, the "sys" that you propose in the function call ( function [x,y]=custom(sys,exp,opt) ) can it be something generic, or something that has already been defined in my main script? Shouldn't I make specific references to Sys1 (dimer system) and Sys2 (monomer sys...
by thanasis
Thu Jul 21, 2016 2:43 am
Forum: General forum
Topic: Two spin systems in a custom function
Replies: 9
Views: 6427

Two spin systems in a custom function

I have written a script that fits pairs of spins that interact through dipolar interaction using the model in T.D. Smith, J.R. Pilbrow, Coord. Chem. Rev. 1974, 13, 173-278 (http://dx.doi.org/10.1016/S0010-8545(00)80255-6), equation 14. Since the interaction energy is a function of an external variab...
by thanasis
Fri Jun 24, 2016 7:59 am
Forum: General forum
Topic: gStrain for multielectron systems
Replies: 3
Views: 2133

Re: gStrain for multielectron systems

Nice to stumble upon the feature when I needed it the most. Thanks!

From the runs I've done it seems to work as expected. For any issues I'll post ASAP.
by thanasis
Thu Jun 23, 2016 8:36 am
Forum: General forum
Topic: gStrain for multielectron systems
Replies: 3
Views: 2133

gStrain for multielectron systems

I was looking into introducing single-ion g-strain into an exchange-coupled system and saw in the documentation (http://easyspin.org/easyspin/documentation/broadenings.html) that "g strain is not supported for systems with more than one electron spin". However, I had already set up my syst...
by thanasis
Tue Jun 07, 2016 4:55 am
Forum: General forum
Topic: Comparison of magn. susceptibility results from ES and Phi
Replies: 5
Views: 2816

Re: Comparison of magn. susceptibility results from ES and P

YES!

Identical!

Thanks for correcting this. I'll try to track the bug in my code to see what went wrong and publish asap.
by thanasis
Wed Jun 01, 2016 2:49 pm
Forum: General forum
Topic: Comparison of magn. susceptibility results from ES and Phi
Replies: 5
Views: 2816

Re: Comparison of magn. susceptibility results from ES and P

For the parameter set: J = -19 cm-1, J' = -23, g = 2, d = 1.5 cm-1, for H = 1 T, according to the above-mentioned Hamiltonian, I get two very close but not identical chi*T vs T datasets: T Easyspin Phi 1.929848 0.29378079 0.243623 2.935006 0.31533935 0.265935 3.996075 0.32671028 0.281723 4.996569 0....
by thanasis
Mon May 30, 2016 11:31 am
Forum: General forum
Topic: Comparison of magn. susceptibility results from ES and Phi
Replies: 5
Views: 2816

Re: Comparison of magn. susceptibility results from ES and P

And the Phi files:
phi.zip
(4.12 KiB) Downloaded 285 times
UPDATE: After a small correction in the input files
by thanasis
Mon May 30, 2016 11:31 am
Forum: General forum
Topic: Comparison of magn. susceptibility results from ES and Phi
Replies: 5
Views: 2816

Comparison of magn. susceptibility results from ES and Phi

I have now tried several models to fit magn. susceptibility data. To make sure my code is correct, I have treated the same data with the Phi package. In particular, I fit an all-ferric triangle (S1 = S2 = S3 = 5/2) under an isosceles magnetic model, including antisymmetric exchange: H = -2J (S1S2 + ...
by thanasis
Mon May 30, 2016 9:49 am
Forum: General forum
Topic: Fitting of magnetic susceptibility data
Replies: 31
Views: 18213

Re: Fitting of magnetic susceptibility data

Started a new thread with more discussion on fitting magn. susceptibility data:
viewtopic.php?f=3&t=312