Struct CombinedMCF_data

Struct Documentation

struct CombinedMCF_data

Combined MCF data returned by get_combined_mcf().

Holds the A, B and W matrices of the combined MCF (G⁺ + (G⁻)ᵀ) in the full cluster site-orbital basis.

Public Members

vector<matrix<Complex>> A

diagonal blocks in site basis [j]

vector<matrix<Complex>> B

off-diagonal QR blocks in site basis [j]

matrix<Complex> W

weight matrix in site basis (may be non-square)