Difference between revisions of "Ias2mat.m"
(Created page with "{{DISPLAYTITLE:ias2mat.m}} __NOTOC__ Reconstruction of a 3x3 real interaction matrix C between real vectors u and v from its isotropic-antisymmetric-symmetric decomposition: a...") |
(Normalise sequential blank lines) |
||
| Line 22: | Line 22: | ||
[[Spin system specification]] | [[Spin system specification]] | ||
| − | |||
''Version 2.6, authors: [[Ilya Kuprov]]'' | ''Version 2.6, authors: [[Ilya Kuprov]]'' | ||
Revision as of 12:26, 25 April 2026
Reconstruction of a 3x3 real interaction matrix C between real vectors u and v from its isotropic-antisymmetric-symmetric decomposition: a*(u'*v) + d'*cross(u,v) + u'*A*v = u'*C*v
Syntax
C=ias2mat(a,d,A)
Arguments
a - scalar component d - antisymmetric coupling vector A - symmetric coupling matrix
Outputs
C - real 3x3 matrix
See also
Interaction specification conventions
Version 2.6, authors: Ilya Kuprov