Search found 14 matches

by sc262
Wed Sep 26, 2018 11:13 am
Forum: General forum
Topic: Looping transitions
Replies: 1
Views: 1561

Looping transitions

I am trying to simulate different S = 3/2 chromium(III) complexes formed in situ. Based on different D and E values, I often get this notification: ** Looping transitions found. Artifacts at coalescence points possible. First of all, I am not familiar with this terminology. Are these similar to turn...
by sc262
Thu Oct 26, 2017 2:43 am
Forum: General forum
Topic: ESEEM simulation
Replies: 1
Views: 1105

ESEEM simulation

Hello all, I have just started doing ESEEM simulation. I have looked at examples on the website but few things I do not understand. For the defined system, you have always used two components possibly Sys.A =[Aiso Adip], how is it different than the way we use in other functions, Sys.A =[Az Axy] In ...
by sc262
Tue Oct 18, 2016 2:55 am
Forum: General forum
Topic: Nutation Frequency simulation
Replies: 3
Views: 2030

Nutation Frequency simulation

Hello, I want to simulate the nutation frquency for different systems. I know it is not available in the current version of easyspin. But, can anyone guide me how can I do that. To start with I have taken a simple spin system of Nitroxide and I am trying to use evolve function to start with but I am...
by sc262
Wed Sep 21, 2016 2:14 am
Forum: General forum
Topic: levelsplot for a powder spectrum
Replies: 4
Views: 2720

Re: levelsplot for a powder spectrum

For a powder sample, there is not a single energy level diagram. If the spin system is anisotropic, then every orientation gives a different energy level diagram. What you can do is to choose a few directions and overlay the plots. Here is an example: clear, clf Sys.S = 1; Sys.D = [1000 200]; % MHz...
by sc262
Wed Sep 21, 2016 2:09 am
Forum: General forum
Topic: levelsplot for a powder spectrum
Replies: 4
Views: 2720

Re: levelsplot for a powder spectrum

You can't! What exactly should a energy level diagram for a powder be? Apart from isotropic cases this does not exists, so it is impossible to calculate. Here is the sample code to figure out what happens, if you don't provide any orientation: Sys = struct(); levelsplot(Sys,[],100); I have tested t...
by sc262
Tue Sep 20, 2016 9:30 am
Forum: General forum
Topic: levelsplot for a powder spectrum
Replies: 4
Views: 2720

levelsplot for a powder spectrum

I want to look at the energy level diagram and allowed transitions using levelsplot for a powder spectrum. Can anyone explain me how can I do that? There are various options for orientation using Ori. What is the default value for it if we do not provide any orientation?
by sc262
Mon Apr 25, 2016 11:32 am
Forum: General forum
Topic: Plotting HYSCORE data
Replies: 4
Views: 3754

Plotting HYSCORE data

Hello,

I have recently started using 2d experiments with pulse EPR. Can anyone help me with plotting HYSCORE data in Matlab. After importing my experimental data using eprload, it gives me x{1,1},x{1,2} and y.

Thanks in advance.
by sc262
Fri Feb 19, 2016 10:32 am
Forum: General forum
Topic: separation of different signals coming from orientations
Replies: 2
Views: 2103

separation of different signals coming from orientations

Hello, There are two things I want to ask 1) I am plotting the energy level diagrams using levelsplot and it shows the transition by different colors (red for 'allowed' and grey for 'forbidden' transitions) and intensity of the color describes its probability amplitude. However, I am interested in c...
by sc262
Wed Feb 17, 2016 7:30 am
Forum: General forum
Topic: Exporting data in old bruker format
Replies: 1
Views: 1622

Exporting data in old bruker format

Hello all,

Is there any way to export my files in old bruker format (i.e. myfile.par and myfile.spc) rather than myfile.DSC and myfile.DTA?

Thanks
by sc262
Thu Sep 10, 2015 9:16 am
Forum: General forum
Topic: loading EPR spectra
Replies: 5
Views: 2976

Re: loading EPR spectra

Thanks, it worked after editing :)