Search found 253 matches

by thanasis
Fri Nov 01, 2024 7:16 am
Forum: General forum
Topic: Molar Susceptibility Plot
Replies: 2
Views: 9024

Re: Molar Susceptibility Plot

Models calculating susceptibilities, do so for the molar values of these quantities. The experimentalist must previously bring the measurements to these quantities by knowledge of sample mass, FW and experimental magnetic field, and also diamagnetic and sample holder corrections. The model is agnos...
by thanasis
Fri Oct 18, 2024 12:58 am
Forum: General forum
Topic: MS values in levelsplot
Replies: 7
Views: 14033

Re: MS values in levelsplot

OK, but I am a git novice: if I understand, I either need to be invited as collaborator to your repo, or fork it and work on my fork. If so, which of the two do you suggest?

by thanasis
Thu Oct 17, 2024 12:59 am
Forum: General forum
Topic: MS values in levelsplot
Replies: 7
Views: 14033

Re: MS values in levelsplot

Thanks for this Stefan. In levelsplot, line 197 I changed: colormap(flipud(parula)); --> colormap(flipud(Opt.ColorMap)); and I gave a new option when I invoke the command: Opt.ColorMap = jet; The only workaround I needed when doing this was to copy letter2vec.m from private to the functions director...
by thanasis
Wed Oct 16, 2024 12:34 pm
Forum: General forum
Topic: Nutation simulation with spidyan
Replies: 0
Views: 5867

Nutation simulation with spidyan

I am trying to simulate a nutation experiment using spidyan. The sequence is: nutation pulse - decoherence delay - Hahn echo detection, i.e.: p_nut - Tdec - π /2 - τ - π - τ - echo. I am using a +/-100ns detection window. I have come up with the code below, partially based on this example and other ...
by thanasis
Wed Oct 16, 2024 3:42 am
Forum: General forum
Topic: Saffron transients calculation with thyme (vs fast)
Replies: 0
Views: 5849

Saffron transients calculation with thyme (vs fast)

I am in the process of getting a handle on saffron for simulations of pulse experiments. In particular, I am starting off from examples on the ES site and trying modifications. For comparison between the fast and thyme algorithms, I simulate a 2pESEEM experiment (single S=1/2 spin coupled to a 14N n...
by thanasis
Sat Aug 03, 2024 8:15 am
Forum: General forum
Topic: MS values in levelsplot
Replies: 7
Views: 14033

Re: MS values in levelsplot

That's a really nice addition!

Is there a way to define a custom color palette for the various ms values?

Thanks,

Thanasis

by thanasis
Wed Jul 31, 2024 10:10 am
Forum: General forum
Topic: Global fit of several multicomponent cwEPR spectra with variable weights
Replies: 2
Views: 7283

Re: Global fit of several multicomponent cwEPR spectra with variable weights

A custom function is indeed the way to go. You will need to make a vector with all the spectra on which you need to minimize the calculated ones. I guess you will also need to introduce a vector of relative weights, whose elements will each be a fitting variable. Then you feed the spin Hamiltonian a...
by thanasis
Wed Jul 17, 2024 11:15 am
Forum: General forum
Topic: G values seem off by a constant factor
Replies: 3
Views: 3862

Re: G values seem off by a constant factor

One thing I don't understand is why you use such a convoluted way to extract the experimental parameters. This is as simple as: [B,spc,params] = eprload('etc.DTA'); Exp.mwFreq=params.MWFQ/1e9; Exp.Range=[min(B) max(B)]/10; Exp.nPoints=length(B); As it stands, your code is far too complicated to debu...
by thanasis
Thu May 30, 2024 6:20 am
Forum: General forum
Topic: Specifying nuclei in Easyspin for a biradical
Replies: 6
Views: 5679

Re: Specifying nuclei in Easyspin for a biradical

The way your code is written, the three hyperfines are independent.

To tie two of the variables to the same value, you will need to pass through a custom function.

Take a look at this old post: https://easyspin.org/forum/viewtopic.php?p=863#p863

by thanasis
Tue May 28, 2024 7:20 am
Forum: General forum
Topic: Specifying nuclei in Easyspin for a biradical
Replies: 6
Views: 5679

Re: Specifying nuclei in Easyspin for a biradical

If there is only a single electron spin, the second column is not needed, just a third line. You only make two of the three lines equal. E.g.
Sys.A = [A1; A2; A2]

The same as before applies to the format of A1/A2.