Inconsistency of PCS fields calculated from different susceptibility tensors
Posted: Wed Jan 17, 2024 11:59 am
Dear SpinDynamics community,
I was investigating a paramagnetic Eu(III) coordination complex (C3 symmetry) and wanted to calculate the PCS field and values using Spinach. To provide a appropriate spin density, g- and susceptibility tensor, I did a CASSCF calculation with Orca (details below) using the 7 4f orbitals as active space. Since S>1, ZFS occurs and Orca outputs an updated geometry in the D-Tensor axis frame (which should save me the later adaption of the tensors via the Euler angles). I redid the CAS calculation using this geometry.
CAS setup:
! DKH DKH-DEF2-TZVPP RIJCOSX AUTOAUX SlowConv TIGHTSCF KDIIS MoRead
%moinp "Eu_pre_CAS.gbw"
%pal
nprocs 32
end
%maxcore 6000
%basis
NewGTO Eu "SARC-DKH-TZVPP" end
end
%rel
picturechange true
FiniteNuc true
end
%casscf
nel 6
norb 7
mult 7,5,3,1
nroots 7,140,588,490
bweight = 0.00571429,0.114286,0.48,0.4
...
The obtained g-factors have the following values: 0.809722 0.953096 0.977340
The susceptibility tensor in cm³*K/mol at 273 K yielded:
chi_eu =
[ 1.409858 -0.004367 0.020120
-0.004367 1.414043 0.001456
0.020120 0.001456 1.796160 ]
It was then converted to A³ via the following line:
chi_eu=(1.660539067*chi_eu)/273;
Using these values, Spinach calculated a PCS field, which seems to be reasonable (oriented along the C3 axis) and agrees with literature cases of comparable systems. Experimental results from Bleany Analysis are relatively close to the respective PCS values. The only thing that is off is the discrepancy of the theoretical and experimental axial susceptibilities. mat2axrh (using chi_ax = zz-(xx+yy)/2) yields 2.35e-33 m³. The experimental value is -1.80E-32 m³ (agreeing with literature values). So first of all, it seems to be smaller by the order of 10, and second the sign is opposite. According to my understanding, the sign should be negative with a negative torus in the PCS field. Does someone have an idea, where this difference comes from? Am I doing somethin wrong with the ordering of the tensor values? That's actually something, that confused me even more: when I used Haeberlen notation (zz- iso >= xx - iso >= yy - iso) instead of Mehring notation (xx <= yy <= zz) for a series of Ln(III) complexes (Nd, Sm, Eu, Yb) I always got the opposite sign of what I expected and was known from literature.
That's basically my main problem. Something that I then wanted to try was to compare those results to PCS fields that I would get from approximating chi via the built-in g2chi-function based on the g-tensor and spin. This resulted in a PCS field, which appears to be rotated by 90° and opposite sign. chi_ax is again positive (1.99e-32 m³), but at least the value itself now comes way closer to the experimental one.
I then even considered involving low-lying excited SO states. Using single_aniso, I was able to obtain a pseudospin Hamiltonian g-Tensor taking into account the first three degenerate SO states after the ground state (198.390 cm-1, 346.182 cm-1, 353.886 cm-1):
1.66609838 1.64718265 1.05881485
In this case, the orientation seems to be right, whereas the chi_ax value (9.85e-32 m³) seems to be a bit large. The value again is positive, but in this case this would be expected looking at the PCS cone (basically the previous one rotated by 90°, the torus is positive; I somehow could'nt upload more than 3 files).
In conclusion, I can't seem to reproduce the PCS cone obtained from the Orca susceptibility tensor and moreover I can't make sense of the accompanying chi_ax values.
I hope I described the encountered problems sufficiently. Any ideas or insights to mistakes I might have made would be appreciated. Thank you in advance!
I attached my Spinach code.
Kind regards
Adrian
I was investigating a paramagnetic Eu(III) coordination complex (C3 symmetry) and wanted to calculate the PCS field and values using Spinach. To provide a appropriate spin density, g- and susceptibility tensor, I did a CASSCF calculation with Orca (details below) using the 7 4f orbitals as active space. Since S>1, ZFS occurs and Orca outputs an updated geometry in the D-Tensor axis frame (which should save me the later adaption of the tensors via the Euler angles). I redid the CAS calculation using this geometry.
CAS setup:
! DKH DKH-DEF2-TZVPP RIJCOSX AUTOAUX SlowConv TIGHTSCF KDIIS MoRead
%moinp "Eu_pre_CAS.gbw"
%pal
nprocs 32
end
%maxcore 6000
%basis
NewGTO Eu "SARC-DKH-TZVPP" end
end
%rel
picturechange true
FiniteNuc true
end
%casscf
nel 6
norb 7
mult 7,5,3,1
nroots 7,140,588,490
bweight = 0.00571429,0.114286,0.48,0.4
...
The obtained g-factors have the following values: 0.809722 0.953096 0.977340
The susceptibility tensor in cm³*K/mol at 273 K yielded:
chi_eu =
[ 1.409858 -0.004367 0.020120
-0.004367 1.414043 0.001456
0.020120 0.001456 1.796160 ]
It was then converted to A³ via the following line:
chi_eu=(1.660539067*chi_eu)/273;
Using these values, Spinach calculated a PCS field, which seems to be reasonable (oriented along the C3 axis) and agrees with literature cases of comparable systems. Experimental results from Bleany Analysis are relatively close to the respective PCS values. The only thing that is off is the discrepancy of the theoretical and experimental axial susceptibilities. mat2axrh (using chi_ax = zz-(xx+yy)/2) yields 2.35e-33 m³. The experimental value is -1.80E-32 m³ (agreeing with literature values). So first of all, it seems to be smaller by the order of 10, and second the sign is opposite. According to my understanding, the sign should be negative with a negative torus in the PCS field. Does someone have an idea, where this difference comes from? Am I doing somethin wrong with the ordering of the tensor values? That's actually something, that confused me even more: when I used Haeberlen notation (zz- iso >= xx - iso >= yy - iso) instead of Mehring notation (xx <= yy <= zz) for a series of Ln(III) complexes (Nd, Sm, Eu, Yb) I always got the opposite sign of what I expected and was known from literature.
That's basically my main problem. Something that I then wanted to try was to compare those results to PCS fields that I would get from approximating chi via the built-in g2chi-function based on the g-tensor and spin. This resulted in a PCS field, which appears to be rotated by 90° and opposite sign. chi_ax is again positive (1.99e-32 m³), but at least the value itself now comes way closer to the experimental one.
I then even considered involving low-lying excited SO states. Using single_aniso, I was able to obtain a pseudospin Hamiltonian g-Tensor taking into account the first three degenerate SO states after the ground state (198.390 cm-1, 346.182 cm-1, 353.886 cm-1):
1.66609838 1.64718265 1.05881485
In this case, the orientation seems to be right, whereas the chi_ax value (9.85e-32 m³) seems to be a bit large. The value again is positive, but in this case this would be expected looking at the PCS cone (basically the previous one rotated by 90°, the torus is positive; I somehow could'nt upload more than 3 files).
In conclusion, I can't seem to reproduce the PCS cone obtained from the Orca susceptibility tensor and moreover I can't make sense of the accompanying chi_ax values.
I hope I described the encountered problems sufficiently. Any ideas or insights to mistakes I might have made would be appreciated. Thank you in advance!
I attached my Spinach code.
Kind regards
Adrian