Difference between revisions of "Brokensymm.m"

From Spinach Documentation Wiki
Jump to: navigation, search
(Created page with "{{DISPLAYTITLE:brokensymm.m}} __NOTOC__ Exchange coupling estimation from a pair of DFT logs using Yamaguchi equation. The notation is: H=-2J*(Sa.Sb) ==Syntax== J=broke...")
 
Line 1: Line 1:
 
{{DISPLAYTITLE:brokensymm.m}} __NOTOC__
 
{{DISPLAYTITLE:brokensymm.m}} __NOTOC__
Exchange coupling estimation from a pair of DFT logs using Yamaguchi equation. The notation is: H=-2J*(Sa.Sb)
+
Exchange coupling estimation from a pair of DFT logs using Yamaguchi equation. The convention is: H=-2J*(Sa.Sb)
  
 
==Syntax==
 
==Syntax==

Revision as of 14:50, 28 June 2021

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)

Arguments

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

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

Outputs

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

See also

Textbook module


Version 2.6, authors: Ilya Kuprov