The 59Co nucleus has a spin I=7/2, so it should give 8 lines with equal intensities due to HFC interactions.
Search found 212 matches
- Mon Apr 07, 2025 12:46 am
- Forum: General forum
- Topic: Question about hyperfine coupling..
- Replies: 2
- Views: 1164
- 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.
- 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.
- 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;
- 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
- 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.
- Mon Mar 10, 2025 2:58 am
- Forum: General forum
- Topic: Simulation of V Complex
- Replies: 2
- Views: 21624
Re: Simulation of V Complex
- 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.
- 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
- 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);