Search found 1044 matches

by Stefan Stoll
Sat Sep 02, 2023 11:34 pm
Forum: General forum
Topic: Urgent: Matching simulation with experimental data OH Radicals DMPO
Replies: 1
Views: 1728

Re: Urgent: Matching simulation with experimental data OH Radicals DMPO

I am not sure what you are asking for, but it looks like the left-hand spectrum has an incorrect field or g offset, but the one on the right is spot on.

by Stefan Stoll
Sat Sep 02, 2023 11:32 pm
Forum: General forum
Topic: How to simulate the spectrum in this literature
Replies: 1
Views: 1789

Re: How to simulate the spectrum in this literature

The figure does not provide the fitted values of D, D/E and g, but here's a starting point: clear, clc D = 5000; % D, MHz DoverE = 0.3; % D/E g = 2; Sys.S = 3; Sys.g = g; Sys.D = D*[1 DoverE]; Sys.lwpp = 40; % mT Exp.mwFreq = 94; % GHz Exp.Range = [1800 4500]; % mT Exp.Temperature = 7; % K pepper(Sy...
by Stefan Stoll
Sat Sep 02, 2023 11:26 pm
Forum: General forum
Topic: Calculating Transition Energies
Replies: 6
Views: 8669

Re: Calculating Transition Energies

Correct. Level crossings can be regarded as avoided crossings with the gap energy going towards zero. Therefore, there is no way to consistently label energy levels other than just by increasing (or decreasing) energy.

by Stefan Stoll
Sat Sep 02, 2023 11:23 pm
Forum: General forum
Topic: About the fitting of multiple radicals
Replies: 5
Views: 2581

Re: About the fitting of multiple radicals

Looks good!

by Stefan Stoll
Sat Sep 02, 2023 11:22 pm
Forum: General forum
Topic: a stupid question on fitting two spectra of one sample
Replies: 3
Views: 5920

Re: a stupid question on fitting two spectra of one sample

Have you tried calling esfit the way I suggested above? There, there are only 5 inputs, and you shouldn't get this error message.

Make sure you are using version 6.0.0-dev.*. You can check by typing easyspin in the command window.

by Stefan Stoll
Sat Sep 02, 2023 11:20 pm
Forum: General forum
Topic: matlab prompts insufficient memory
Replies: 1
Views: 1856

Re: matlab prompts insufficient memory

Manganese pushes the memory limits, in particular if you are using matrix diagonalization.

Are you using 'pepper` for this? If yes, perturbation theory should work.

For photosystem 2, there is an official EasySpin example: examples/solidstate/photosystem2_oec.m.

by Stefan Stoll
Sat Sep 02, 2023 11:17 pm
Forum: General forum
Topic: Updating Isotope Data
Replies: 2
Views: 4723

Re: Updating Isotope Data

If you provide a reference for the isotope data, we are happy to add this isotope to the isotope list.

by Stefan Stoll
Sat Sep 02, 2023 11:17 pm
Forum: General forum
Topic: Updating Isotope Data
Replies: 2
Views: 4723

Re: Updating Isotope Data

In addition to adding your Pa isotope, you need to remove the dummy Pa line that starts with 91 0 * Pa protactinium.

by Stefan Stoll
Sat Sep 02, 2023 11:14 pm
Forum: General forum
Topic: Unable load output file generated by ORCA using easyspin 6.0.0_dev.51
Replies: 4
Views: 9954

Re: Unable load output file generated by ORCA using easyspin 6.0.0_dev.51

Thanks for locating this problem! We will revert to syntax that is supported by older MATLAB versions.

by Stefan Stoll
Sat Sep 02, 2023 11:09 pm
Forum: General forum
Topic: Simulating CW saturation spectra for T1 and T2
Replies: 2
Views: 9451

Re: Simulating CW saturation spectra for T1 and T2

EasySpin is not able to simulate CW EPR spectra under saturating conditions. I am not sure what your ultimate goal is, but if you are doing a progressive power saturation analysis to find the half-saturation power, extract the peak-to-peak amplitudes from your experimental spectra, and then use esfi...