Vanadium 51 Trouble: PLEASE HELP!!
Posted: Tue Dec 22, 2015 8:54 pm
Hey,
I'm having trouble geting the beautiful 8 line spectrum of vanadium(IV). Below is my code thus far:
Sys.S = 7/2;
Sys.g = [1.9875 1.9835 1.9510];
Sys.lwpp = .5;
Sys.Nucs = '51V';
Sys.AStrain = [175 180 505];
Exp.Harmonic = 1
Exp.mwFreg = 9.78;
Exp.Range = [260 440];
Exp.nPoints = 2048;
pepper(Sys,Exp);
I also tried:
Sys.S = 7/2;
Sys.g = [1.9875 1.9835 1.9510];
Sys.lwpp = .5
Sys.AStrain = [175 180 505];
Exp.Harmonic = 1
Exp.mwFreg = 9.78;
Exp.Range = [260 440];
Exp.nPoints = 2048;
pepper(Sys,Exp);
Thanks for any help in advance!
I'm having trouble geting the beautiful 8 line spectrum of vanadium(IV). Below is my code thus far:
Sys.S = 7/2;
Sys.g = [1.9875 1.9835 1.9510];
Sys.lwpp = .5;
Sys.Nucs = '51V';
Sys.AStrain = [175 180 505];
Exp.Harmonic = 1
Exp.mwFreg = 9.78;
Exp.Range = [260 440];
Exp.nPoints = 2048;
pepper(Sys,Exp);
I also tried:
Sys.S = 7/2;
Sys.g = [1.9875 1.9835 1.9510];
Sys.lwpp = .5
Sys.AStrain = [175 180 505];
Exp.Harmonic = 1
Exp.mwFreg = 9.78;
Exp.Range = [260 440];
Exp.nPoints = 2048;
pepper(Sys,Exp);
Thanks for any help in advance!