diff --git a/doc/guide/blockstructure.rst b/doc/guide/blockstructure.rst index 178be061..a366cdf0 100644 --- a/doc/guide/blockstructure.rst +++ b/doc/guide/blockstructure.rst @@ -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} -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 # Unitary transformation matrix @@ -128,4 +128,4 @@ The Green's function GF4 consists now only of two 1x1 blocks, where *up_1* was t In summary, we started with a full 3x3 matrix in the very beginning, and ended with two 1x1 blocks containing the relevant matrix elements for the calculation. - \ No newline at end of file +