mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
Correct description of Transformation matrix
This commit is contained in:
parent
5f2782980e
commit
ec2184259e
@ -90,7 +90,7 @@ It is easy to check that the following matrix diagonalises this local Hamiltonia
|
|||||||
|
|
||||||
T_{mm'} = \begin{pmatrix} 1.0 & 0.0 & 0.0 \\0.0 & 1/\sqrt{2} & -1/\sqrt{2}\\0.0 & 1/\sqrt{2} & 1/\sqrt{2} \end{pmatrix}
|
T_{mm'} = \begin{pmatrix} 1.0 & 0.0 & 0.0 \\0.0 & 1/\sqrt{2} & -1/\sqrt{2}\\0.0 & 1/\sqrt{2} & 1/\sqrt{2} \end{pmatrix}
|
||||||
|
|
||||||
With this unitary matrix, we can do a basis rotation to reduce the size of the off-diagonal matrix elements. Note that the transformation matrix has to be given in the *solver* basis form (a 3x3 matrix in this case)::
|
With this unitary matrix, we can do a basis rotation to reduce the size of the off-diagonal matrix elements. Note that the transformation matrix has to be given in the *sumk* basis form (a 3x3 matrix in this case)::
|
||||||
|
|
||||||
import numpy as np
|
import numpy as np
|
||||||
# Unitary transformation matrix
|
# Unitary transformation matrix
|
||||||
|
Loading…
Reference in New Issue
Block a user