Search found 11 matches

by trukhan
Fri Jan 12, 2024 2:39 am
Forum: General forum
Topic: Heisenberg Exchange in the case of rigid limit and chaotic orientation of neighboring radicals
Replies: 1
Views: 1340

Heisenberg Exchange in the case of rigid limit and chaotic orientation of neighboring radicals

EasySpin makes it possible to simulate spectra in the case of Heisenberg Exchange and low radical mobility with chili() if you set the Sys.tcorr large enough. However, as the calculation shows, it is assumed that neighboring radicals in polycrystallites are ordered along the same direction. This can...
by trukhan
Fri Jan 12, 2024 2:23 am
Forum: General forum
Topic: Syntax for esfit for multi-component systems in 6.0.0-dev.53
Replies: 1
Views: 1034

Re: Syntax for esfit for multi-component systems in 6.0.0-dev.53

esfit(spc,@pepper,{{Sys1,Sys2,Sys3},Exp},{{Vary,Vary2,Vary3}},Opt);

by trukhan
Thu Apr 01, 2021 8:59 pm
Forum: General forum
Topic: Hyperfine Isotopes
Replies: 3
Views: 1212

Re: Hyperfine Isotopes

Hello! If you set A = 150 MHz and Nucs = 'Cu' then EasySpin will assign A(63Cu) = 150 MHz A(65Cu) = 150 MHz * nucgval ('65Cu') / nucgval ('63Cu') = 150 MHz * 1.5878 / 1.4824 = 160.7 MHz You can understand this from the following example: clear % Component 1 Cu63.g = [2.000 2.100]; Cu63.A = [mt2mhz(1...
by trukhan
Sat Mar 27, 2021 11:59 pm
Forum: General forum
Topic: Passage to the limit: biradical → triplet
Replies: 2
Views: 1553

Passage to the limit: biradical → triplet

Hello everyone! As far as I understand, the EPR spectrum of the biradical in the limiting case of a large exchange interaction constant should transform into the spectrum of the triplet state. (It is only necessary to redefine some constants of the Spin Hamiltonian.) However, in this example, no mat...
by trukhan
Tue Aug 25, 2020 12:38 am
Forum: General forum
Topic: Different gAStrainCorr signs for different components of g and A tensors
Replies: 1
Views: 1123

Different gAStrainCorr signs for different components of g and A tensors

Can I set different correlation signs for different g and A tensor components in EasySpin 6? In EasySpin 5, I, in particular, managed to do this as follows: Sys.gAStrainCorr = 1; V.gStrain = [0.001 -0.0001]; More detailed example: clear, clf Sys.Nucs = '1H'; Sys.g = [2.001 1.999]; Sys.g = 2; Sys.A =...
by trukhan
Sun Oct 01, 2017 12:38 am
Forum: General forum
Topic: System: S=3/2, ZFI-axial (E=0), zC _|_ H, rotation around z
Replies: 3
Views: 1993

Re: System: S=3/2, ZFI-axial (E=0), zC _|_ H, rotation aroun

Thank you! Now I understand! I thought that Exp.CrystalOrientation describes the rotation of the crystal relative to the laboratory coordinate system. But in fact it is Euler angles for the transformation of the crystal frame to the lab frame (C → L) as stated in "documentation/frames.html"...
by trukhan
Sat Sep 30, 2017 8:44 am
Forum: General forum
Topic: System: S=3/2, ZFI-axial (E=0), zC _|_ H, rotation around z
Replies: 3
Views: 1993

System: S=3/2, ZFI-axial (E=0), zC _|_ H, rotation around z

I try to simulate the spectra of a system (S = 3/2 and axial zero-field splitting tensor) for its different orientations with respect to a static magnetic field. In particular, I try to simulate the spectra when the axial axis z of crystal (zC) is perpendicular to the field and there is a rotation a...
by trukhan
Fri Sep 29, 2017 10:31 am
Forum: Bugs
Topic: Several "CrystalOrientation" + "Output = 'separate'" Bug?
Replies: 2
Views: 2248

Several "CrystalOrientation" + "Output = 'separate'" Bug?

Something strange with the example "solidstate\cumnt2.m" in EasySpin 5.2.3 The spectra obtained are completely different than those were before. If this code Exp.CrystalOrientation = [0 0 0; 0 pi/2 0]; Opt.Output = 'separate'; [B,spec] = pepper(Sys,Exp,Opt); spec1 = spec(1,:); spec2 = spec...
by trukhan
Sun Jan 29, 2017 6:36 am
Forum: General forum
Topic: Example \solidstate\cumnt2.m
Replies: 1
Views: 1134

Example \solidstate\cumnt2.m

Apparently, in the example \solidstate\cumnt2.m

Code: Select all

Exp.CrystalOrientation = [0 0 0; pi/2 0 0];

should be replaced by

Code: Select all

Exp.CrystalOrientation = [0 pi/2 0; 0 0 0];
by trukhan
Sun Jan 29, 2017 6:25 am
Forum: General forum
Topic: Example \solidstate\dstrain_corr.m
Replies: 1
Views: 974

Example \solidstate\dstrain_corr.m

Apparently, in the example \solidstate\dstrain_corr.m

Code: Select all

Sys.DStrain(3)
should be replaced by

Code: Select all

Sys.DStrainCorr