Search found 1079 matches

by Stefan Stoll
Mon Nov 18, 2024 12:59 pm
Forum: General forum
Topic: Two component fitting
Replies: 1
Views: 4194

Re: Two component fitting

It looks like you have some nonlinear baseline issues. Maybe try to correct them before fitting. Your spectrum clearly has two components. It could just be that you are stuck in a local minimum away from the global minimum.

by Stefan Stoll
Mon Nov 18, 2024 12:57 pm
Forum: General forum
Topic: EasySpin version 6.0-alpha1 source code
Replies: 3
Views: 10973

Re: EasySpin version 6.0-alpha1 source code

Replacing symm with hamsymm in this file should work.

by Stefan Stoll
Wed Nov 06, 2024 2:51 pm
Forum: Bugs
Topic: levelsplot() funcction with StickSpectrum
Replies: 4
Views: 17025

Re: levelsplot() funcction with StickSpectrum

Thanks for reporting! Indeed, this seems to be a bug that needs a bit more work to fix. Please post an issue here: https://github.com/StollLab/EasySpin/issues

by Stefan Stoll
Wed Nov 06, 2024 2:49 pm
Forum: General forum
Topic: Molar Susceptibility Plot
Replies: 2
Views: 10460

Re: Molar Susceptibility Plot

Other answer to 1.: EasySpin's curry calculates the magnetic susceptibility of an individual paramagnetic center and then multiplies the result by Avogadro's number (avogadro in EasySpin) to obtain the molar susceptibility.

by Stefan Stoll
Wed Nov 06, 2024 2:47 pm
Forum: General forum
Topic: three-dimensional magnetization
Replies: 1
Views: 8271

Re: three-dimensional magnetization

Have a look here: https://easyspin.org/easyspin/documenta ... es.html#CL

This describes how to get axes from the Exp.SampleFrame Euler angles.

by Stefan Stoll
Wed Nov 06, 2024 2:45 pm
Forum: General forum
Topic: Solid state EPR simulation with use of more than one nuclei
Replies: 3
Views: 9636

Re: Solid state EPR simulation with use of more than one nuclei

Repeat the nucleus and the hyperfine principal values several times. Example:

Code: Select all

A1 = [10 12 45];
Sys.Nucs = '1H,1H,1H';
Sys.A = [A1; A1; A1];
by Stefan Stoll
Wed Nov 06, 2024 2:44 pm
Forum: General forum
Topic: EPR of superparamagnetic nanoparticles
Replies: 1
Views: 8278

Re: EPR of superparamagnetic nanoparticles

Usually, EasySpin is used for isolated paramagnetic centers. If you post the link to a paper that shows EPR spectra of such or similar nanoparticles and also includes simulations, we can have a look and see if this could be done with EasySpin.

by Stefan Stoll
Wed Nov 06, 2024 2:42 pm
Forum: General forum
Topic: EasySpin version 6.0-alpha1 source code
Replies: 3
Views: 10973

Re: EasySpin version 6.0-alpha1 source code

There is no 6.0-alpha1 tag on GitHub, and the symm function has been renamed to hamsymm in v6.0.0.

You can have a look at the history of hamsymm to get the version you want: https://github.com/StollLab/EasySpin/co ... /hamsymm.m

by Stefan Stoll
Mon Oct 21, 2024 10:06 pm
Forum: Bugs
Topic: levelsplot() funcction with StickSpectrum
Replies: 4
Views: 17025

Re: levelsplot() funcction with StickSpectrum

This is indeed a bug, thanks for reporting!

by Stefan Stoll
Mon Oct 21, 2024 9:58 pm
Forum: Bugs
Topic: Incorrect Diamond Crystal Symmetry
Replies: 1
Views: 7303

Re: Incorrect Diamond Crystal Symmetry

This does not look like a bug, but rather like a misunderstanding of the crystal frame. In EasySpin (like in X-ray crystallography in general), by convention the principal axes a,b,c in a cubic space group such as diamond's Fd-3m (#227) are defined along the 4-fold symmetry axes of the corresponding...