Search found 134 matches

by Matt Krzyaniak
Mon Mar 02, 2015 7:23 am
Forum: General forum
Topic: value of the crystal field parameter D
Replies: 1
Views: 2271

Re: value of the crystal field parameter D

Could you perhaps provide us an example of matlab script you're using that's not working.
by Matt Krzyaniak
Wed Feb 25, 2015 8:14 am
Forum: General forum
Topic: Direction of magnetic field
Replies: 13
Views: 8397

Re: Direction of magnetic field

He was referring to your second section of code above. Without defining a set of euler angles for each nuclei in your system, the crystal symmetry parameter does nothing. There is no way around defining the euler angles for the complete spin system.
by Matt Krzyaniak
Tue Feb 17, 2015 11:43 am
Forum: Announcements
Topic: Support for non-Bruker file formats
Replies: 4
Views: 21962

Re: Support for non-Bruker file formats

Recently I've been working with some specman data files(I just got an instrument running specman back up and running) and sadly Morgan's script for loading in specman files doesn't cover all the bases. Previously in the lab here they were using Kazan viewer , anyway I went in and pulled out the vari...
by Matt Krzyaniak
Fri Feb 06, 2015 8:46 am
Forum: General forum
Topic: Direction of magnetic field
Replies: 13
Views: 8397

Re: Direction of magnetic field

I had tried my hand at it a little bit yesterday and it all ultimately depends upon the principal axis system you feel like working in but something like: clear Sys.S = 1/2; Sys.g = 2; % axial hyperfine interaction with some isotropic component A = 20*[1 1 -2] + 30; % theta and phi for the vertices ...
by Matt Krzyaniak
Thu Feb 05, 2015 11:40 am
Forum: General forum
Topic: Direction of magnetic field
Replies: 13
Views: 8397

Re: Direction of magnetic field

You should get the same result from both pepper and garlic in this particular circumstance, Though the code you posted for pepper has a different linewidth, fix that and they are basically equivalent. In terms of the field direction, unless you include anisotropy in the hyperfine interaction the fie...
by Matt Krzyaniak
Mon Dec 15, 2014 9:52 pm
Forum: General forum
Topic: equivalent nuclei in cw ESR spectra
Replies: 5
Views: 5545

Re: equivalent nuclei in cw ESR spectra

So I played around with it a little bit, I'm not entirely clear where the problem lies(in garlic), but its partially related to the magnitude of the hyperfine interaction.
As a workaround for now I'd suggest you use pepper when modeling multiple nuclei.
by Matt Krzyaniak
Fri Dec 12, 2014 7:54 am
Forum: General forum
Topic: F-centr in KCl. How to describe the second and other shells?
Replies: 7
Views: 6211

Re: F-centr in KCl. How to describe the second and other she

Well that's interesting. Anyway, the problem you're seeing is related to you specifying Exp.Range and likely not increasing Exp.nPoints. If you remove Exp.Range, or increase it to about [0 700] that fixes things a little bit. Some artifacts still appear unless you increase Exp.nPoints. I pulled the ...
by Matt Krzyaniak
Mon Dec 01, 2014 10:16 am
Forum: General forum
Topic: F-centr in KCl. How to describe the second and other shells?
Replies: 7
Views: 6211

Re: F-centr in KCl. How to describe the second and other she

I might be mistaken on this but I thought the hyperfine values from that table in Wertz and Bolton correspond to isolated the neutral atoms. Where in your example you have an unpaired electron trapped in the crystal, in which case that unpaired spin density is distributed across multiple atoms so yo...
by Matt Krzyaniak
Mon Sep 29, 2014 6:58 am
Forum: General forum
Topic: problem with esfit
Replies: 6
Views: 7039

Re: problem with esfit

The above error is due to there being quite a few repetitions within your field vector. I'm not sure if it was an error in collection(software rounded the field values) or a result of some post processing. I guess the followup question is how do you want to handle these repetitions? Just throw them ...
by Matt Krzyaniak
Sun Sep 28, 2014 8:52 pm
Forum: General forum
Topic: problem with esfit
Replies: 6
Views: 7039

Re: problem with esfit

Well as far as I know ES can only handle a linear field axis, unless there is an undocumented feature in the experimental setup(but you'll have to wait for a reply from Stefan in regard to that). My suggestion would be to down interpolate your experimental data to produce a linear field range. To do...