Search found 1044 matches

by Stefan Stoll
Fri Feb 09, 2024 10:20 am
Forum: General forum
Topic: gStrain orientation
Replies: 1
Views: 15257

Re: gStrain orientation

gFrame is taken into account for gStrain, i.e. the g and the gStrain matrix are always collinear.

by Stefan Stoll
Fri Feb 09, 2024 10:18 am
Forum: General forum
Topic: Issue with parameterized HFC fitting
Replies: 1
Views: 13779

Re: Issue with parameterized HFC fitting

It looks like you are using EasySpin 5.2.x. Try using 6.0.0-dev.x, where such models are a lot easier to implement.

by Stefan Stoll
Fri Feb 09, 2024 10:17 am
Forum: General forum
Topic: Third-order g tensor
Replies: 3
Views: 14211

Re: Third-order g tensor

EasySpin has these terms implemented, but they are not particularly well documented. Use Sys.Ham310 , Sys.Ham312 , Sys.Ham314 to specify the parameters for a spin Hamiltonian term cubic in magnetic field (3) and linear in spin (1). The final digit 0, 2, 4 refers to the rank of the tensor. For B 3S t...
by Stefan Stoll
Fri Feb 09, 2024 10:04 am
Forum: General forum
Topic: Asymmetric g and A in EasySpin?
Replies: 1
Views: 1437

Re: Asymmetric g and A in EasySpin?

Asymmetric g and A matrices are kept and used as defined in the spin system structure, they are not symmetrized by EasySpin.

by Stefan Stoll
Sun Sep 03, 2023 12:28 am
Forum: General forum
Topic: Running Easyspin with a user-defined Hamiltonian
Replies: 2
Views: 9755

Re: Running Easyspin with a user-defined Hamiltonian

It is currently not possible to do this.

What specific form does the Hamiltonian have that you would like to add? Is it formulated in terms of spin operators?

Maybe this can be added to EasySpin.

by Stefan Stoll
Sun Sep 03, 2023 12:26 am
Forum: General forum
Topic: Curry / fitting magnetic data
Replies: 1
Views: 13425

Re: Curry / fitting magnetic data

You can write a custom simulation function that calls curry several times, once for each temperature with the associated field values, and then return all the calculated values as a vector.

by Stefan Stoll
Sun Sep 03, 2023 12:24 am
Forum: General forum
Topic: Some problems in simulating single crystal rotation pattern
Replies: 8
Views: 12326

Re: Some problems in simulating single crystal rotation pattern

Is this from the resfields_roadmap.m example? There, rotN is the rotation axis, expressed in the lab frame.

by Stefan Stoll
Sun Sep 03, 2023 12:22 am
Forum: General forum
Topic: How to simulate Rhombograms in this literature
Replies: 2
Views: 6961

Re: How to simulate Rhombograms in this literature

Using the latest Easyspin 6.0.0-dev.53 and MATLAB R2023a: clear, clc EoverD = linspace(0,0.33,34); D = 100e3; % MHz (large) Sys.S = 5/2; Sys.g = 2; Exp.Field = 350; Exp.MolFrame = [0 0 0]; Opt.Transitions = reshape(1:2*Sys.S+1,2,[]).'; nTransitions = size(Opt.Transitions,1); sampleframe = {[0 0 0],[...
by Stefan Stoll
Sun Sep 03, 2023 12:04 am
Forum: General forum
Topic: The meaning of the two lines of command
Replies: 1
Views: 6438

Re: The meaning of the two lines of command

These do not look like EasySpin options.