Coupled Electrons and Hyperfine Tensor
Posted: Wed Apr 01, 2015 4:38 pm
Hi,
I'm trying to simulate nitroxide biradical spectrum. Looking at the example "Two coupled electrons", I understand how to specify g-tensors:
Sys.S = [1/2 1/2];
Sys.g = [2 2.05 2.1; 2.2 2.25 2.3]; <--- g-tensors are stacked as new matrix lines
However, adding following for A-tensor would not work:
Sys.Nucs = '14N, 14N';
Sys.n= [1 1];
Sys.A=[20 20 100; 20 20 100]; <--- this is inconsistent with the number of specified nuclei and produces an error. 2x6 matrix is apparently expected?!
Can you please explain the logic of correct A-tensor definition? Thanks!
I'm trying to simulate nitroxide biradical spectrum. Looking at the example "Two coupled electrons", I understand how to specify g-tensors:
Sys.S = [1/2 1/2];
Sys.g = [2 2.05 2.1; 2.2 2.25 2.3]; <--- g-tensors are stacked as new matrix lines
However, adding following for A-tensor would not work:
Sys.Nucs = '14N, 14N';
Sys.n= [1 1];
Sys.A=[20 20 100; 20 20 100]; <--- this is inconsistent with the number of specified nuclei and produces an error. 2x6 matrix is apparently expected?!
Can you please explain the logic of correct A-tensor definition? Thanks!