Difference between revisions of "Zfs2mat.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Sync syntax/arguments/outputs with current Spinach source)
(Update function See also links and function index membership)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
{{DISPLAYTITLE:zfs2mat.m}} __NOTOC__
 
{{DISPLAYTITLE:zfs2mat.m}} __NOTOC__
 
 
Converts D and E zero-field splitting parameters described in the abstract of http://dx.doi.org/10.1063/1.1682294 into a diagonal spin interaction matrix.
 
Converts D and E zero-field splitting parameters described in the abstract of http://dx.doi.org/10.1063/1.1682294 into a diagonal spin interaction matrix.
  
 
==Syntax==
 
==Syntax==
  
M=zfs2mat(D,E,alp,bet,gam)
 
  
==Arguments==
+
    M=zfs2mat(D,E,alp,bet,gam)
  
D,E  - real scalar parameters, Hz
+
==Parameters==
  
    alp  - alpha Euler angle in radians
+
    D,E  - real scalar parameters
 
 
    bet  - beta Euler angle in radians
 
 
 
    gam  - gamma Euler angle in radians
 
  
 
==Outputs==
 
==Outputs==
  
M  - diagonal 3x3 matrix
+
    M  - diagonal 3x3 matrix
  
 
==See also==
 
==See also==
 
+
[[axrh2mat.m]], [[castep2nqi.m]], [[anas2mat.m]], [[ang2cgsppm.m]], [[cgsppm2ang.m]], [[conmat.m]], [[dictum.m]], [[dihedral.m]], [[eeqq2nqi.m]], [[frac2cart.m]], [[g2freq.m]], [[gauss2mhz.m]], [[ham2nqi.m]], [[hartree2joule.m]], [[hz2icm.m]], [[hz2ppm.m]], [[ias2mat.m]], [[mat2axrh.m]], [[mat2ias.m]], [[mhz2gauss.m]], [[mt2hz.m]], [[offsetof.m]], [[ppm2hz.m]], [[spsk2mat.m]], [[tsm2param.m]], [[xyz2dd.m]], [[Kernel_utilities]]
[[axrh2mat.m]], [[castep2nqi.m]], [[anas2mat.m]]
 
 
 
  
 
''Version 2.1, authors: [[Ilya Kuprov]]''
 
''Version 2.1, authors: [[Ilya Kuprov]]''

Latest revision as of 19:43, 6 June 2026

Converts D and E zero-field splitting parameters described in the abstract of http://dx.doi.org/10.1063/1.1682294 into a diagonal spin interaction matrix.

Syntax

    M=zfs2mat(D,E,alp,bet,gam)

Parameters

    D,E   - real scalar parameters

Outputs

    M   - diagonal 3x3 matrix

See also

axrh2mat.m, castep2nqi.m, anas2mat.m, ang2cgsppm.m, cgsppm2ang.m, conmat.m, dictum.m, dihedral.m, eeqq2nqi.m, frac2cart.m, g2freq.m, gauss2mhz.m, ham2nqi.m, hartree2joule.m, hz2icm.m, hz2ppm.m, ias2mat.m, mat2axrh.m, mat2ias.m, mhz2gauss.m, mt2hz.m, offsetof.m, ppm2hz.m, spsk2mat.m, tsm2param.m, xyz2dd.m, Kernel_utilities

Version 2.1, authors: Ilya Kuprov