Search found 1028 matches

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

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: 11880

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: 6698

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: 6183

Re: The meaning of the two lines of command

These do not look like EasySpin options.

by Stefan Stoll
Sat Sep 02, 2023 11:58 pm
Forum: General forum
Topic: Two-component EDNMR simulations
Replies: 1
Views: 5125

Re: Two-component EDNMR simulations

It looks like the script (unlike most Easyspin functions) does not support the simultaneous simulation of two systems. Run the script with each system separately, and add the results.

by Stefan Stoll
Sat Sep 02, 2023 11:57 pm
Forum: General forum
Topic: Simulations using perturbation theory are very different from spectrogram simulations using matrix diagonalization
Replies: 1
Views: 4568

Re: Simulations using perturbation theory are very different from spectrogram simulations using matrix diagonalization

For perturbation theory to be applicable, all interaction energies (zero-field splitting, hyperfine) have to be significantly smaller than the microwave energy. In your case, D in Sys.D is 150 GHz, which is much larger than 9.8 GHz in Exp.mwFreq, so perturbation theory is inapplicable here.

by Stefan Stoll
Sat Sep 02, 2023 11:46 pm
Forum: General forum
Topic: fitting overmodulated spectra
Replies: 1
Views: 7031

Re: fitting overmodulated spectra

Please post your simulation script that doesn't work the way you want, so we can have a look and try to help.

by Stefan Stoll
Sat Sep 02, 2023 11:44 pm
Forum: Bugs
Topic: cannot import data from orca output though orca2easyspin
Replies: 2
Views: 6368

Re: cannot import data from orca output though orca2easyspin

EasySpin 5.2.x does not support ORCA 5.0.x

Please use EasySpin 6 instead.

by Stefan Stoll
Sat Sep 02, 2023 11:44 pm
Forum: Bugs
Topic: stdev really high for weight
Replies: 1
Views: 10231

Re: stdev really high for weight

Could you please provide a script that reproduces this behavior, so we can look into this? Thanks

by Stefan Stoll
Sat Sep 02, 2023 11:43 pm
Forum: Bugs
Topic: Error in eprload_MagnettechXML
Replies: 2
Views: 5591

Re: Error in eprload_MagnettechXML

Thanks for reporting! Would you mind sharing your data file, so we can test it and make sure EasySpin gives a proper warning about this?