Difference between revisions of "Zfs2mat.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Restore pre-bulk-edit wiki content)
(Update function See also links and function index membership)
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:zfs2mat.m}}
+
{{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)
 
  
==Arguments==
+
    M=zfs2mat(D,E,alp,bet,gam)
 +
 
 +
==Parameters==
  
 
     D,E  - real scalar parameters
 
     D,E  - real scalar parameters
Line 15: Line 16:
  
 
==See also==
 
==See also==
[[axrh2mat.m]], [[castep2nqi.m]], [[anas2mat.m]]
+
[[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]]''
 
''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