Search found 242 matches

by thanasis
Fri Oct 13, 2023 1:34 am
Forum: General forum
Topic: gStrain orientation
Replies: 1
Views: 14664

gStrain orientation

I have a quick question regarding the simultaneous use of gStrain and gFrame . When we use gFrame to define the g-tensor orientation, does the gStrain follow along, or does it stay with the lab frame? I suppose it should, but I didn't want to make any assumptions. Thanks! Note: I suppose the same qu...
by thanasis
Mon Sep 04, 2023 3:55 am
Forum: Bugs
Topic: New esfit does not recognize FitOpt.Baseline argument
Replies: 5
Views: 9038

Re: New esfit does not recognize FitOpt.Baseline argument

In a (probably) related issue, FitOpt.PrintLevel seems to have no effect on the output's verbosity when esfit is invoked without the fitting GUI. Even setting to 0 produces the full output.

I have tried capitalization permutations (printLevel, Printlevel, printlevel) without luck.

by thanasis
Sun Sep 03, 2023 3:07 am
Forum: General forum
Topic: Simulating CW saturation spectra for T1 and T2
Replies: 2
Views: 9192

Re: Simulating CW saturation spectra for T1 and T2

I believe that the utility of this would be to use saturation effects on the line shapes as a poor man's pulsed EPR spectrometer to extract T1. E.g. rapid passage effects could be simulated to yield information on T1, instead of just being a nuisance. That being said, I don't know the complications ...
by thanasis
Tue Aug 29, 2023 7:16 am
Forum: Bugs
Topic: New esfit does not recognize FitOpt.Baseline argument
Replies: 5
Views: 9038

Re: New esfit does not recognize FitOpt.Baseline argument

Yes, that was the issue!

I believe a correction should be made at the esfit documentation page downloaded with the latest version.

Thanks Stefan.

by thanasis
Fri Aug 18, 2023 6:49 am
Forum: General forum
Topic: Calculating Transition Energies
Replies: 6
Views: 8219

Re: Calculating Transition Energies

In equivalent terms, the problem at hand is the labeling of the spin states. As far as I understand, there is no consistent way to describe those, which is why Easyspin numbers them by increasing energy at each magnetic field.

by thanasis
Fri Jun 30, 2023 5:52 am
Forum: General forum
Topic: Error in fitting Cu data
Replies: 1
Views: 2959

Re: Error in fitting Cu data

Size inputs must be integers.

The error comes from inclusion of Sys.n.
First: This is for garlic.
Second: It must be an integer.

by thanasis
Wed Jun 07, 2023 11:43 pm
Forum: General forum
Topic: Levelsplot line attributes
Replies: 5
Views: 5377

Re: Levelsplot line attributes

So, I played around and managed to find a partial solution based on the type and tag attributes of the lines and texts. For anyone with the same issue, the following hack works ex post for two orientations (a more generic version would be needed for an arbitrary number of orientations but I scratche...
by thanasis
Wed Jun 07, 2023 11:37 pm
Forum: General forum
Topic: How to define inequivalent nuclei
Replies: 3
Views: 3414

Re: How to define inequivalent nuclei

In a system with C, H and N nuclei, the following had worked for me: Sys.Nucs = 'N,H,C'; Sys.n = [1,12,4]; Sys.A = [40.95 0.695 17.85] Sys.lwpp = [0.0136 0.0203] From a rapid glance, it seems you are on the right track. If I had to guess, I would say that your line widths are too large with respect ...
by thanasis
Wed Jun 07, 2023 8:20 am
Forum: General forum
Topic: Levelsplot line attributes
Replies: 5
Views: 5377

Re: Levelsplot line attributes

I am resurrecting this thread as I am trying to make a Zeeman plot with custom colors. While I had managed to make things work with the previous approach, that was a rather special case involving relatively few levels and not many level crossings. I am now dealing with a system with significantly mo...
by thanasis
Tue May 09, 2023 12:10 pm
Forum: General forum
Topic: error message while running ESA2020 solids1.m
Replies: 1
Views: 3333

Re: error message while running ESA2020 solids1.m

Try changing the order of the arguments:

Code: Select all

esfit(spc,@pepper,{Sys0,Exp},{SysVary});