1b_theory - WatsonGroupTCD/J2suscep GitHub Wiki

Theory

For obtaining n coupling constants, at least (n+1) spin configurations need to be modelled. In principle, for x centres with unpaired electrons, there can be a maximum of x(x-1)/2 coupling constants and a total of 2x different spin configurations. Out of these 2x configurations, half would be the mirror image of the others. For example, for any Mn6III system one can have a maximum of (6 X (6-1) / 2 =) 15 coupling constants while the total number of spin configurations for this complex are (26 =) 64 out of which a maximum of only 32 can be unique.

For any system with more than 3 paramagnetic centres, the number of configurations that are available are more than that required to calculate all coupling constants. This can be used to our advantage since we can model more states than required. This allows us to remove any dependence of the calculated coupling constants on the states modelled.[Cremades], [Cremades1], [Rajeshkumar], [Vignesh], [Tandon] However, depending upon the size of the system and the number of states modelled, one can end up with a large number of sets of solutions (coupling constants) which have to be averaged in some sensible way. This problem has been addressed in this code.

When calculating r coupling constants using n (where n > r) spin configurations, then first of all, one of these configurations has to be used as a reference for all the other states so that we can determine the energy only related to the flipping of spin. With the remaining (n-1) configurations, a total of [(n-1)!⁄{r!(n-1-r)!}] (i.e. (n-1)Cr) sets of solutions (i.e. r coupling constants) are obtained. Since any of the n modelled spin states can be used as a reference, n[(n-1)!⁄{r!(n-1-r)!}] (i.e. n((n-1)Cr) sets of solutions are obtained.

This code takes the Hamiltonian, the values of spin operators for each paramagnetic centre in each modelled spin state and the energy of each modelled spin state as input. This information is then used to calculate the coupling constants. As mentioned earlier, when calculating r coupling constants using n (where n > r) spin configurations, a total of n((n-1)Cr) sets of coupling constants are obtained. The sets which turn out to be singular are discarded. The valid solutions are averaged and the standard deviation is calculated. The solutions that are deviating by more than three standard deviations are discarded and the standard deviation is calculated again and this cycle is repeated until self-consistency is obtained.

The coupling constants obtained this way are then used to further determine the energy of all the possible electronic states (20.5x for x paramagnetic centres). To achieve this, the Heisenberg Dirac van Vleck Hamiltonian (Ĥ = -2 ∑i>j Jijsisj) is used. [Heisenberg], [Dirac], [Vanvleck] The spin operator value for each paramagnetic centre is determined by taking an average of the spin operator value in the different electronic states that is provided as input. Two electronic states are considered to be degenerate if the difference in the energy between the two is less than 1 cm-1.

⚠️ **GitHub.com Fallback** ⚠️