Difference between revisions of "Brokensymm.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Arguments)
(Update function See also links and function index membership)
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
 
     J=brokensymm(props_sing,props_trip)
 
     J=brokensymm(props_sing,props_trip)
  
==Arguments==
+
==Parameters==
  
 
     props_sing  - the output of [[gparse.m]] for the singlet  
 
     props_sing  - the output of [[gparse.m]] for the singlet  
Line 20: Line 20:
  
 
==See also==
 
==See also==
[[Textbook module]]
+
[[gparse.m]], [[levelpop.m]], [[quad_shift.m]], [[r1csa2tauc.m]], [[r1n_dnp.m]], [[r2csa2tauc.m]], [[rlx_csa.m]], [[rlx_dd_csa.m]], [[rlx_dip.m]], [[rlx_hfc.m]], [[rlx_nqi.m]], [[trosy_eff.m]], [[Textbook module]]
 
 
  
 
''Version 2.6, authors: [[Ilya Kuprov]]''
 
''Version 2.6, authors: [[Ilya Kuprov]]''

Latest revision as of 19:34, 6 June 2026

Exchange coupling estimation from a pair of DFT logs using Yamaguchi equation. The convention is: H=-2J*(Sa.Sb)

Syntax

    J=brokensymm(props_sing,props_trip)

Parameters

    props_sing  - the output of gparse.m for the singlet 
                  state of the biradical

    props_trip  - the output of gparse.m for the triplet 
                  state of the biradical

Outputs

    J           - an order-of-magnitude (really rough)
                  estimate of exchange coupling, Hz

See also

gparse.m, levelpop.m, quad_shift.m, r1csa2tauc.m, r1n_dnp.m, r2csa2tauc.m, rlx_csa.m, rlx_dd_csa.m, rlx_dip.m, rlx_hfc.m, rlx_nqi.m, trosy_eff.m, Textbook module

Version 2.6, authors: Ilya Kuprov