Loading [MathJax]/jax/output/CommonHTML/jax.js

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

physics_chemistry:point_groups:o:orientation_xyz [2018/03/21 18:46] – created Stefano Agrestiniphysics_chemistry:point_groups:o:orientation_xyz [2018/04/06 08:55] (current) Maurits W. Haverkort
Line 1: Line 1:
 +~~CLOSETOC~~
 +
 ====== Orientation XYZ ====== ====== Orientation XYZ ======
 +
 +===== Symmetry Operations =====
  
 ### ###
-alligned paragraph text+ 
 +In the O Point Group, with orientation XYZ there are the following symmetry operations 
 ### ###
  
-===== Example =====+### 
 + 
 +{{:physics_chemistry:pointgroup:o_xyz.png}}
  
 ### ###
-description text+
 ### ###
  
-==== Input ==== +^ Operator ^ Orientation ^ 
-<code Quanty Example.Quanty> +^ E | {0,0,0} , | 
--- some example code+^ C3 | {1,1,1} , {1,1,1} , {1,1,1} , {1,1,1} , {1,1,1} , {1,1,1} , {1,1,1} , {1,1,1} , | 
 +^ C2 | {1,1,0} , {1,1,0} , {1,0,1} , {1,0,1} , {0,1,1} , {0,1,1} , | 
 +^ C4 | {0,0,1} , {0,1,0} , {1,0,0} , {0,0,1} , {0,1,0} , {1,0,0} , | 
 +^ C2 | {0,0,1} , {0,1,0} , {1,0,0} , | 
 + 
 +### 
 + 
 +===== Different Settings ===== 
 + 
 +### 
 + 
 +  * [[physics_chemistry:point_groups:o:orientation_xyz|Point Group O with orientation XYZ]] 
 + 
 +### 
 + 
 +===== Character Table ===== 
 + 
 +### 
 + 
 +  ^  E(1)  ^  C3(8)  ^  C2(6)  ^  C4(6)  ^  C2(3)  ^ 
 +^ A111111
 +^ A211111
 +^ E21002
 +^ T130111
 +^ T230111
 + 
 +### 
 + 
 +===== Product Table ===== 
 + 
 +### 
 + 
 +  ^  A1  ^  A2  ^  E  ^  T1  ^  T2  ^ 
 +^ A1  | A1  | A2  | E  | T1  | T2  | 
 +^ A2  | A2  | A1  | E  | T2  | T1  | 
 +^ E  | E  | E  | E+A1+A2  | T1+T2  | T1+T2  | 
 +^ T1  | T1  | T2  | T1+T2  | E+A1+T1+T2  | E+A2+T1+T2  | 
 +^ T2  | T2  | T1  | T1+T2  | E+A2+T1+T2  | E+A1+T1+T2  | 
 + 
 +### 
 + 
 +===== Sub Groups with compatible settings ===== 
 + 
 +### 
 + 
 +  * [[physics_chemistry:point_groups:c1:orientation_1|Point Group C1 with orientation 1]] 
 +  * [[physics_chemistry:point_groups:c2:orientation_x|Point Group C2 with orientation X]] 
 +  * [[physics_chemistry:point_groups:c2:orientation_y|Point Group C2 with orientation Y]] 
 +  * [[physics_chemistry:point_groups:c2:orientation_z|Point Group C2 with orientation Z]] 
 +  * [[physics_chemistry:point_groups:c4:orientation_x|Point Group C4 with orientation X]] 
 +  * [[physics_chemistry:point_groups:c4:orientation_y|Point Group C4 with orientation Y]] 
 +  * [[physics_chemistry:point_groups:c4:orientation_z|Point Group C4 with orientation Z]] 
 +  * [[physics_chemistry:point_groups:d2:orientation_xyz|Point Group D2 with orientation XYZ]] 
 +  * [[physics_chemistry:point_groups:d4:orientation_zxy|Point Group D4 with orientation Zxy]] 
 +  * [[physics_chemistry:point_groups:t:orientation_xyz|Point Group T with orientation xyz]] 
 + 
 +### 
 + 
 +===== Super Groups with compatible settings ===== 
 + 
 +### 
 + 
 +  * [[physics_chemistry:point_groups:oh:orientation_xyz|Point Group Oh with orientation XYZ]] 
 + 
 +### 
 + 
 +===== Invariant Potential expanded on renormalized spherical Harmonics ===== 
 + 
 +### 
 + 
 +Any potential (function) can be written as a sum over spherical harmonics. 
 +V(r,θ,ϕ)=k=0km=kAk,m(r)C(m)k(θ,ϕ) 
 +Here Ak,m(r) is a radial function and C(m)k(θ,ϕ) a renormalised spherical harmonics. C(m)k(θ,ϕ)=4π2k+1Y(m)k(θ,ϕ) 
 +The presence of symmetry induces relations between the expansion coefficients such that V(r,θ,ϕ) is invariant under all symmetry operations. For the O Point group with orientation XYZ the form of the expansion coefficients is: 
 + 
 +### 
 + 
 +==== Expansion ==== 
 + 
 +### 
 + 
 + $$A_{k,m} = \begin{cases} 
 + A(0,0) & k=0\land m=0 \\ 
 + \sqrt{\frac{5}{14}} A(4,0) & k=4\land (m=-4\lor m=4) \\ 
 + A(4,0) & k=4\land m=0 \\ 
 + -\sqrt{\frac{7}{2}} A(6,0) & k=6\land (m=-4\lor m=4) \\ 
 + A(6,0) & k=6\land m=0 
 +\end{cases}$$ 
 + 
 +### 
 + 
 +==== Input format suitable for Mathematica (Quanty.nb) ==== 
 + 
 +### 
 + 
 +<code Quanty Akm_O_XYZ.Quanty.nb
 + 
 +Akm[k_,m_]:=Piecewise[{{A[0, 0], k == 0 && m == 0}, {Sqrt[5/14]*A[4, 0], k == 4 && (m == -4 || m == 4)}, {A[4, 0], k == 4 && m == 0}, {-(Sqrt[7/2]*A[6, 0]), k == 6 && (m == -4 || m == 4)}, {A[6, 0], k == 6 && m == 0}}, 0] 
 </code> </code>
  
-==== Result ==== +###
-<WRAP center box 100%> +
-text produced as output +
-</WRAP>+
  
-===== Table of contents ===== +==== Input format suitable for Quanty ====
-{{indexmenu>.#1}}+
  
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty>
 +
 +Akm = {{0, 0, A(0,0)} , 
 +       {4, 0, A(4,0)} , 
 +       {4,-4, (sqrt(5/14))*(A(4,0))} , 
 +       {4, 4, (sqrt(5/14))*(A(4,0))} , 
 +       {6, 0, A(6,0)} , 
 +       {6,-4, (-1)*((sqrt(7/2))*(A(6,0)))} , 
 +       {6, 4, (-1)*((sqrt(7/2))*(A(6,0)))} }
 +
 +</code>
 +
 +###
 +
 +==== One particle coupling on a basis of spherical harmonics ====
 +
 +###
 +
 +The operator representing the potential in second quantisation is given as:
 +O=n,l,m,n,l,mψn,l,m(r,θ,ϕ)|V(r,θ,ϕ)|ψn,l,m(r,θ,ϕ)an,l,man,l,m
 +For the quantisation of the wave-function (physical meaning of the indices n,l,m) we can choose a basis of spherical harmonics times some radial function, i.e. ψn,l,m(r,θ,ϕ)=Rn,l(r)Y(l)m(θ,ϕ). With this choice the integral for the expectation value in front of the creation and annihilation operators separates into a radial part and angular part. The angular part has an analytical solution, the radial integral is cast int a parameter.
 +Anl,nl(k,m)=Rn,l|Ak,m(r)|Rn,l
 +Note the difference between the function Ak,m and the parameter Anl,nl(k,m)
 +
 +
 +###
 +
 +
 +
 +###
 +
 +
 +we can express the operator as 
 +O=n,l,m,n,l,m,k,mAnl,nl(k,m)Y(m)l(θ,ϕ)|C(m)k(θ,ϕ)|Y(m)l(θ,ϕ)an,l,man,l,m
 +
 +
 +###
 +
 +
 +
 +###
 +
 +
 +The table below shows the expectation value of O on a basis of spherical harmonics. We suppressed the principle quantum number indices. Note that in principle Al,l(k,m) can be complex. Instead of allowing complex parameters we took Al,l(k,m)+IBl,l(k,m) (with both A and B real) as the expansion parameter.
 +
 +###
 +
 +
 +
 +###
 +
 +  ^  Y(0)0  ^  Y(1)1  ^  Y(1)0  ^  Y(1)1  ^  Y(2)2  ^  Y(2)1  ^  Y(2)0  ^  Y(2)1  ^  Y(2)2  ^  Y(3)3  ^  Y(3)2  ^  Y(3)1  ^  Y(3)0  ^  Y(3)1  ^  Y(3)2  ^  Y(3)3  ^
 +^Y(0)0|Ass(0,0)|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|
 +^Y(1)1|0|App(0,0)|0|0|0|0|0|0|0|0|0|1327Apf(4,0)|0|0|0|131021Apf(4,0)|
 +^Y(1)0|0|0|App(0,0)|0|0|0|0|0|0|0|0|0|4Apf(4,0)321|0|0|0|
 +^Y(1)1|0|0|0|App(0,0)|0|0|0|0|0|131021Apf(4,0)|0|0|0|1327Apf(4,0)|0|0|
 +^Y(2)2|0|0|0|0|Add(0,0)+121Add(4,0)|0|0|0|521Add(4,0)|0|0|0|0|0|0|0|
 +^Y(2)1|0|0|0|0|0|Add(0,0)421Add(4,0)|0|0|0|0|0|0|0|0|0|0|
 +^Y(2)0|0|0|0|0|0|0|Add(0,0)+27Add(4,0)|0|0|0|0|0|0|0|0|0|
 +^Y(2)1|0|0|0|0|0|0|0|Add(0,0)421Add(4,0)|0|0|0|0|0|0|0|0|
 +^Y(2)2|0|0|0|0|521Add(4,0)|0|0|0|Add(0,0)+121Add(4,0)|0|0|0|0|0|0|0|
 +^Y(3)3|0|0|0|131021Apf(4,0)|0|0|0|0|0|Aff(0,0)+111Aff(4,0)5429Aff(6,0)|0|0|0|11153Aff(4,0)+3514353Aff(6,0)|0|0|
 +^Y(3)2|0|0|0|0|0|0|0|0|0|0|Aff(0,0)733Aff(4,0)+10143Aff(6,0)|0|0|0|533Aff(4,0)70143Aff(6,0)|0|
 +^Y(3)1|0|1327Apf(4,0)|0|0|0|0|0|0|0|0|0|Aff(0,0)+133Aff(4,0)25143Aff(6,0)|0|0|0|11153Aff(4,0)+3514353Aff(6,0)|
 +^Y(3)0|0|0|4Apf(4,0)321|0|0|0|0|0|0|0|0|0|Aff(0,0)+211Aff(4,0)+100429Aff(6,0)|0|0|0|
 +^Y(3)1|0|0|0|1327Apf(4,0)|0|0|0|0|0|11153Aff(4,0)+3514353Aff(6,0)|0|0|0|Aff(0,0)+133Aff(4,0)25143Aff(6,0)|0|0|
 +^Y(3)2|0|0|0|0|0|0|0|0|0|0|533Aff(4,0)70143Aff(6,0)|0|0|0|Aff(0,0)733Aff(4,0)+10143Aff(6,0)|0|
 +^Y(3)3|0|131021Apf(4,0)|0|0|0|0|0|0|0|0|0|11153Aff(4,0)+3514353Aff(6,0)|0|0|0|Aff(0,0)+111Aff(4,0)5429Aff(6,0)|
 +
 +
 +###
 +
 +==== Rotation matrix to symmetry adapted functions (choice is not unique) ====
 +
 +###
 +
 +
 +Instead of a basis of spherical harmonics one can chose any other basis, which is given by a unitary transformation. Here we choose a rotation that simplifies the representation of the crystal field
 +
 +###
 +
 +
 +
 +###
 +
 +  ^  Y(0)0  ^  Y(1)1  ^  Y(1)0  ^  Y(1)1  ^  Y(2)2  ^  Y(2)1  ^  Y(2)0  ^  Y(2)1  ^  Y(2)2  ^  Y(3)3  ^  Y(3)2  ^  Y(3)1  ^  Y(3)0  ^  Y(3)1  ^  Y(3)2  ^  Y(3)3  ^
 +^s|1|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|
 +^px|0|12|0|12|0|0|0|0|0|0|0|0|0|0|0|0|
 +^py|0|i2|0|i2|0|0|0|0|0|0|0|0|0|0|0|0|
 +^pz|0|0|1|0|0|0|0|0|0|0|0|0|0|0|0|0|
 +^dx2y2|0|0|0|0|12|0|0|0|12|0|0|0|0|0|0|0|
 +^d3z2r2|0|0|0|0|0|0|1|0|0|0|0|0|0|0|0|0|
 +^dyz|0|0|0|0|0|i2|0|i2|0|0|0|0|0|0|0|0|
 +^dxz|0|0|0|0|0|12|0|12|0|0|0|0|0|0|0|0|
 +^dxy|0|0|0|0|i2|0|0|0|i2|0|0|0|0|0|0|0|
 +^fxyz|0|0|0|0|0|0|0|0|0|0|i2|0|0|0|i2|0|
 +^fx(5x2r2)|0|0|0|0|0|0|0|0|0|54|0|34|0|34|0|54|
 +^fy(5y2r2)|0|0|0|0|0|0|0|0|0|i54|0|i34|0|i34|0|i54|
 +^fz(5z2r2)|0|0|0|0|0|0|0|0|0|0|0|0|1|0|0|0|
 +^fx(y2z2)|0|0|0|0|0|0|0|0|0|34|0|54|0|54|0|34|
 +^fy(z2x2)|0|0|0|0|0|0|0|0|0|i34|0|i54|0|i54|0|i34|
 +^fz(x2y2)|0|0|0|0|0|0|0|0|0|0|12|0|0|0|12|0|
 +
 +
 +###
 +
 +==== One particle coupling on a basis of symmetry adapted functions ====
 +
 +###
 +
 +After rotation we find
 +
 +###
 +
 +
 +
 +###
 +
 +  ^  s  ^  px  ^  py  ^  pz  ^  dx2y2  ^  d3z2r2  ^  dyz  ^  dxz  ^  dxy  ^  fxyz  ^  fx(5x2r2)  ^  fy(5y2r2)  ^  fz(5z2r2)  ^  fx(y2z2)  ^  fy(z2x2)  ^  fz(x2y2)  ^
 +^s|Ass(0,0)|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|
 +^px|0|App(0,0)|0|0|0|0|0|0|0|0|4Apf(4,0)321|0|0|0|0|0|
 +^py|0|0|App(0,0)|0|0|0|0|0|0|0|0|4Apf(4,0)321|0|0|0|0|
 +^pz|0|0|0|App(0,0)|0|0|0|0|0|0|0|0|4Apf(4,0)321|0|0|0|
 +^dx2y2|0|0|0|0|Add(0,0)+27Add(4,0)|0|0|0|0|0|0|0|0|0|0|0|
 +^d3z2r2|0|0|0|0|0|Add(0,0)+27Add(4,0)|0|0|0|0|0|0|0|0|0|0|
 +^dyz|0|0|0|0|0|0|Add(0,0)421Add(4,0)|0|0|0|0|0|0|0|0|0|
 +^dxz|0|0|0|0|0|0|0|Add(0,0)421Add(4,0)|0|0|0|0|0|0|0|0|
 +^dxy|0|0|0|0|0|0|0|0|Add(0,0)421Add(4,0)|0|0|0|0|0|0|0|
 +^fxyz|0|0|0|0|0|0|0|0|0|Aff(0,0)411Aff(4,0)+80143Aff(6,0)|0|0|0|0|0|0|
 +^fx(5x2r2)|0|4Apf(4,0)321|0|0|0|0|0|0|0|0|Aff(0,0)+211Aff(4,0)+100429Aff(6,0)|0|0|0|0|0|
 +^fy(5y2r2)|0|0|4Apf(4,0)321|0|0|0|0|0|0|0|0|Aff(0,0)+211Aff(4,0)+100429Aff(6,0)|0|0|0|0|
 +^fz(5z2r2)|0|0|0|4Apf(4,0)321|0|0|0|0|0|0|0|0|Aff(0,0)+211Aff(4,0)+100429Aff(6,0)|0|0|0|
 +^fx(y2z2)|0|0|0|0|0|0|0|0|0|0|0|0|0|Aff(0,0)233Aff(4,0)60143Aff(6,0)|0|0|
 +^fy(z2x2)|0|0|0|0|0|0|0|0|0|0|0|0|0|0|Aff(0,0)233Aff(4,0)60143Aff(6,0)|0|
 +^fz(x2y2)|0|0|0|0|0|0|0|0|0|0|0|0|0|0|0|Aff(0,0)233Aff(4,0)60143Aff(6,0)|
 +
 +
 +###
 +
 +===== Coupling for a single shell =====
 +
 +
 +
 +###
 +
 +Although the parameters Al,l(k,m) uniquely define the potential, there is no simple relation between these paramters and the eigenstates of the potential. In this section we replace the parameters Al,l(k,m) by paramters that relate to the eigen energies of the potential acting on or between two shells with angular momentum l and l.
 +
 +###
 +
 +
 +
 +###
 +
 +Click on one of the subsections to expand it or <hiddenSwitch expand all> 
 +
 +###
 +
 +==== Potential for s orbitals ====
 +
 +<hidden **Potential parameterized with onsite energies of irriducible representations** >
 +
 +###
 +
 + $$A_{k,m} = \begin{cases}
 + \text{Ea1} & k=0\land m=0 \\
 + 0 & \text{True}
 +\end{cases}$$
 +
 +###
 +
 +</hidden>
 +<hidden **Input format suitable for Mathematica (Quanty.nb)** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty.nb>
 +
 +Akm[k_,m_]:=Piecewise[{{Ea1, k == 0 && m == 0}}, 0]
 +
 +</code>
 +
 +###
 +
 +</hidden><hidden **Input format suitable for Quanty** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty>
 +
 +Akm = {{0, 0, Ea1} }
 +
 +</code>
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of spherical Harmonics** >
 +
 +###
 +
 +  ^  Y(0)0  ^
 +^Y(0)0|Ea1|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of symmetric functions** >
 +
 +###
 +
 +  ^  s  ^
 +^s|Ea1|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **Rotation matrix used** >
 +
 +###
 +
 +  ^  Y(0)0  ^
 +^s|1|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **Irriducible representations and their onsite energy** >
 +
 +###
 +
 +^ ^Ea1 | {{:physics_chemistry:pointgroup:o_xyz_orb_0_1.png?150}} |
 +|ψ(θ,ϕ)=11 |12π | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |12π | ::: |
 +
 +
 +###
 +
 +</hidden>
 +==== Potential for p orbitals ====
 +
 +<hidden **Potential parameterized with onsite energies of irriducible representations** >
 +
 +###
 +
 + $$A_{k,m} = \begin{cases}
 + \text{Et1} & k=0\land m=0 \\
 + 0 & \text{True}
 +\end{cases}$$
 +
 +###
 +
 +</hidden>
 +<hidden **Input format suitable for Mathematica (Quanty.nb)** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty.nb>
 +
 +Akm[k_,m_]:=Piecewise[{{Et1, k == 0 && m == 0}}, 0]
 +
 +</code>
 +
 +###
 +
 +</hidden><hidden **Input format suitable for Quanty** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty>
 +
 +Akm = {{0, 0, Et1} }
 +
 +</code>
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of spherical Harmonics** >
 +
 +###
 +
 +  ^  Y(1)1  ^  Y(1)0  ^  Y(1)1  ^
 +^Y(1)1|Et1|0|0|
 +^Y(1)0|0|Et1|0|
 +^Y(1)1|0|0|Et1|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of symmetric functions** >
 +
 +###
 +
 +  ^  px  ^  py  ^  pz  ^
 +^px|Et1|0|0|
 +^py|0|Et1|0|
 +^pz|0|0|Et1|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **Rotation matrix used** >
 +
 +###
 +
 +  ^  Y(1)1  ^  Y(1)0  ^  Y(1)1  ^
 +^px|12|0|12|
 +^py|i2|0|i2|
 +^pz|0|1|0|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **Irriducible representations and their onsite energy** >
 +
 +###
 +
 +^ ^Et1 | {{:physics_chemistry:pointgroup:o_xyz_orb_1_1.png?150}} |
 +|ψ(θ,ϕ)=11 |123πsin(θ)cos(ϕ) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |123πx | ::: |
 +^ ^Et1 | {{:physics_chemistry:pointgroup:o_xyz_orb_1_2.png?150}} |
 +|ψ(θ,ϕ)=11 |123πsin(θ)sin(ϕ) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |123πy | ::: |
 +^ ^Et1 | {{:physics_chemistry:pointgroup:o_xyz_orb_1_3.png?150}} |
 +|ψ(θ,ϕ)=11 |123πcos(θ) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |123πz | ::: |
 +
 +
 +###
 +
 +</hidden>
 +==== Potential for d orbitals ====
 +
 +<hidden **Potential parameterized with onsite energies of irriducible representations** >
 +
 +###
 +
 + $$A_{k,m} = \begin{cases}
 + \frac{2 \text{Ee}}{5}+\frac{3 \text{Et2}}{5} & k=0\land m=0 \\
 + \frac{3}{2} \sqrt{\frac{7}{10}} (\text{Ee}-\text{Et2}) & k=4\land (m=-4\lor m=4) \\
 + \frac{21 (\text{Ee}-\text{Et2})}{10} & k=4\land m=0
 +\end{cases}$$
 +
 +###
 +
 +</hidden>
 +<hidden **Input format suitable for Mathematica (Quanty.nb)** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty.nb>
 +
 +Akm[k_,m_]:=Piecewise[{{(2*Ee)/5 + (3*Et2)/5, k == 0 && m == 0}, {(3*Sqrt[7/10]*(Ee - Et2))/2, k == 4 && (m == -4 || m == 4)}, {(21*(Ee - Et2))/10, k == 4 && m == 0}}, 0]
 +
 +</code>
 +
 +###
 +
 +</hidden><hidden **Input format suitable for Quanty** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty>
 +
 +Akm = {{0, 0, (2/5)*(Ee) + (3/5)*(Et2)} , 
 +       {4, 0, (21/10)*(Ee + (-1)*(Et2))} , 
 +       {4,-4, (3/2)*((sqrt(7/10))*(Ee + (-1)*(Et2)))} , 
 +       {4, 4, (3/2)*((sqrt(7/10))*(Ee + (-1)*(Et2)))} }
 +
 +</code>
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of spherical Harmonics** >
 +
 +###
 +
 +  ^  Y(2)2  ^  Y(2)1  ^  Y(2)0  ^  Y(2)1  ^  Y(2)2  ^
 +^Y(2)2|Ee+Et22|0|0|0|EeEt22|
 +^Y(2)1|0|Et2|0|0|0|
 +^Y(2)0|0|0|Ee|0|0|
 +^Y(2)1|0|0|0|Et2|0|
 +^Y(2)2|EeEt22|0|0|0|Ee+Et22|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of symmetric functions** >
 +
 +###
 +
 +  ^  dx2y2  ^  d3z2r2  ^  dyz  ^  dxz  ^  dxy  ^
 +^dx2y2|Ee|0|0|0|0|
 +^d3z2r2|0|Ee|0|0|0|
 +^dyz|0|0|Et2|0|0|
 +^dxz|0|0|0|Et2|0|
 +^dxy|0|0|0|0|Et2|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **Rotation matrix used** >
 +
 +###
 +
 +  ^  Y(2)2  ^  Y(2)1  ^  Y(2)0  ^  Y(2)1  ^  Y(2)2  ^
 +^dx2y2|12|0|0|0|12|
 +^d3z2r2|0|0|1|0|0|
 +^dyz|0|i2|0|i2|0|
 +^dxz|0|12|0|12|0|
 +^dxy|i2|0|0|0|i2|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **Irriducible representations and their onsite energy** >
 +
 +###
 +
 +^ ^Ee | {{:physics_chemistry:pointgroup:o_xyz_orb_2_1.png?150}} |
 +|ψ(θ,ϕ)=11 |1415πsin2(θ)cos(2ϕ) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |1415π(x2y2) | ::: |
 +^ ^Ee | {{:physics_chemistry:pointgroup:o_xyz_orb_2_2.png?150}} |
 +|ψ(θ,ϕ)=11 |185π(3cos(2θ)+1) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |145π(3z21) | ::: |
 +^ ^Et2 | {{:physics_chemistry:pointgroup:o_xyz_orb_2_3.png?150}} |
 +|ψ(θ,ϕ)=11 |1415πsin(2θ)sin(ϕ) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |1215πyz | ::: |
 +^ ^Et2 | {{:physics_chemistry:pointgroup:o_xyz_orb_2_4.png?150}} |
 +|ψ(θ,ϕ)=11 |1415πsin(2θ)cos(ϕ) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |1215πxz | ::: |
 +^ ^Et2 | {{:physics_chemistry:pointgroup:o_xyz_orb_2_5.png?150}} |
 +|ψ(θ,ϕ)=11 |1415πsin2(θ)sin(2ϕ) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |1215πxy | ::: |
 +
 +
 +###
 +
 +</hidden>
 +==== Potential for f orbitals ====
 +
 +<hidden **Potential parameterized with onsite energies of irriducible representations** >
 +
 +###
 +
 + $$A_{k,m} = \begin{cases}
 + \frac{1}{7} (\text{Ea2}+3 (\text{Et1}+\text{Et2})) & k=0\land m=0 \\
 + -\frac{3}{4} \sqrt{\frac{5}{14}} (2 \text{Ea2}-3 \text{Et1}+\text{Et2}) & k=4\land (m=-4\lor m=4) \\
 + -\frac{3}{4} (2 \text{Ea2}-3 \text{Et1}+\text{Et2}) & k=4\land m=0 \\
 + -\frac{39 (4 \text{Ea2}+5 \text{Et1}-9 \text{Et2})}{40 \sqrt{14}} & k=6\land (m=-4\lor m=4) \\
 + \frac{39}{280} (4 \text{Ea2}+5 \text{Et1}-9 \text{Et2}) & k=6\land m=0
 +\end{cases}$$
 +
 +###
 +
 +</hidden>
 +<hidden **Input format suitable for Mathematica (Quanty.nb)** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty.nb>
 +
 +Akm[k_,m_]:=Piecewise[{{(Ea2 + 3*(Et1 + Et2))/7, k == 0 && m == 0}, {(-3*Sqrt[5/14]*(2*Ea2 - 3*Et1 + Et2))/4, k == 4 && (m == -4 || m == 4)}, {(-3*(2*Ea2 - 3*Et1 + Et2))/4, k == 4 && m == 0}, {(-39*(4*Ea2 + 5*Et1 - 9*Et2))/(40*Sqrt[14]), k == 6 && (m == -4 || m == 4)}, {(39*(4*Ea2 + 5*Et1 - 9*Et2))/280, k == 6 && m == 0}}, 0]
 +
 +</code>
 +
 +###
 +
 +</hidden><hidden **Input format suitable for Quanty** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty>
 +
 +Akm = {{0, 0, (1/7)*(Ea2 + (3)*(Et1 + Et2))} , 
 +       {4, 0, (-3/4)*((2)*(Ea2) + (-3)*(Et1) + Et2)} , 
 +       {4,-4, (-3/4)*((sqrt(5/14))*((2)*(Ea2) + (-3)*(Et1) + Et2))} , 
 +       {4, 4, (-3/4)*((sqrt(5/14))*((2)*(Ea2) + (-3)*(Et1) + Et2))} , 
 +       {6, 0, (39/280)*((4)*(Ea2) + (5)*(Et1) + (-9)*(Et2))} , 
 +       {6,-4, (-39/40)*((1/(sqrt(14)))*((4)*(Ea2) + (5)*(Et1) + (-9)*(Et2)))} , 
 +       {6, 4, (-39/40)*((1/(sqrt(14)))*((4)*(Ea2) + (5)*(Et1) + (-9)*(Et2)))} }
 +
 +</code>
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of spherical Harmonics** >
 +
 +###
 +
 +  ^  Y(3)3  ^  Y(3)2  ^  Y(3)1  ^  Y(3)0  ^  Y(3)1  ^  Y(3)2  ^  Y(3)3  ^
 +^Y(3)3|18(5Et1+3Et2)|0|0|0|1815(Et1Et2)|0|0|
 +^Y(3)2|0|Ea2+Et22|0|0|0|Et2Ea22|0|
 +^Y(3)1|0|0|18(3Et1+5Et2)|0|0|0|1815(Et1Et2)|
 +^Y(3)0|0|0|0|Et1|0|0|0|
 +^Y(3)1|1815(Et1Et2)|0|0|0|18(3Et1+5Et2)|0|0|
 +^Y(3)2|0|Et2Ea22|0|0|0|Ea2+Et22|0|
 +^Y(3)3|0|0|1815(Et1Et2)|0|0|0|18(5Et1+3Et2)|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of symmetric functions** >
 +
 +###
 +
 +  ^  fxyz  ^  fx(5x2r2)  ^  fy(5y2r2)  ^  fz(5z2r2)  ^  fx(y2z2)  ^  fy(z2x2)  ^  fz(x2y2)  ^
 +^fxyz|Ea2|0|0|0|0|0|0|
 +^fx(5x2r2)|0|Et1|0|0|0|0|0|
 +^fy(5y2r2)|0|0|Et1|0|0|0|0|
 +^fz(5z2r2)|0|0|0|Et1|0|0|0|
 +^fx(y2z2)|0|0|0|0|Et2|0|0|
 +^fy(z2x2)|0|0|0|0|0|Et2|0|
 +^fz(x2y2)|0|0|0|0|0|0|Et2|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **Rotation matrix used** >
 +
 +###
 +
 +  ^  Y(3)3  ^  Y(3)2  ^  Y(3)1  ^  Y(3)0  ^  Y(3)1  ^  Y(3)2  ^  Y(3)3  ^
 +^fxyz|0|i2|0|0|0|i2|0|
 +^fx(5x2r2)|54|0|34|0|34|0|54|
 +^fy(5y2r2)|i54|0|i34|0|i34|0|i54|
 +^fz(5z2r2)|0|0|0|1|0|0|0|
 +^fx(y2z2)|34|0|54|0|54|0|34|
 +^fy(z2x2)|i34|0|i54|0|i54|0|i34|
 +^fz(x2y2)|0|12|0|0|0|12|0|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **Irriducible representations and their onsite energy** >
 +
 +###
 +
 +^ ^Ea2 | {{:physics_chemistry:pointgroup:o_xyz_orb_3_1.png?150}} |
 +|ψ(θ,ϕ)=11 |14105πsin2(θ)cos(θ)sin(2ϕ) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |12105πxyz | ::: |
 +^ ^Et1 | {{:physics_chemistry:pointgroup:o_xyz_orb_3_2.png?150}} |
 +|ψ(θ,ϕ)=11 |1167πsin(θ)cos(ϕ)(10sin2(θ)cos(2ϕ)5cos(2θ)7) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |1167πx(5x215y215z2+3) | ::: |
 +^ ^Et1 | {{:physics_chemistry:pointgroup:o_xyz_orb_3_3.png?150}} |
 +|ψ(θ,ϕ)=11 |1167πsin(θ)sin(ϕ)(10sin2(θ)cos(2ϕ)+5cos(2θ)+7) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |1167πy(15x2+5y215z2+3) | ::: |
 +^ ^Et1 | {{:physics_chemistry:pointgroup:o_xyz_orb_3_4.png?150}} |
 +|ψ(θ,ϕ)=11 |1167π(3cos(θ)+5cos(3θ)) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |147πz(5z23) | ::: |
 +^ ^Et2 | {{:physics_chemistry:pointgroup:o_xyz_orb_3_5.png?150}} |
 +|ψ(θ,ϕ)=11 |116105πsin(θ)cos(ϕ)(2sin2(θ)cos(2ϕ)+3cos(2θ)+1) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |116105πx(x23y2+5z21) | ::: |
 +^ ^Et2 | {{:physics_chemistry:pointgroup:o_xyz_orb_3_6.png?150}} |
 +|ψ(θ,ϕ)=11 |132105πsin(θ)sin(ϕ)(4sin2(θ)cos(2ϕ)+6cos(2θ)+2) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |116105πy(3x2+y2+5z21) | ::: |
 +^ ^Et2 | {{:physics_chemistry:pointgroup:o_xyz_orb_3_7.png?150}} |
 +|ψ(θ,ϕ)=11 |14105πsin2(θ)cos(θ)cos(2ϕ) | ::: |
 +|ψ(ˆx,ˆy,ˆz)=11 |14105πz(x2y2) | ::: |
 +
 +
 +###
 +
 +</hidden>
 +===== Coupling between two shells =====
 +
 +
 +
 +###
 +
 +Click on one of the subsections to expand it or <hiddenSwitch expand all> 
 +
 +###
 +
 +==== Potential for p-f orbital mixing ====
 +
 +<hidden **Potential parameterized with onsite energies of irriducible representations** >
 +
 +###
 +
 + $$A_{k,m} = \begin{cases}
 + 0 & k\neq 4\lor (m\neq -4\land m\neq 0\land m\neq 4) \\
 + \sqrt{\frac{5}{14}} A(4,0) & k=4\land (m=-4\lor m=4) \\
 + A(4,0) & \text{True}
 +\end{cases}$$
 +
 +###
 +
 +</hidden>
 +<hidden **Input format suitable for Mathematica (Quanty.nb)** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty.nb>
 +
 +Akm[k_,m_]:=Piecewise[{{0, k != 4 || (m != -4 && m != 0 && m != 4)}, {Sqrt[5/14]*A[4, 0], k == 4 && (m == -4 || m == 4)}}, A[4, 0]]
 +
 +</code>
 +
 +###
 +
 +</hidden><hidden **Input format suitable for Quanty** >
 +
 +###
 +
 +<code Quanty Akm_O_XYZ.Quanty>
 +
 +Akm = {{4, 0, A(4,0)} , 
 +       {4,-4, (sqrt(5/14))*(A(4,0))} , 
 +       {4, 4, (sqrt(5/14))*(A(4,0))} }
 +
 +</code>
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of spherical Harmonics** >
 +
 +###
 +
 +  ^  Y(3)3  ^  Y(3)2  ^  Y(3)1  ^  Y(3)0  ^  Y(3)1  ^  Y(3)2  ^  Y(3)3  ^
 +^Y(1)1|0|0|1327A(4,0)|0|0|0|131021A(4,0)|
 +^Y(1)0|0|0|0|4A(4,0)321|0|0|0|
 +^Y(1)1|131021A(4,0)|0|0|0|1327A(4,0)|0|0|
 +
 +
 +###
 +
 +</hidden>
 +<hidden **The Hamiltonian on a basis of symmetric functions** >
 +
 +###
 +
 +  ^  fxyz  ^  fx(5x2r2)  ^  fy(5y2r2)  ^  fz(5z2r2)  ^  fx(y2z2)  ^  fy(z2x2)  ^  fz(x2y2)  ^
 +^px|0|4A(4,0)321|0|0|0|0|0|
 +^py|0|0|4A(4,0)321|0|0|0|0|
 +^pz|0|0|0|4A(4,0)321|0|0|0|
 +
 +
 +###
 +
 +</hidden>
 +
 +===== Table of several point groups =====
 +
 +###
 +
 +[[physics_chemistry:point_groups|Return to Main page on Point Groups]]
 +
 +###
 +
 +###
 +
 +^Nonaxial groups      | [[physics_chemistry:point_groups:c1|C]]<sub>[[physics_chemistry:point_groups:c1|1]]</sub> | [[physics_chemistry:point_groups:cs|C]]<sub>[[physics_chemistry:point_groups:cs|s]]</sub> | [[physics_chemistry:point_groups:ci|C]]<sub>[[physics_chemistry:point_groups:ci|i]]</sub> | | | | |
 +^C<sub>n</sub> groups | [[physics_chemistry:point_groups:c2|C]]<sub>[[physics_chemistry:point_groups:c2|2]]</sub> | [[physics_chemistry:point_groups:c3|C]]<sub>[[physics_chemistry:point_groups:c3|3]]</sub> | [[physics_chemistry:point_groups:c4|C]]<sub>[[physics_chemistry:point_groups:c4|4]]</sub> | [[physics_chemistry:point_groups:c5|C]]<sub>[[physics_chemistry:point_groups:c5|5]]</sub> | [[physics_chemistry:point_groups:c6|C]]<sub>[[physics_chemistry:point_groups:c6|6]]</sub> | [[physics_chemistry:point_groups:c7|C]]<sub>[[physics_chemistry:point_groups:c7|7]]</sub> | [[physics_chemistry:point_groups:c8|C]]<sub>[[physics_chemistry:point_groups:c8|8]]</sub>
 +^D<sub>n</sub> groups | [[physics_chemistry:point_groups:d2|D]]<sub>[[physics_chemistry:point_groups:d2|2]]</sub> | [[physics_chemistry:point_groups:d3|D]]<sub>[[physics_chemistry:point_groups:d3|3]]</sub> | [[physics_chemistry:point_groups:d4|D]]<sub>[[physics_chemistry:point_groups:d4|4]]</sub> | [[physics_chemistry:point_groups:d5|D]]<sub>[[physics_chemistry:point_groups:d5|5]]</sub> | [[physics_chemistry:point_groups:d6|D]]<sub>[[physics_chemistry:point_groups:d6|6]]</sub> | [[physics_chemistry:point_groups:d7|D]]<sub>[[physics_chemistry:point_groups:d7|7]]</sub> | [[physics_chemistry:point_groups:d8|D]]<sub>[[physics_chemistry:point_groups:d8|8]]</sub>
 +^C<sub>nv</sub> groups | [[physics_chemistry:point_groups:c2v|C]]<sub>[[physics_chemistry:point_groups:c2v|2v]]</sub> | [[physics_chemistry:point_groups:c3v|C]]<sub>[[physics_chemistry:point_groups:c3v|3v]]</sub> | [[physics_chemistry:point_groups:c4v|C]]<sub>[[physics_chemistry:point_groups:c4v|4v]]</sub> | [[physics_chemistry:point_groups:c5v|C]]<sub>[[physics_chemistry:point_groups:c5v|5v]]</sub> | [[physics_chemistry:point_groups:c6v|C]]<sub>[[physics_chemistry:point_groups:c6v|6v]]</sub> | [[physics_chemistry:point_groups:c7v|C]]<sub>[[physics_chemistry:point_groups:c7v|7v]]</sub> | [[physics_chemistry:point_groups:c8v|C]]<sub>[[physics_chemistry:point_groups:c8v|8v]]</sub>
 +^C<sub>nh</sub> groups | [[physics_chemistry:point_groups:c2h|C]]<sub>[[physics_chemistry:point_groups:c2h|2h]]</sub> | [[physics_chemistry:point_groups:c3h|C]]<sub>[[physics_chemistry:point_groups:c3h|3h]]</sub> | [[physics_chemistry:point_groups:c4h|C]]<sub>[[physics_chemistry:point_groups:c4h|4h]]</sub> | [[physics_chemistry:point_groups:c5h|C]]<sub>[[physics_chemistry:point_groups:c5h|5h]]</sub> | [[physics_chemistry:point_groups:c6h|C]]<sub>[[physics_chemistry:point_groups:c6h|6h]]</sub> | | | 
 +^D<sub>nh</sub> groups | [[physics_chemistry:point_groups:d2h|D]]<sub>[[physics_chemistry:point_groups:d2h|2h]]</sub> | [[physics_chemistry:point_groups:d3h|D]]<sub>[[physics_chemistry:point_groups:d3h|3h]]</sub> | [[physics_chemistry:point_groups:d4h|D]]<sub>[[physics_chemistry:point_groups:d4h|4h]]</sub> | [[physics_chemistry:point_groups:d5h|D]]<sub>[[physics_chemistry:point_groups:d5h|5h]]</sub> | [[physics_chemistry:point_groups:d6h|D]]<sub>[[physics_chemistry:point_groups:d6h|6h]]</sub> | [[physics_chemistry:point_groups:d7h|D]]<sub>[[physics_chemistry:point_groups:d7h|7h]]</sub> | [[physics_chemistry:point_groups:d8h|D]]<sub>[[physics_chemistry:point_groups:d8h|8h]]</sub>
 +^D<sub>nd</sub> groups | [[physics_chemistry:point_groups:d2d|D]]<sub>[[physics_chemistry:point_groups:d2d|2d]]</sub> | [[physics_chemistry:point_groups:d3d|D]]<sub>[[physics_chemistry:point_groups:d3d|3d]]</sub> | [[physics_chemistry:point_groups:d4d|D]]<sub>[[physics_chemistry:point_groups:d4d|4d]]</sub> | [[physics_chemistry:point_groups:d5d|D]]<sub>[[physics_chemistry:point_groups:d5d|5d]]</sub> | [[physics_chemistry:point_groups:d6d|D]]<sub>[[physics_chemistry:point_groups:d6d|6d]]</sub> | [[physics_chemistry:point_groups:d7d|D]]<sub>[[physics_chemistry:point_groups:d7d|7d]]</sub> | [[physics_chemistry:point_groups:d8d|D]]<sub>[[physics_chemistry:point_groups:d8d|8d]]</sub>
 +^S<sub>n</sub> groups | [[physics_chemistry:point_groups:S2|S]]<sub>[[physics_chemistry:point_groups:S2|2]]</sub> | [[physics_chemistry:point_groups:S4|S]]<sub>[[physics_chemistry:point_groups:S4|4]]</sub> | [[physics_chemistry:point_groups:S6|S]]<sub>[[physics_chemistry:point_groups:S6|6]]</sub> | [[physics_chemistry:point_groups:S8|S]]<sub>[[physics_chemistry:point_groups:S8|8]]</sub> | [[physics_chemistry:point_groups:S10|S]]<sub>[[physics_chemistry:point_groups:S10|10]]</sub> | [[physics_chemistry:point_groups:S12|S]]<sub>[[physics_chemistry:point_groups:S12|12]]</sub> |  | 
 +^Cubic groups | [[physics_chemistry:point_groups:T|T]] | [[physics_chemistry:point_groups:Th|T]]<sub>[[physics_chemistry:point_groups:Th|h]]</sub> | [[physics_chemistry:point_groups:Td|T]]<sub>[[physics_chemistry:point_groups:Td|d]]</sub> | [[physics_chemistry:point_groups:O|O]] | [[physics_chemistry:point_groups:Oh|O]]<sub>[[physics_chemistry:point_groups:Oh|h]]</sub> | [[physics_chemistry:point_groups:I|I]] | [[physics_chemistry:point_groups:Ih|I]]<sub>[[physics_chemistry:point_groups:Ih|h]]</sub>
 +^Linear groups      | [[physics_chemistry:point_groups:cinfv|C]]<sub>[[physics_chemistry:point_groups:cinfv|v]]</sub> | [[physics_chemistry:point_groups:cinfv|D]]<sub>[[physics_chemistry:point_groups:dinfh|h]]</sub> | | | | | |
 +
 +###
Print/export