Search found 212 matches

by katarkon
Mon Apr 07, 2025 12:46 am
Forum: General forum
Topic: Question about hyperfine coupling..
Replies: 2
Views: 1164

Re: Question about hyperfine coupling..

The 59Co nucleus has a spin I=7/2, so it should give 8 lines with equal intensities due to HFC interactions.

by katarkon
Tue Apr 01, 2025 11:57 pm
Forum: General forum
Topic: Custom simulation function (Error: Not enought input arguments)
Replies: 2
Views: 3419

Re: Custom simulation function (Error: Not enought input arguments)

You try to use diffrenent parameter's set for custom simulation function and esfit(). I mean Opt parameter.

by katarkon
Tue Apr 01, 2025 11:39 pm
Forum: General forum
Topic: Simulation of copper acetate
Replies: 2
Views: 1466

Re: Simulation of copper acetate

You are wrong. According to the publication, you should use the S=1 approach instead of two coupled S1=1/2 and S2=1/2 spins.

by katarkon
Mon Mar 17, 2025 6:20 am
Forum: General forum
Topic: concern for a possible issue with coupled spins
Replies: 3
Views: 28890

Re: concern for a possible issue with coupled spins

Look here for the typo
Sys1;J = 0;

by katarkon
Fri Mar 14, 2025 6:40 am
Forum: General forum
Topic: defining different g tensors for coupled spins
Replies: 3
Views: 25189

Re: defining different g tensors for coupled spins

Sys.gFrame = [0 10 0; 23 -45 67]*pi/180; % two electron spins

by katarkon
Tue Mar 11, 2025 11:27 pm
Forum: General forum
Topic: defining different g tensors for coupled spins
Replies: 3
Views: 25189

Re: defining different g tensors for coupled spins

The code seems to be right. But Sys.gFrame seems to be a better way. Also, there are no need to define full matrix for g-tensor, the principal values should be enough.

by katarkon
Mon Mar 10, 2025 2:58 am
Forum: General forum
Topic: Simulation of V Complex
Replies: 2
Views: 21624

Re: Simulation of V Complex

It is clear superposition of at least two signals. You try to simulate only one of them. Another signal should have sufficiently larger linewidth and relative weight. If it occur due to superexchange V-V coupling, it is almost unreliable to extract its parameters correctly, except special cases J<<A...
by katarkon
Thu Mar 06, 2025 11:14 pm
Forum: General forum
Topic: Two-component Fitting
Replies: 2
Views: 22610

Re: Two-component Fitting

In GUI mode You have to save and export the parameters, Save parameters set --> export, see GUI window. The structure fit1 will be exported in the MATLAB workspace. The field fit1.fit contains required data.

by katarkon
Sun Feb 23, 2025 11:46 pm
Forum: Bugs
Topic: Potential bug in esfit() in GUI mode
Replies: 1
Views: 58852

Potential bug in esfit() in GUI mode

It was found in the topic: https://easyspin.org/forum/viewtopic.php?t=1132 I've tested the potential bug an found using example esfit function with some modifications: FitOpt.Method = 'genetic int'; FitOpt.EliteCount =10; FitOpt.PopulationSize = 50; FitOpt.maxGenerations = 50000; No-GUI mode gives e...
by katarkon
Fri Feb 21, 2025 5:08 am
Forum: General forum
Topic: Temperature Dependent Simulations using garlic
Replies: 7
Views: 41025

Re: Temperature Dependent Simulations using garlic

Use 1H nuclei only, drop down 13C ones and define the spin system correctly.
Sys.S = [1/2 1/2];
Sys.Nucs='1H,1H';
Sys.A=mt2mhz([aH 0.0;0 aH]/10);